summaryrefslogtreecommitdiff
path: root/gio/src/gio_others.defs
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-02-20 23:03:48 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-02-20 23:03:48 +0000
commite50536b7fb5c2fe21590e0081602b2d7a87af7b8 (patch)
tree26ea9fdf4f41efc2bdb4ede7d98b995615cfa0d0 /gio/src/gio_others.defs
parent81ea027272ee80f57329f7d151c2e4e8b0d2e310 (diff)
downloadglibmm-e50536b7fb5c2fe21590e0081602b2d7a87af7b8.tar.gz
Regenerated with h2defs.py
2008-02-21 Murray Cumming <murrayc@murrayc.com> * gio/src/gio_methods.defs: Regenerated with h2defs.py * gio/src/gio_signals.defs: Corrected the GMountOperation::ask-question definition. * gio/src/mountoperation.hg: Wrapped the ask-question signal, though I wonder if it really works. * gio/src/memoryinputstream.ccg: * gio/src/memoryinputstream.hg: Added add_data(const void* data, gssize len). * gio/src/gio_others.defs: Added g_themed_icon_get_names() because h2defs.py cannot seem to parse it. * gio/src/Makefile.am: Mention gio_methods.defs. * gio/src/themedicon.hg: Attempted to wrap get_names(), but I get a gmmproc error. svn path=/trunk/; revision=609
Diffstat (limited to 'gio/src/gio_others.defs')
-rw-r--r--gio/src/gio_others.defs6
1 files changed, 5 insertions, 1 deletions
diff --git a/gio/src/gio_others.defs b/gio/src/gio_others.defs
index 8b137891..2b884b29 100644
--- a/gio/src/gio_others.defs
+++ b/gio/src/gio_others.defs
@@ -1 +1,5 @@
-
+; h2defs.py does not generate this. murrayc.
+(define-function g_themed_icon_get_names
+ (c-name "g_themed_icon_get_names")
+ (return-type "const-char*const*")
+)