summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gio/src/gio_methods.defs10
1 files changed, 5 insertions, 5 deletions
diff --git a/gio/src/gio_methods.defs b/gio/src/gio_methods.defs
index bb4080b1..cb4454b9 100644
--- a/gio/src/gio_methods.defs
+++ b/gio/src/gio_methods.defs
@@ -1951,7 +1951,7 @@
(return-type "gchar*")
(parameters
'("const-gchar*" "action_name")
- '("GVariant*" "parameter")
+ '("GVariant*" "target_value")
)
)
@@ -8446,7 +8446,7 @@
(c-name "g_file_replace_contents_bytes_async")
(return-type "none")
(parameters
- '("GBytes*" "bytes")
+ '("GBytes*" "contents")
'("const-char*" "etag")
'("gboolean" "make_backup")
'("GFileCreateFlags" "flags")
@@ -14194,7 +14194,7 @@
(c-name "g_settings_schema_get_key")
(return-type "GSettingsSchemaKey*")
(parameters
- '("const-gchar*" "key")
+ '("const-gchar*" "name")
)
)
@@ -14203,7 +14203,7 @@
(c-name "g_settings_schema_has_key")
(return-type "gboolean")
(parameters
- '("const-gchar*" "key")
+ '("const-gchar*" "name")
)
)
@@ -18823,7 +18823,7 @@
(parameters
'("const-gchar*" "thumbnail_path")
'("const-gchar*" "file_uri")
- '("const-GStatBuf*" "file_stat_buf")
+ '("const-GLocalFileStat*" "file_stat_buf")
)
)