summaryrefslogtreecommitdiff
path: root/glib/src/gobject_functions.defs
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src/gobject_functions.defs')
-rw-r--r--glib/src/gobject_functions.defs50
1 files changed, 49 insertions, 1 deletions
diff --git a/glib/src/gobject_functions.defs b/glib/src/gobject_functions.defs
index 93ad8d2d..154968e0 100644
--- a/glib/src/gobject_functions.defs
+++ b/glib/src/gobject_functions.defs
@@ -1971,7 +1971,7 @@
(c-name "g_clear_object")
(return-type "none")
(parameters
- '("volatile-GObject**" "object_ptr")
+ '("GObject**" "object_ptr")
)
)
@@ -4193,3 +4193,51 @@
)
+
+;; From glib-enumtypes.h
+
+(define-function g_unicode_type_get_type
+ (c-name "g_unicode_type_get_type")
+ (return-type "GType")
+)
+
+(define-function g_unicode_break_type_get_type
+ (c-name "g_unicode_break_type_get_type")
+ (return-type "GType")
+)
+
+(define-function g_unicode_script_get_type
+ (c-name "g_unicode_script_get_type")
+ (return-type "GType")
+)
+
+(define-function g_normalize_mode_get_type
+ (c-name "g_normalize_mode_get_type")
+ (return-type "GType")
+)
+
+
+
+;; From gobjectenumtypes.h
+
+(define-function g_unicode_type_get_type
+ (c-name "g_unicode_type_get_type")
+ (return-type "GType")
+)
+
+(define-function g_unicode_break_type_get_type
+ (c-name "g_unicode_break_type_get_type")
+ (return-type "GType")
+)
+
+(define-function g_unicode_script_get_type
+ (c-name "g_unicode_script_get_type")
+ (return-type "GType")
+)
+
+(define-function g_normalize_mode_get_type
+ (c-name "g_normalize_mode_get_type")
+ (return-type "GType")
+)
+
+