diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-09-13 21:19:57 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-09-13 21:19:57 +0200 |
commit | 08958a30c8786da38905e1704b2432e1818a3f9c (patch) | |
tree | 69bf0c9fc157640439a76d816329be882e1e9ce1 /misc | |
parent | 2465c18e5354f39e4ff8cdaa6616149c8e100ace (diff) | |
download | gobject-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')
-rwxr-xr-x | misc/update-glib-annotations.py | 5 |
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'], |