summaryrefslogtreecommitdiff
path: root/docs/website/writingbindings/libgirepository.rst
blob: 9c00e61c38a9372fb0425a773d3523d9d389359c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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