diff options
Diffstat (limited to 'docs/website/writingbindings/libgirepository.rst')
-rw-r--r-- | docs/website/writingbindings/libgirepository.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/website/writingbindings/libgirepository.rst b/docs/website/writingbindings/libgirepository.rst new file mode 100644 index 00000000..9c00e61c --- /dev/null +++ b/docs/website/writingbindings/libgirepository.rst @@ -0,0 +1,15 @@ +=============== +libgirepository +=============== + +libgirepository is a C library which provides a C API for accessing the +typelib data and for interacting with the corresponding GObject based +libraries. + +For more information about libgirepository see the `API documentation +<https://developer.gnome.org/gi/stable>`__. + +The following example shows how to call the ``g_assertion_message()`` function +from libglib-2.0: + +.. literalinclude:: ../../../examples/glib-print.c |