mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Clarify docs/params for 'schema' vs 'schema id'
Clean up our parameter naming and documentation to draw a clearer line between a schema and its identifier.
This commit is contained in:
@@ -73,12 +73,12 @@ GType g_settings_get_type (void);
|
||||
|
||||
const gchar * const * g_settings_list_schemas (void);
|
||||
const gchar * const * g_settings_list_relocatable_schemas (void);
|
||||
GSettings * g_settings_new (const gchar *schema);
|
||||
GSettings * g_settings_new_with_path (const gchar *schema,
|
||||
GSettings * g_settings_new (const gchar *schema_id);
|
||||
GSettings * g_settings_new_with_path (const gchar *schema_id,
|
||||
const gchar *path);
|
||||
GSettings * g_settings_new_with_backend (const gchar *schema,
|
||||
GSettings * g_settings_new_with_backend (const gchar *schema_id,
|
||||
GSettingsBackend *backend);
|
||||
GSettings * g_settings_new_with_backend_and_path (const gchar *schema,
|
||||
GSettings * g_settings_new_with_backend_and_path (const gchar *schema_id,
|
||||
GSettingsBackend *backend,
|
||||
const gchar *path);
|
||||
GSettings * g_settings_new_full (GSettingsSchema *schema,
|
||||
|
Reference in New Issue
Block a user