mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
gio: Fix some header/source parameter-naming mismatches
This commit is contained in:
parent
cd86c0243c
commit
5ca9bee524
@ -93,7 +93,7 @@ gboolean g_action_parse_detailed_name (const g
|
||||
|
||||
GLIB_AVAILABLE_IN_2_38
|
||||
gchar * g_action_print_detailed_name (const gchar *action_name,
|
||||
GVariant *parameter);
|
||||
GVariant *target_value);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
@ -1231,7 +1231,7 @@ void g_file_replace_contents_async (GFile *file,
|
||||
gpointer user_data);
|
||||
GLIB_AVAILABLE_IN_2_40
|
||||
void g_file_replace_contents_bytes_async (GFile *file,
|
||||
GBytes *bytes,
|
||||
GBytes *contents,
|
||||
const char *etag,
|
||||
gboolean make_backup,
|
||||
GFileCreateFlags flags,
|
||||
|
@ -72,10 +72,10 @@ GLIB_AVAILABLE_IN_2_32
|
||||
const gchar * g_settings_schema_get_path (GSettingsSchema *schema);
|
||||
GLIB_AVAILABLE_IN_2_40
|
||||
GSettingsSchemaKey * g_settings_schema_get_key (GSettingsSchema *schema,
|
||||
const gchar *key);
|
||||
const gchar *name);
|
||||
GLIB_AVAILABLE_IN_2_40
|
||||
gboolean g_settings_schema_has_key (GSettingsSchema *schema,
|
||||
const gchar *key);
|
||||
const gchar *name);
|
||||
|
||||
#define G_TYPE_SETTINGS_SCHEMA_KEY (g_settings_schema_key_get_type ())
|
||||
GLIB_AVAILABLE_IN_2_40
|
||||
|
Loading…
Reference in New Issue
Block a user