[glibmm] Regenerate .defs.



commit 30f85b9d799e45f43039ab341be97e35d1e1e785
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 3 08:41:28 2015 +0100

    Regenerate .defs.

 gio/src/gio_methods.defs     |  111 ++++++++++++++++++++++++++++++++++++++++++
 gio/src/gio_signals.defs     |    9 +++
 glib/src/glib_functions.defs |    8 +++
 3 files changed, 128 insertions(+), 0 deletions(-)
---
diff --git a/gio/src/gio_methods.defs b/gio/src/gio_methods.defs
index ed4d244..43d8431 100644
--- a/gio/src/gio_methods.defs
+++ b/gio/src/gio_methods.defs
@@ -2716,6 +2716,12 @@
   (return-type "none")
 )
 
+(define-method get_is_busy
+  (of-object "GApplication")
+  (c-name "g_application_get_is_busy")
+  (return-type "gboolean")
+)
+
 (define-method send_notification
   (of-object "GApplication")
   (c-name "g_application_send_notification")
@@ -2745,6 +2751,16 @@
   )
 )
 
+(define-method unbind_busy_property
+  (of-object "GApplication")
+  (c-name "g_application_unbind_busy_property")
+  (return-type "none")
+  (parameters
+    '("gpointer" "object")
+    '("const-gchar*" "property")
+  )
+)
+
 
 
 ;; From gapplicationimpl.h
@@ -3409,6 +3425,41 @@
 
 
 
+;; From gcontextspecificgroup.h
+
+(define-method get
+  (of-object "GContextSpecificGroup")
+  (c-name "g_context_specific_group_get")
+  (return-type "gpointer")
+  (parameters
+    '("GType" "type")
+    '("goffset" "context_offset")
+    '("GCallback" "start_func")
+  )
+)
+
+(define-method remove
+  (of-object "GContextSpecificGroup")
+  (c-name "g_context_specific_group_remove")
+  (return-type "none")
+  (parameters
+    '("GMainContext*" "context")
+    '("gpointer" "instance")
+    '("GCallback" "stop_func")
+  )
+)
+
+(define-method emit
+  (of-object "GContextSpecificGroup")
+  (c-name "g_context_specific_group_emit")
+  (return-type "none")
+  (parameters
+    '("guint" "signal_id")
+  )
+)
+
+
+
 ;; From gconverter.h
 
 (define-function g_converter_get_type
@@ -7212,6 +7263,18 @@
   )
 )
 
+(define-method iterate
+  (of-object "GFileEnumerator")
+  (c-name "g_file_enumerator_iterate")
+  (return-type "gboolean")
+  (parameters
+    '("GFileInfo**" "out_info")
+    '("GFile**" "out_child")
+    '("GCancellable*" "cancellable")
+    '("GError**" "error")
+  )
+)
+
 
 
 ;; From gfile.h
@@ -10680,12 +10743,24 @@
   (return-type "gboolean")
 )
 
+(define-method async_close_is_via_threads
+  (of-object "GInputStream")
+  (c-name "g_input_stream_async_close_is_via_threads")
+  (return-type "gboolean")
+)
+
 (define-method async_write_is_via_threads
   (of-object "GOutputStream")
   (c-name "g_output_stream_async_write_is_via_threads")
   (return-type "gboolean")
 )
 
+(define-method async_close_is_via_threads
+  (of-object "GOutputStream")
+  (c-name "g_output_stream_async_close_is_via_threads")
+  (return-type "gboolean")
+)
+
 (define-method set_cached_remote_address
   (of-object "GSocketConnection")
   (c-name "g_socket_connection_set_cached_remote_address")
@@ -10699,6 +10774,18 @@
 
 ;; From gioscheduler.h
 
+(define-function g_io_scheduler_push_job
+  (c-name "g_io_scheduler_push_job")
+  (return-type "none")
+  (parameters
+    '("GIOSchedulerJobFunc" "job_func")
+    '("gpointer" "user_data")
+    '("GDestroyNotify" "notify")
+    '("gint" "io_priority")
+    '("GCancellable*" "cancellable")
+  )
+)
+
 (define-function g_io_scheduler_cancel_all_jobs
   (c-name "g_io_scheduler_cancel_all_jobs")
   (return-type "none")
@@ -15061,6 +15148,25 @@
 
 
 
+;; From gsimpleiostream.h
+
+(define-function g_simple_io_stream_get_type
+  (c-name "g_simple_io_stream_get_type")
+  (return-type "GType")
+)
+
+(define-function g_simple_io_stream_new
+  (c-name "g_simple_io_stream_new")
+  (is-constructor-of "GSimpleIoStream")
+  (return-type "GIOStream*")
+  (parameters
+    '("GInputStream*" "input_stream")
+    '("GOutputStream*" "output_stream")
+  )
+)
+
+
+
 ;; From gsimplepermission.h
 
 (define-function g_simple_permission_get_type
@@ -18588,6 +18694,11 @@
   (return-type "GType")
 )
 
+(define-function g_unix_mount_monitor_get
+  (c-name "g_unix_mount_monitor_get")
+  (return-type "GUnixMountMonitor*")
+)
+
 (define-function g_unix_mount_monitor_new
   (c-name "g_unix_mount_monitor_new")
   (is-constructor-of "GUnixMountMonitor")
diff --git a/gio/src/gio_signals.defs b/gio/src/gio_signals.defs
index d6ce021..71d966a 100644
--- a/gio/src/gio_signals.defs
+++ b/gio/src/gio_signals.defs
@@ -199,6 +199,15 @@
   (construct-only #f)
 )
 
+(define-property is-busy
+  (of-object "GApplication")
+  (prop-type "GParamBoolean")
+  (docs "If this application is currently marked busy")
+  (readable #t)
+  (writable #f)
+  (construct-only #f)
+)
+
 ;; From GAppInfoMonitor
 
 (define-signal changed
diff --git a/glib/src/glib_functions.defs b/glib/src/glib_functions.defs
index f58dee7..2bbc290 100644
--- a/glib/src/glib_functions.defs
+++ b/glib/src/glib_functions.defs
@@ -6065,6 +6065,14 @@
 
 ;; From glib-autocleanups.h
 
+(define-function g_autoptr_cleanup_generic_gfree
+  (c-name "g_autoptr_cleanup_generic_gfree")
+  (return-type "none")
+  (parameters
+    '("void*" "p")
+  )
+)
+
 
 
 ;; From glibconfig.h


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