summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-07-15 14:33:39 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-07-15 14:34:05 +0200
commitea01e8078711538ce01ae6f290ad01757eddff90 (patch)
tree013cf335c596fa1ea90a1b6a98b27e66c66baba2
parentdc8ed8bb42694705b98c89747f3df405c57c107c (diff)
downloadglibmm-ea01e8078711538ce01ae6f290ad01757eddff90.tar.gz
Regenerate glib_functions.defs.
-rw-r--r--glib/src/glib_functions.defs45
1 files changed, 45 insertions, 0 deletions
diff --git a/glib/src/glib_functions.defs b/glib/src/glib_functions.defs
index b93b6ce5..8617a07a 100644
--- a/glib/src/glib_functions.defs
+++ b/glib/src/glib_functions.defs
@@ -1649,6 +1649,42 @@
)
)
+(define-method remove
+ (of-object "GAsyncQueue")
+ (c-name "g_async_queue_remove")
+ (return-type "gboolean")
+ (parameters
+ '("gpointer" "item")
+ )
+)
+
+(define-method remove_unlocked
+ (of-object "GAsyncQueue")
+ (c-name "g_async_queue_remove_unlocked")
+ (return-type "gboolean")
+ (parameters
+ '("gpointer" "item")
+ )
+)
+
+(define-method push_front
+ (of-object "GAsyncQueue")
+ (c-name "g_async_queue_push_front")
+ (return-type "none")
+ (parameters
+ '("gpointer" "item")
+ )
+)
+
+(define-method push_front_unlocked
+ (of-object "GAsyncQueue")
+ (c-name "g_async_queue_push_front_unlocked")
+ (return-type "none")
+ (parameters
+ '("gpointer" "item")
+ )
+)
+
(define-method timed_pop
(of-object "GAsyncQueue")
(c-name "g_async_queue_timed_pop")
@@ -12202,6 +12238,15 @@
)
)
+(define-method move_to_front
+ (of-object "GThreadPool")
+ (c-name "g_thread_pool_move_to_front")
+ (return-type "gboolean")
+ (parameters
+ '("gpointer" "data")
+ )
+)
+
(define-method set_max_threads
(of-object "GThreadPool")
(c-name "g_thread_pool_set_max_threads")