diff options
author | Mark Nauwelaerts <mnauw@users.sourceforge.net> | 2019-01-05 11:07:12 +0100 |
---|---|---|
committer | Mark Nauwelaerts <mnauw@users.sourceforge.net> | 2019-01-05 11:07:12 +0100 |
commit | ca4f195684a65f09b2367029f66fa7694e515708 (patch) | |
tree | 04d6d3f7e5209e8800d32e5f6a4422680ce95687 /docs/website/users.rst | |
parent | 5d287c49d012cad6e89f20445c0c4dfe36ba8ad2 (diff) | |
download | gobject-introspection-ca4f195684a65f09b2367029f66fa7694e515708.tar.gz |
website: add cppgir C++ binding
Diffstat (limited to 'docs/website/users.rst')
-rw-r--r-- | docs/website/users.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/website/users.rst b/docs/website/users.rst index ca7c133d..375d085e 100644 --- a/docs/website/users.rst +++ b/docs/website/users.rst @@ -32,6 +32,7 @@ Bindings based on GObject-Introspection * `gir2pascal <http://wiki.freepascal.org/gir2pascal>`__ - gir2pascal is a program to convert gir files into into pascal files * `PLGI <https://github.com/keriharris/plgi>`__ - Prolog bindings (runtime) * `hbgi <https://github.com/tuffnatty/hbgi>`__ - Harbour bindings for GObject Introspection (runtime) +* `cppgir <https://www.gitlab.com/mnauw/cppgir>`__ - C++ bindings (compile time, using typelib) Projects using GObject Introspection ------------------------------------ |