mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
GSettings: reverse accidental addition to .h file
A couple of extra function prototypes snuck into commit
77e3badcf3
. Take those out.
This commit is contained in:
@@ -82,9 +82,6 @@ GSettings * g_settings_new_with_backend_and_path (const g
|
||||
gchar ** g_settings_list_children (GSettings *settings);
|
||||
gchar ** g_settings_list_keys (GSettings *settings);
|
||||
|
||||
gboolean g_settings_get_destroyed (GSettings *settings);
|
||||
GPermission * g_settings_get_permission (GSettings *settings);
|
||||
|
||||
gboolean g_settings_set_value (GSettings *settings,
|
||||
const gchar *key,
|
||||
GVariant *value);
|
||||
|
Reference in New Issue
Block a user