[glibmm] Regenerate Glib defs.



commit 80095cc508a420fdcf662c8078587398e193eb17
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Nov 20 12:28:12 2015 +0100

    Regenerate Glib defs.

 glib/src/glib_enums.defs        |   16 +++++++++++++-
 glib/src/glib_functions.defs    |   42 +++++++++++++++++++++++++++++++++-----
 glib/src/gobject_functions.defs |    6 +++++
 3 files changed, 57 insertions(+), 7 deletions(-)
---
diff --git a/glib/src/glib_enums.defs b/glib/src/glib_enums.defs
index 399c792..320884d 100644
--- a/glib/src/glib_enums.defs
+++ b/glib/src/glib_enums.defs
@@ -1669,7 +1669,15 @@
 ;;   G_UNICODE_SCRIPT_PSALTER_PAHLAVI,        /* Phlp */
 ;;   G_UNICODE_SCRIPT_SIDDHAM,                /* Sidd */
 ;;   G_UNICODE_SCRIPT_TIRHUTA,                /* Tirh */
-;;   G_UNICODE_SCRIPT_WARANG_CITI             /* Wara */
+;;   G_UNICODE_SCRIPT_WARANG_CITI,            /* Wara */
+;; 
+;;   /* Unicode 8.0 additions */
+;;   G_UNICODE_SCRIPT_AHOM,                   /* Ahom */
+;;   G_UNICODE_SCRIPT_ANATOLIAN_HIEROGLYPHS,  /* Hluw */
+;;   G_UNICODE_SCRIPT_HATRAN,                 /* Hatr */
+;;   G_UNICODE_SCRIPT_MULTANI,                /* Mult */
+;;   G_UNICODE_SCRIPT_OLD_HUNGARIAN,          /* Hung */
+;;   G_UNICODE_SCRIPT_SIGNWRITING             /* Sgnw */
 ;; } GUnicodeScript;
 
 (define-enum-extended UnicodeScript
@@ -1803,6 +1811,12 @@
     '("siddham" "G_UNICODE_SCRIPT_SIDDHAM" "123")
     '("tirhuta" "G_UNICODE_SCRIPT_TIRHUTA" "124")
     '("warang-citi" "G_UNICODE_SCRIPT_WARANG_CITI" "125")
+    '("ahom" "G_UNICODE_SCRIPT_AHOM" "126")
+    '("anatolian-hieroglyphs" "G_UNICODE_SCRIPT_ANATOLIAN_HIEROGLYPHS" "127")
+    '("hatran" "G_UNICODE_SCRIPT_HATRAN" "128")
+    '("multani" "G_UNICODE_SCRIPT_MULTANI" "129")
+    '("old-hungarian" "G_UNICODE_SCRIPT_OLD_HUNGARIAN" "130")
+    '("signwriting" "G_UNICODE_SCRIPT_SIGNWRITING" "131")
   )
 )
 
diff --git a/glib/src/glib_functions.defs b/glib/src/glib_functions.defs
index f1c453e..eec50b5 100644
--- a/glib/src/glib_functions.defs
+++ b/glib/src/glib_functions.defs
@@ -918,6 +918,12 @@
     '("siddham" "G_UNICODE_SCRIPT_SIDDHAM")
     '("tirhuta" "G_UNICODE_SCRIPT_TIRHUTA")
     '("warang-citi" "G_UNICODE_SCRIPT_WARANG_CITI")
+    '("ahom" "G_UNICODE_SCRIPT_AHOM")
+    '("anatolian-hieroglyphs" "G_UNICODE_SCRIPT_ANATOLIAN_HIEROGLYPHS")
+    '("hatran" "G_UNICODE_SCRIPT_HATRAN")
+    '("multani" "G_UNICODE_SCRIPT_MULTANI")
+    '("old-hungarian" "G_UNICODE_SCRIPT_OLD_HUNGARIAN")
+    '("signwriting" "G_UNICODE_SCRIPT_SIGNWRITING")
   )
 )
 
@@ -6097,6 +6103,14 @@
   )
 )
 
+(define-function g_autoptr_cleanup_gstring_free
+  (c-name "g_autoptr_cleanup_gstring_free")
+  (return-type "none")
+  (parameters
+    '("GString*" "string")
+  )
+)
+
 
 
 ;; From glibconfig.h
@@ -6109,6 +6123,16 @@
 
 ;; From glib-init.h
 
+(define-function glib_init
+  (c-name "glib_init")
+  (return-type "none")
+)
+
+(define-function g_quark_init
+  (c-name "g_quark_init")
+  (return-type "none")
+)
+
 (define-function g_thread_win32_thread_detach
   (c-name "g_thread_win32_thread_detach")
   (return-type "none")
@@ -9569,6 +9593,12 @@
   )
 )
 
+(define-method is_empty
+  (of-object "GSequence")
+  (c-name "g_sequence_is_empty")
+  (return-type "gboolean")
+)
+
 (define-method get_begin_iter
   (of-object "GSequence")
   (c-name "g_sequence_get_begin_iter")
@@ -13374,8 +13404,8 @@
   )
 )
 
-(define-function g_bit_nth_lsf
-  (c-name "g_bit_nth_lsf")
+(define-function g_bit_nth_lsf_impl
+  (c-name "g_bit_nth_lsf_impl")
   (return-type "gint")
   (parameters
     '("gulong" "mask")
@@ -13383,8 +13413,8 @@
   )
 )
 
-(define-function g_bit_nth_msf
-  (c-name "g_bit_nth_msf")
+(define-function g_bit_nth_msf_impl
+  (c-name "g_bit_nth_msf_impl")
   (return-type "gint")
   (parameters
     '("gulong" "mask")
@@ -13392,8 +13422,8 @@
   )
 )
 
-(define-function g_bit_storage
-  (c-name "g_bit_storage")
+(define-function g_bit_storage_impl
+  (c-name "g_bit_storage_impl")
   (return-type "guint")
   (parameters
     '("gulong" "number")
diff --git a/glib/src/gobject_functions.defs b/glib/src/gobject_functions.defs
index 6254aec..0d7df42 100644
--- a/glib/src/gobject_functions.defs
+++ b/glib/src/gobject_functions.defs
@@ -2138,6 +2138,12 @@
   (return-type "const-GValue*")
 )
 
+(define-method get_name_quark
+  (of-object "GParamSpec")
+  (c-name "g_param_spec_get_name_quark")
+  (return-type "GQuark")
+)
+
 (define-function g_param_type_register_static
   (c-name "g_param_type_register_static")
   (return-type "GType")


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