[glibmm] Regenerate .defs.



commit b94f5f8a23f2da68445101262bb7f1c30d1e38a2
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Mar 16 09:24:36 2015 +0100

    Regenerate .defs.

 gio/src/gio_methods.defs     |   14 ++++++++++++++
 glib/src/glib_functions.defs |   17 +++++++++++++++++
 2 files changed, 31 insertions(+), 0 deletions(-)
---
diff --git a/gio/src/gio_methods.defs b/gio/src/gio_methods.defs
index 43d8431..4617194 100644
--- a/gio/src/gio_methods.defs
+++ b/gio/src/gio_methods.defs
@@ -9564,6 +9564,10 @@
 
 
 
+;; From ghttpproxy.h
+
+
+
 ;; From gicon.h
 
 (define-function g_icon_get_type
@@ -17233,6 +17237,12 @@
   (return-type "gboolean")
 )
 
+(define-method get_completed
+  (of-object "GTask")
+  (c-name "g_task_get_completed")
+  (return-type "gboolean")
+)
+
 
 
 ;; From gtcpconnection.h
@@ -19165,6 +19175,10 @@
 
 
 
+;; From gwin32networking.h
+
+
+
 ;; From gwin32outputstream.h
 
 (define-function g_win32_output_stream_get_type
diff --git a/glib/src/glib_functions.defs b/glib/src/glib_functions.defs
index 2bbc290..feae55c 100644
--- a/glib/src/glib_functions.defs
+++ b/glib/src/glib_functions.defs
@@ -7562,6 +7562,14 @@
   )
 )
 
+(define-function g_steal_pointer
+  (c-name "g_steal_pointer")
+  (return-type "gpointer")
+  (parameters
+    '("gpointer" "pp")
+  )
+)
+
 (define-function g_mem_set_vtable
   (c-name "g_mem_set_vtable")
   (return-type "none")
@@ -14966,6 +14974,15 @@
   (return-type "gchar**")
 )
 
+(define-function g_win32_get_package_installation_directory_utf8
+  (c-name "g_win32_get_package_installation_directory_utf8")
+  (return-type "gchar*")
+  (parameters
+    '("const-gchar*" "package")
+    '("const-gchar*" "dll_name")
+  )
+)
+
 (define-function g_win32_get_package_installation_subdirectory_utf8
   (c-name "g_win32_get_package_installation_subdirectory_utf8")
   (return-type "gchar*")


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