mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-28 11:54:15 +02:00
add internal g_settings_schema_get_name()
This commit is contained in:
@@ -31,6 +31,8 @@ GSettingsSchema * g_settings_schema_ref (GSettin
|
||||
G_GNUC_INTERNAL
|
||||
void g_settings_schema_unref (GSettingsSchema *schema);
|
||||
G_GNUC_INTERNAL
|
||||
const gchar * g_settings_schema_get_name (GSettingsSchema *schema);
|
||||
G_GNUC_INTERNAL
|
||||
const gchar * g_settings_schema_get_path (GSettingsSchema *schema);
|
||||
G_GNUC_INTERNAL
|
||||
const gchar * g_settings_schema_get_gettext_domain (GSettingsSchema *schema);
|
||||
|
Reference in New Issue
Block a user