summaryrefslogtreecommitdiff
path: root/gio/src/gio.defs
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2010-09-03 22:54:39 +0200
committerMurray Cumming <murrayc@murrayc.com>2010-09-03 22:54:39 +0200
commit1874b5025083dbc46111c6a0fcd36697ecda47ad (patch)
tree14d346787d67f8d1e5ad24951a71d1a985a2052c /gio/src/gio.defs
parent0c4e2bcbd9f677db0b5fa48a6756c461e00c67be (diff)
downloadglibmm-1874b5025083dbc46111c6a0fcd36697ecda47ad.tar.gz
gmmproc: Fix the annoying warnings about documentation.
* tools/pm/GtkDefs.pm: lookup_object(): Do not print a warning when the object is found, because this is used when guessing an object name while breaking apart a function name in DocsParser.pm. * gio/src/filelist.am: * gio/src/gio.defs: * gio/src/gio_extra_objects.defs: * glib/src/filelist.am: * glib/src/glib.defs: * glib/src/glib_extra_objects.defs: Added the *extra_objects.defs files, with hand-coded define-object sections, for objects that hide their *Class or *Iface struct declarations, which stops h2defs.py from generating define-object sections. These allows DocsParser.pm to know how to split mentions of C functions into the object and the method, so it can guess the C++ method name to mention instead.
Diffstat (limited to 'gio/src/gio.defs')
-rw-r--r--gio/src/gio.defs1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/src/gio.defs b/gio/src/gio.defs
index 8d30ed18..d2620139 100644
--- a/gio/src/gio.defs
+++ b/gio/src/gio.defs
@@ -1,5 +1,6 @@
(include gio_methods.defs)
(include gio_unix_functions.defs)
+(include gio_extra_objects.defs)
(include gio_others.defs)
(include gio_enums.defs)
(include gio_signals.defs)