summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-09-20 09:16:32 +0200
committerMurray Cumming <murrayc@murrayc.com>2013-09-20 09:16:32 +0200
commitc1d928a2b5df68877952c004220fdce7602b3b41 (patch)
tree7900f62a3844fc9c0d748ad809b831acb6e09236
parentcf4da4e46909887d7de5b6189e90e5b86c06fc1e (diff)
downloadglibmm-c1d928a2b5df68877952c004220fdce7602b3b41.tar.gz
Regenerated methods .defs files
-rw-r--r--gio/src/gio_methods.defs99
-rw-r--r--glib/src/glib_functions.defs50
-rw-r--r--glib/src/gobject_functions.defs4
3 files changed, 115 insertions, 38 deletions
diff --git a/gio/src/gio_methods.defs b/gio/src/gio_methods.defs
index e30a980c..d21acab0 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 2e35dff8..3c43a3dd 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 bcaa73c8..3fc5e11a 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