summaryrefslogtreecommitdiff
path: root/docs/website/writingbindings/libgirepository.rst
blob: 86a3558d68e1f2a9f2b3f1cc59e26db63dc2e5a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===============
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/girepository/glib-print.c
    :language: c