~yerinalexey/hare-gi

GObject Introspection code generator for Hare
Resolve graphite2 types
Prevent GObject -> GLib -> GObject circular dependency
Add newly introduced callable properties

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~yerinalexey/hare-gi
read/write
git@git.sr.ht:~yerinalexey/hare-gi

You can also use your local clone with git send-email.

#hare-gi

GObject Introspection code generator for Hare. In short, it creates bindings for GTK family of libraries (GTK+, GDK, Pango, etc).

#Generating and installing bindings

Dependencies:

  • An up-to-date Hare toolchain
  • Development files for GObject-Introspection, the desired GTK version and its dependencies. Make sure /usr/share/gir-1.0 is included.

#GTK 3

./generate
make install

#GTK 4

./generate4
make install4

#Running examples

#GTK 3

make demo
./demo

#GTK 4

make demo4
./demo4

#Contributing

Please send patches to ~yerinalexey/public-inbox@lists.sr.ht using git send-email with prefix set to hare-gi:

$ git config format.subjectPrefix "PATCH hare-gi"