mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
gio: Fix some header/source parameter-naming mismatches
This commit is contained in:
committed by
Rico Tzschichholz
parent
cd86c0243c
commit
5ca9bee524
@@ -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
|
||||
|
Reference in New Issue
Block a user