From 08958a30c8786da38905e1704b2432e1818a3f9c Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Fri, 13 Sep 2013 21:19:57 +0200 Subject: 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. --- misc/update-glib-annotations.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'misc/update-glib-annotations.py') 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'], -- cgit v1.2.1