summaryrefslogtreecommitdiff
path: root/gio/src/gio_others.defs
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/gio_others.defs')
-rw-r--r--gio/src/gio_others.defs44
1 files changed, 0 insertions, 44 deletions
diff --git a/gio/src/gio_others.defs b/gio/src/gio_others.defs
deleted file mode 100644
index 43e27c83..00000000
--- a/gio/src/gio_others.defs
+++ /dev/null
@@ -1,44 +0,0 @@
-; h2defs.py does not generate this. murrayc.
-(define-function g_themed_icon_get_names
- (c-name "g_themed_icon_get_names")
- (return-type "const-char*const*")
-)
-
-; h2defs failed to generate this murrayc:
-(define-method get_environ
- (of-object "GApplicationCommandLine")
- (c-name "g_application_command_line_get_environ")
- (return-type "const-gchar*const*")
-)
-
-(define-method list_schemas
- (of-object "GSettingsBackend")
- (c-name "g_settings_list_schemas")
- (return-type "const-gchar*const*")
-)
-
-; extra_defs does not generate these, for some reason. murrayc:
-(define-signal changed
- (of-object "GMount")
- (return-type "void")
- (when "last")
-)
-
-(define-signal unmounted
- (of-object "GMount")
- (return-type "void")
- (when "last")
-)
-
-; extra_defs does not generate these, for some reason. murrayc:
-(define-signal changed
- (of-object "GVolume")
- (return-type "void")
- (when "last")
-)
-
-(define-signal removed
- (of-object "GVolume")
- (return-type "void")
- (when "last")
-)