[glibmm] Regenerated methods .defs
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Regenerated methods .defs
- Date: Wed, 26 Feb 2014 13:12:09 +0000 (UTC)
commit cd9ef53c912a1228a75d4ebb55c80150776ad6ce
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Feb 26 13:33:54 2014 +0100
Regenerated methods .defs
gio/src/gio_methods.defs | 35 +++++++++++-
glib/src/glib_functions.defs | 117 +++++++++++++++++++++++++++++++++++++++
glib/src/gobject_functions.defs | 5 ++
3 files changed, 156 insertions(+), 1 deletions(-)
---
diff --git a/gio/src/gio_methods.defs b/gio/src/gio_methods.defs
index cb4454b..1e49509 100644
--- a/gio/src/gio_methods.defs
+++ b/gio/src/gio_methods.defs
@@ -2359,6 +2359,12 @@
)
)
+(define-method get_options_dict
+ (of-object "GApplicationCommandLine")
+ (c-name "g_application_command_line_get_options_dict")
+ (return-type "GVariantDict*")
+)
+
(define-method get_stdin
(of-object "GApplicationCommandLine")
(c-name "g_application_command_line_get_stdin")
@@ -2535,6 +2541,24 @@
)
)
+(define-method add_main_option_entries
+ (of-object "GApplication")
+ (c-name "g_application_add_main_option_entries")
+ (return-type "none")
+ (parameters
+ '("const-GOptionEntry*" "entries")
+ )
+)
+
+(define-method add_option_group
+ (of-object "GApplication")
+ (c-name "g_application_add_option_group")
+ (return-type "none")
+ (parameters
+ '("GOptionGroup*" "group")
+ )
+)
+
(define-method get_is_registered
(of-object "GApplication")
(c-name "g_application_get_is_registered")
@@ -2694,7 +2718,7 @@
(c-name "g_application_impl_command_line")
(return-type "int")
(parameters
- '("gchar**" "arguments")
+ '("const-gchar*-const*" "arguments")
'("GVariant*" "platform_data")
)
)
@@ -9669,6 +9693,15 @@
)
)
+(define-function g_inet_socket_address_new_from_string
+ (c-name "g_inet_socket_address_new_from_string")
+ (return-type "GSocketAddress*")
+ (parameters
+ '("const-char*" "address")
+ '("guint" "port")
+ )
+)
+
(define-method get_address
(of-object "GInetSocketAddress")
(c-name "g_inet_socket_address_get_address")
diff --git a/glib/src/glib_functions.defs b/glib/src/glib_functions.defs
index 231103a..c138190 100644
--- a/glib/src/glib_functions.defs
+++ b/glib/src/glib_functions.defs
@@ -10811,6 +10811,15 @@
)
)
+(define-function g_str_to_ascii
+ (c-name "g_str_to_ascii")
+ (return-type "gchar*")
+ (parameters
+ '("const-gchar*" "str")
+ '("const-gchar*" "from_locale")
+ )
+)
+
(define-function g_str_tokenize_and_fold
(c-name "g_str_tokenize_and_fold")
(return-type "gchar**")
@@ -12268,6 +12277,10 @@
+;; From gtranslit-data.h
+
+
+
;; From gtrashstack.h
(define-function g_trash_stack_push
@@ -14161,6 +14174,105 @@
)
)
+(define-method dict_new
+ (of-object "GVariant")
+ (c-name "g_variant_dict_new")
+ (return-type "GVariantDict*")
+)
+
+(define-method init
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_init")
+ (return-type "none")
+ (parameters
+ '("GVariant*" "from_asv")
+ )
+)
+
+(define-method lookup
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_lookup")
+ (return-type "gboolean")
+ (parameters
+ '("const-gchar*" "key")
+ '("const-gchar*" "format_string")
+ )
+ (varargs #t)
+)
+
+(define-method lookup_value
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_lookup_value")
+ (return-type "GVariant*")
+ (parameters
+ '("const-gchar*" "key")
+ '("const-GVariantType*" "expected_type")
+ )
+)
+
+(define-method contains
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_contains")
+ (return-type "gboolean")
+ (parameters
+ '("const-gchar*" "key")
+ )
+)
+
+(define-method insert
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_insert")
+ (return-type "none")
+ (parameters
+ '("const-gchar*" "key")
+ '("const-gchar*" "format_string")
+ )
+ (varargs #t)
+)
+
+(define-method insert_value
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_insert_value")
+ (return-type "none")
+ (parameters
+ '("const-gchar*" "key")
+ '("GVariant*" "value")
+ )
+)
+
+(define-method remove
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_remove")
+ (return-type "gboolean")
+ (parameters
+ '("const-gchar*" "key")
+ )
+)
+
+(define-method clear
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_clear")
+ (return-type "none")
+)
+
+(define-method end
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_end")
+ (return-type "GVariant*")
+)
+
+(define-method ref
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_ref")
+ (return-type "GVariantDict*")
+)
+
+(define-method unref
+ (of-object "GVariantDict")
+ (c-name "g_variant_dict_unref")
+ (return-type "none")
+)
+
;; From gvariant-internal.h
@@ -14669,6 +14781,11 @@
)
)
+(define-function g_win32_get_command_line
+ (c-name "g_win32_get_command_line")
+ (return-type "gchar**")
+)
+
(define-function g_win32_get_package_installation_subdirectory_utf8
(c-name "g_win32_get_package_installation_subdirectory_utf8")
(return-type "gchar*")
diff --git a/glib/src/gobject_functions.defs b/glib/src/gobject_functions.defs
index 83f68ee..87b1fb3 100644
--- a/glib/src/gobject_functions.defs
+++ b/glib/src/gobject_functions.defs
@@ -694,6 +694,11 @@
(return-type "GType")
)
+(define-function g_variant_dict_get_type
+ (c-name "g_variant_dict_get_type")
+ (return-type "GType")
+)
+
(define-function g_key_file_get_type
(c-name "g_key_file_get_type")
(return-type "GType")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]