[glibmm] Regenerated methods .defs files



commit 2b342c9fde9f521d30d2fc5f98866d4c5698a3c5
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Sep 20 11:19:41 2013 +0200

    Regenerated methods .defs files

 gio/src/gio_methods.defs     |   60 ++++++++++++++++++++++++++++++++++++++++++
 glib/src/glib_functions.defs |    9 ++++++
 2 files changed, 69 insertions(+), 0 deletions(-)
---
diff --git a/gio/src/gio_methods.defs b/gio/src/gio_methods.defs
index d21acab..131c063 100644
--- a/gio/src/gio_methods.defs
+++ b/gio/src/gio_methods.defs
@@ -10412,6 +10412,28 @@
   (return-type "none")
 )
 
+(define-method send_to_mainloop
+  (of-object "GIOSchedulerJob")
+  (c-name "g_io_scheduler_job_send_to_mainloop")
+  (return-type "gboolean")
+  (parameters
+    '("GSourceFunc" "func")
+    '("gpointer" "user_data")
+    '("GDestroyNotify" "notify")
+  )
+)
+
+(define-method send_to_mainloop_async
+  (of-object "GIOSchedulerJob")
+  (c-name "g_io_scheduler_job_send_to_mainloop_async")
+  (return-type "none")
+  (parameters
+    '("GSourceFunc" "func")
+    '("gpointer" "user_data")
+    '("GDestroyNotify" "notify")
+  )
+)
+
 
 
 ;; From giostream.h
@@ -13838,6 +13860,44 @@
   (return-type "GSimpleActionGroup*")
 )
 
+(define-method lookup
+  (of-object "GSimpleActionGroup")
+  (c-name "g_simple_action_group_lookup")
+  (return-type "GAction*")
+  (parameters
+    '("const-gchar*" "action_name")
+  )
+)
+
+(define-method insert
+  (of-object "GSimpleActionGroup")
+  (c-name "g_simple_action_group_insert")
+  (return-type "none")
+  (parameters
+    '("GAction*" "action")
+  )
+)
+
+(define-method remove
+  (of-object "GSimpleActionGroup")
+  (c-name "g_simple_action_group_remove")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "action_name")
+  )
+)
+
+(define-method add_entries
+  (of-object "GSimpleActionGroup")
+  (c-name "g_simple_action_group_add_entries")
+  (return-type "none")
+  (parameters
+    '("const-GActionEntry*" "entries")
+    '("gint" "n_entries")
+    '("gpointer" "user_data")
+  )
+)
+
 
 
 ;; From gsimpleaction.h
diff --git a/glib/src/glib_functions.defs b/glib/src/glib_functions.defs
index 3c43a3d..a94c83e 100644
--- a/glib/src/glib_functions.defs
+++ b/glib/src/glib_functions.defs
@@ -11287,6 +11287,15 @@
   )
 )
 
+(define-function g_test_trap_fork
+  (c-name "g_test_trap_fork")
+  (return-type "gboolean")
+  (parameters
+    '("guint64" "usec_timeout")
+    '("GTestTrapFlags" "test_trap_flags")
+  )
+)
+
 (define-function g_test_trap_subprocess
   (c-name "g_test_trap_subprocess")
   (return-type "none")



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]