[glibmm] Regenerated methods .defs files



commit c1d928a2b5df68877952c004220fdce7602b3b41
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Sep 20 09:16:32 2013 +0200

    Regenerated methods .defs files

 gio/src/gio_methods.defs        |   99 ++++++++++++++++++++++++---------------
 glib/src/glib_functions.defs    |   50 ++++++++++++++++++++
 glib/src/gobject_functions.defs |    4 ++
 3 files changed, 115 insertions(+), 38 deletions(-)
---
diff --git a/gio/src/gio_methods.defs b/gio/src/gio_methods.defs
index e30a980..d21acab 100644
--- a/gio/src/gio_methods.defs
+++ b/gio/src/gio_methods.defs
@@ -879,6 +879,18 @@
   )
 )
 
+(define-flags MeasureFlags
+  (in-module "GFile")
+  (c-name "GFileMeasureFlags")
+  (gtype-id "G_TYPE_FILE_MEASURE_FLAGS")
+  (values
+    '("none" "G_FILE_MEASURE_NONE")
+    '("report-any-error" "G_FILE_MEASURE_REPORT_ANY_ERROR")
+    '("apparent-size" "G_FILE_MEASURE_APPARENT_SIZE")
+    '("no-xdev" "G_FILE_MEASURE_NO_XDEV")
+  )
+)
+
 (define-enum MountFlags
   (in-module "GMount")
   (c-name "GMountMountFlags")
@@ -8129,6 +8141,50 @@
   )
 )
 
+(define-method measure_disk_usage
+  (of-object "GFile")
+  (c-name "g_file_measure_disk_usage")
+  (return-type "gboolean")
+  (parameters
+    '("GFileMeasureFlags" "flags")
+    '("GCancellable*" "cancellable")
+    '("GFileMeasureProgressCallback" "progress_callback")
+    '("gpointer" "progress_data")
+    '("guint64*" "disk_usage")
+    '("guint64*" "num_dirs")
+    '("guint64*" "num_files")
+    '("GError**" "error")
+  )
+)
+
+(define-method measure_disk_usage_async
+  (of-object "GFile")
+  (c-name "g_file_measure_disk_usage_async")
+  (return-type "none")
+  (parameters
+    '("GFileMeasureFlags" "flags")
+    '("gint" "io_priority")
+    '("GCancellable*" "cancellable")
+    '("GFileMeasureProgressCallback" "progress_callback")
+    '("gpointer" "progress_data")
+    '("GAsyncReadyCallback" "callback")
+    '("gpointer" "user_data")
+  )
+)
+
+(define-method measure_disk_usage_finish
+  (of-object "GFile")
+  (c-name "g_file_measure_disk_usage_finish")
+  (return-type "gboolean")
+  (parameters
+    '("GAsyncResult*" "result")
+    '("guint64*" "disk_usage")
+    '("guint64*" "num_dirs")
+    '("guint64*" "num_files")
+    '("GError**" "error")
+  )
+)
+
 (define-method start_mountable
   (of-object "GFile")
   (c-name "g_file_start_mountable")
@@ -9835,6 +9891,11 @@
   (return-type "GType")
 )
 
+(define-function g_file_measure_flags_get_type
+  (c-name "g_file_measure_flags_get_type")
+  (return-type "GType")
+)
+
 (define-function g_mount_mount_flags_get_type
   (c-name "g_mount_mount_flags_get_type")
   (return-type "GType")
@@ -13777,44 +13838,6 @@
   (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 2e35dff..3c43a3d 100644
--- a/glib/src/glib_functions.defs
+++ b/glib/src/glib_functions.defs
@@ -582,6 +582,7 @@
   (c-name "GSpawnFlags")
   (gtype-id "G_TYPE_SPAWN_FLAGS")
   (values
+    '("default" "G_SPAWN_DEFAULT")
     '("leave-descriptors-open" "G_SPAWN_LEAVE_DESCRIPTORS_OPEN")
     '("do-not-reap-child" "G_SPAWN_DO_NOT_REAP_CHILD")
     '("search-path" "G_SPAWN_SEARCH_PATH")
@@ -649,6 +650,8 @@
     '("min-result" "G_TEST_LOG_MIN_RESULT")
     '("max-result" "G_TEST_LOG_MAX_RESULT")
     '("message" "G_TEST_LOG_MESSAGE")
+    '("start-suite" "G_TEST_LOG_START_SUITE")
+    '("stop-suite" "G_TEST_LOG_STOP_SUITE")
   )
 )
 
@@ -6012,6 +6015,23 @@
   )
 )
 
+(define-function g_dir_open_with_errno
+  (c-name "g_dir_open_with_errno")
+  (return-type "GDir*")
+  (parameters
+    '("const-gchar*" "path")
+    '("guint" "flags")
+  )
+)
+
+(define-function g_dir_new_from_dirp
+  (c-name "g_dir_new_from_dirp")
+  (return-type "GDir*")
+  (parameters
+    '("gpointer" "dirp")
+  )
+)
+
 (define-function glib__private__
   (c-name "glib__private__")
   (return-type "GLibPrivateVTable*")
@@ -6019,6 +6039,10 @@
 
 
 
+;; From glib_probes.h
+
+
+
 ;; From glib_trace.h
 
 
@@ -11180,6 +11204,32 @@
   (return-type "none")
 )
 
+(define-function g_test_incomplete
+  (c-name "g_test_incomplete")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "msg")
+  )
+)
+
+(define-function g_test_skip
+  (c-name "g_test_skip")
+  (return-type "none")
+  (parameters
+    '("const-gchar*" "msg")
+  )
+)
+
+(define-function g_test_failed
+  (c-name "g_test_failed")
+  (return-type "gboolean")
+)
+
+(define-function g_test_set_nonfatal_assertions
+  (c-name "g_test_set_nonfatal_assertions")
+  (return-type "none")
+)
+
 (define-function g_test_message
   (c-name "g_test_message")
   (return-type "none")
diff --git a/glib/src/gobject_functions.defs b/glib/src/gobject_functions.defs
index bcaa73c..3fc5e11 100644
--- a/glib/src/gobject_functions.defs
+++ b/glib/src/gobject_functions.defs
@@ -1930,6 +1930,10 @@
 
 
 
+;; From gobject_probes.h
+
+
+
 ;; From gobject_trace.h
 
 



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