summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-11-09 15:26:27 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-11-09 16:17:54 +0100
commit3ed45723550a21d714ac34a82d20e4aa2d7f9958 (patch)
treed3440d2ca04ee6dd89374668480b2c82f9aaa178 /docs
parent2e9f0a4fc9c7f1ba4583eeb76859bbab8cd7c702 (diff)
downloadgobject-introspection-3ed45723550a21d714ac34a82d20e4aa2d7f9958.tar.gz
examples: Make self contained and add build system integration examples
The libgirepository example now is its own meson project. There now is a small library that is buildable with meson and autotools which creates a gir/typelib. Usefull for testing our build system integration and for small experiments. Fixes #287
Diffstat (limited to 'docs')
-rw-r--r--docs/website/writingbindings/libgirepository.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/website/writingbindings/libgirepository.rst b/docs/website/writingbindings/libgirepository.rst
index 780a12ce..86a3558d 100644
--- a/docs/website/writingbindings/libgirepository.rst
+++ b/docs/website/writingbindings/libgirepository.rst
@@ -12,5 +12,5 @@ For more information about libgirepository see the `API documentation
The following example shows how to call the ``g_assertion_message()`` function
from libglib-2.0:
-.. literalinclude:: ../../../examples/glib-print.c
+.. literalinclude:: ../../../examples/girepository/glib-print.c
:language: c