diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2010-04-26 21:16:32 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2010-04-26 23:18:46 +0200 |
commit | 0c4a6322906ec5bfe595dda5c06ec06c29876c2c (patch) | |
tree | 3b39dcd7aa89ac3b3ec9db987210f4eec264cafd /docs | |
parent | 480b6b77465515b0293367f993ce1300a0c7cb28 (diff) | |
download | libsoup-0c4a6322906ec5bfe595dda5c06ec06c29876c2c.tar.gz libsoup-0c4a6322906ec5bfe595dda5c06ec06c29876c2c.tar.bz2 libsoup-0c4a6322906ec5bfe595dda5c06ec06c29876c2c.zip |
Add gobject-introspection support
- Detect gobject-introspection (g-i) in configure, using the M4 macro
from the newly-added introspection.m4. This adds
gobject-introspection as a new *optional* build dependency.
- Integrate the generation of .gir and .typelib files into the build
build process.
- Add the annotations from gir-repository to the source code.
- Include annotation glossary in "Reference Manual" main file.
See <https://bugzilla.gnome.org/show_bug.cgi?id=576595>.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/libsoup-2.4-docs.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/libsoup-2.4-docs.sgml b/docs/reference/libsoup-2.4-docs.sgml index 3cb3d116..c52208f2 100644 --- a/docs/reference/libsoup-2.4-docs.sgml +++ b/docs/reference/libsoup-2.4-docs.sgml @@ -68,4 +68,8 @@ <title>Index</title> </index> + <xi:include href="xml/annotation-glossary.xml"> + <xi:fallback /> + </xi:include> + </book> |