From e0637cdb37460340c9942f5590492dca9558087f Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Fri, 31 Jan 2014 12:36:33 +0100 Subject: Regenerate gio_methods.defs * gio/src/gio_methods.defs: Some inconsistent parameter names have been fixed in glib/gio header files. --- gio/src/gio_methods.defs | 10 +++++----- 1 file 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") ) ) -- cgit v1.2.1