summaryrefslogtreecommitdiff
path: root/misc/update-glib-annotations.py
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2013-09-13 21:19:57 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2013-09-13 21:19:57 +0200
commit08958a30c8786da38905e1704b2432e1818a3f9c (patch)
tree69bf0c9fc157640439a76d816329be882e1e9ce1 /misc/update-glib-annotations.py
parent2465c18e5354f39e4ff8cdaa6616149c8e100ace (diff)
downloadgobject-introspection-08958a30c8786da38905e1704b2432e1818a3f9c.tar.gz
gir: Add gmodule-2.0.c
Grab annotions from gmodule like we do for glib and gio. This result in a properly generated and documented GModule-2.0.gir.
Diffstat (limited to 'misc/update-glib-annotations.py')
-rwxr-xr-xmisc/update-glib-annotations.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/misc/update-glib-annotations.py b/misc/update-glib-annotations.py
index 813019d0..ba1e24dc 100755
--- a/misc/update-glib-annotations.py
+++ b/misc/update-glib-annotations.py
@@ -72,6 +72,11 @@ if __name__ == '__main__':
'includes': ['glib', 'gmodule'],
'defines': ['-DGLIB_COMPILATION']},
+ {'name': 'gmodule',
+ 'srcname': '../gir/gmodule-2.0.c',
+ 'includes': ['glib', 'gmodule'],
+ 'defines': ['-DGLIB_COMPILATION']},
+
{'name': 'gobject',
'srcname': '../gir/gobject-2.0.c',
'includes': ['glib', 'gobject', 'gmodule'],