[glibmm] Regenerate gio_methods.defs, glib_functions.defs, gobject_functions.defs



commit 11fa7d9b5f9f07cc1c598eb861038dbea1261fb0
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Thu Jul 30 16:58:39 2015 +0200

    Regenerate gio_methods.defs, glib_functions.defs, gobject_functions.defs
    
    Regenerated without information from private.h files.

 gio/src/gio_methods.defs        |  193 +-------------------------------------
 glib/src/glib_functions.defs    |  125 -------------------------
 glib/src/gobject_functions.defs |    4 -
 3 files changed, 6 insertions(+), 316 deletions(-)
---
diff --git a/gio/src/gio_methods.defs b/gio/src/gio_methods.defs
index 1d46463..b2a248d 100644
--- a/gio/src/gio_methods.defs
+++ b/gio/src/gio_methods.defs
@@ -2397,15 +2397,6 @@
 
 
 
-;; From gappinfoprivate.h
-
-(define-function g_app_info_monitor_fire
-  (c-name "g_app_info_monitor_fire")
-  (return-type "none")
-)
-
-
-
 ;; From gapplicationcommandline.h
 
 (define-function g_application_command_line_get_type
@@ -3446,10 +3437,6 @@
 
 
 
-;; From gcontenttypeprivate.h
-
-
-
 ;; From gcontextspecificgroup.h
 
 (define-method get
@@ -3644,10 +3631,6 @@
 
 
 
-;; From gcredentialsprivate.h
-
-
-
 ;; From gdatainputstream.h
 
 (define-function g_data_input_stream_get_type
@@ -4036,20 +4019,6 @@
 
 
 
-;; From gdbusactiongroup-private.h
-
-(define-method sync
-  (of-object "GDBusActionGroup")
-  (c-name "g_dbus_action_group_sync")
-  (return-type "gboolean")
-  (parameters
-    '("GCancellable*" "cancellable")
-    '("GError**" "error")
-  )
-)
-
-
-
 ;; From gdbusaddress.h
 
 (define-function g_dbus_address_escape_value
@@ -6165,10 +6134,6 @@
 
 
 
-;; From gdbusprivate.h
-
-
-
 ;; From gdbusproxy.h
 
 (define-function g_dbus_proxy_get_type
@@ -10769,43 +10734,6 @@
 
 
 
-;; From gioprivate.h
-
-(define-method async_read_is_via_threads
-  (of-object "GInputStream")
-  (c-name "g_input_stream_async_read_is_via_threads")
-  (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")
-  (return-type "none")
-  (parameters
-    '("GSocketAddress*" "address")
-  )
-)
-
-
-
 ;; From gioscheduler.h
 
 (define-function g_io_scheduler_push_job
@@ -12171,10 +12099,6 @@
 
 
 
-;; From gmountprivate.h
-
-
-
 ;; From gnativesocketaddress.h
 
 (define-function g_native_socket_address_get_type
@@ -12277,27 +12201,6 @@
 
 
 
-;; From gnetworkingprivate.h
-
-(define-method get_serial
-  (of-object "GResolver")
-  (c-name "g_resolver_get_serial")
-  (return-type "guint64")
-)
-
-(define-function g_socket
-  (c-name "g_socket")
-  (return-type "gint")
-  (parameters
-    '("gint" "domain")
-    '("gint" "type")
-    '("gint" "protocol")
-    '("GError**" "error")
-  )
-)
-
-
-
 ;; From gnetworkmonitorbase.h
 
 (define-function g_network_monitor_base_get_type
@@ -12353,6 +12256,12 @@
   (return-type "gboolean")
 )
 
+(define-method get_network_metered
+  (of-object "GNetworkMonitor")
+  (c-name "g_network_monitor_get_network_metered")
+  (return-type "gboolean")
+)
+
 (define-method get_connectivity
   (of-object "GNetworkMonitor")
   (c-name "g_network_monitor_get_connectivity")
@@ -12617,83 +12526,6 @@
 
 
 
-;; From gnotification-private.h
-
-(define-method get_id
-  (of-object "GNotification")
-  (c-name "g_notification_get_id")
-  (return-type "const-gchar*")
-)
-
-(define-method get_title
-  (of-object "GNotification")
-  (c-name "g_notification_get_title")
-  (return-type "const-gchar*")
-)
-
-(define-method get_body
-  (of-object "GNotification")
-  (c-name "g_notification_get_body")
-  (return-type "const-gchar*")
-)
-
-(define-method get_icon
-  (of-object "GNotification")
-  (c-name "g_notification_get_icon")
-  (return-type "GIcon*")
-)
-
-(define-method get_priority
-  (of-object "GNotification")
-  (c-name "g_notification_get_priority")
-  (return-type "GNotificationPriority")
-)
-
-(define-method get_n_buttons
-  (of-object "GNotification")
-  (c-name "g_notification_get_n_buttons")
-  (return-type "guint")
-)
-
-(define-method get_button
-  (of-object "GNotification")
-  (c-name "g_notification_get_button")
-  (return-type "none")
-  (parameters
-    '("gint" "index")
-    '("gchar**" "label")
-    '("gchar**" "action")
-    '("GVariant**" "target")
-  )
-)
-
-(define-method get_button_with_action
-  (of-object "GNotification")
-  (c-name "g_notification_get_button_with_action")
-  (return-type "gint")
-  (parameters
-    '("const-gchar*" "action")
-  )
-)
-
-(define-method get_default_action
-  (of-object "GNotification")
-  (c-name "g_notification_get_default_action")
-  (return-type "gboolean")
-  (parameters
-    '("gchar**" "action")
-    '("GVariant**" "target")
-  )
-)
-
-(define-method serialize
-  (of-object "GNotification")
-  (c-name "g_notification_serialize")
-  (return-type "GVariant*")
-)
-
-
-
 ;; From goutputstream.h
 
 (define-function g_output_stream_get_type
@@ -17027,19 +16859,6 @@
 
 
 
-;; From gsubprocesslauncher-private.h
-
-(define-method set_launcher
-  (of-object "GSubprocess")
-  (c-name "g_subprocess_set_launcher")
-  (return-type "none")
-  (parameters
-    '("GSubprocessLauncher*" "launcher")
-  )
-)
-
-
-
 ;; From gtask.h
 
 (define-function g_task_get_type
diff --git a/glib/src/glib_functions.defs b/glib/src/glib_functions.defs
index 8617a07..f1c453e 100644
--- a/glib/src/glib_functions.defs
+++ b/glib/src/glib_functions.defs
@@ -1705,10 +1705,6 @@
 
 
 
-;; From gasyncqueueprivate.h
-
-
-
 ;; From gatomic.h
 
 (define-function g_atomic_int_get
@@ -2659,10 +2655,6 @@
 
 
 
-;; From gcharsetprivate.h
-
-
-
 ;; From gchecksum.h
 
 (define-method get_length
@@ -3146,10 +3138,6 @@
 
 
 
-;; From gdatasetprivate.h
-
-
-
 ;; From gdate.h
 
 (define-function g_date_new
@@ -6163,50 +6151,6 @@
 
 
 
-;; From glib-private.h
-
-(define-function g_get_worker_context
-  (c-name "g_get_worker_context")
-  (return-type "GMainContext*")
-)
-
-(define-function g_check_setuid
-  (c-name "g_check_setuid")
-  (return-type "gboolean")
-)
-
-(define-function g_main_context_new_with_next_id
-  (c-name "g_main_context_new_with_next_id")
-  (return-type "GMainContext*")
-  (parameters
-    '("guint" "next_id")
-  )
-)
-
-(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*")
-)
-
-
-
 ;; From glib_trace.h
 
 
@@ -12307,71 +12251,6 @@
 
 
 
-;; From gthreadprivate.h
-
-(define-function g_system_thread_wait
-  (c-name "g_system_thread_wait")
-  (return-type "none")
-  (parameters
-    '("GRealThread*" "thread")
-  )
-)
-
-(define-function g_system_thread_new
-  (c-name "g_system_thread_new")
-  (is-constructor-of "GSystemThread")
-  (return-type "GRealThread*")
-  (parameters
-    '("GThreadFunc" "func")
-    '("gulong" "stack_size")
-    '("GError**" "error")
-  )
-)
-
-(define-function g_system_thread_free
-  (c-name "g_system_thread_free")
-  (return-type "none")
-  (parameters
-    '("GRealThread*" "thread")
-  )
-)
-
-(define-function g_system_thread_exit
-  (c-name "g_system_thread_exit")
-  (return-type "none")
-)
-
-(define-function g_system_thread_set_name
-  (c-name "g_system_thread_set_name")
-  (return-type "none")
-  (parameters
-    '("const-gchar*" "name")
-  )
-)
-
-(define-function g_thread_new_internal
-  (c-name "g_thread_new_internal")
-  (return-type "GThread*")
-  (parameters
-    '("const-gchar*" "name")
-    '("GThreadFunc" "proxy")
-    '("GThreadFunc" "func")
-    '("gpointer" "data")
-    '("gsize" "stack_size")
-    '("GError**" "error")
-  )
-)
-
-(define-function g_thread_proxy
-  (c-name "g_thread_proxy")
-  (return-type "gpointer")
-  (parameters
-    '("gpointer" "thread")
-  )
-)
-
-
-
 ;; From gtimer.h
 
 (define-function g_timer_new
@@ -13262,10 +13141,6 @@
 
 
 
-;; From gunicodeprivate.h
-
-
-
 ;; From gunicomp.h
 
 
diff --git a/glib/src/gobject_functions.defs b/glib/src/gobject_functions.defs
index c945e7a..6254aec 100644
--- a/glib/src/gobject_functions.defs
+++ b/glib/src/gobject_functions.defs
@@ -3618,10 +3618,6 @@
 
 
 
-;; From gtype-private.h
-
-
-
 ;; From gvaluearray.h
 
 (define-function g_value_array_get_type


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