summaryrefslogtreecommitdiff
path: root/gio/gsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'gio/gsettings.h')
-rw-r--r--gio/gsettings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gsettings.h b/gio/gsettings.h
index 5c18842e4..01f3e9e15 100644
--- a/gio/gsettings.h
+++ b/gio/gsettings.h
@@ -81,6 +81,7 @@ GSettings * g_settings_new_with_backend (const g
GSettings * g_settings_new_with_backend_and_path (const gchar *schema_id,
GSettingsBackend *backend,
const gchar *path);
+GLIB_AVAILABLE_IN_2_32
GSettings * g_settings_new_full (GSettingsSchema *schema,
GSettingsBackend *backend,
const gchar *path);
@@ -267,6 +268,7 @@ void g_settings_bind_writable (GSettin
void g_settings_unbind (gpointer object,
const gchar *property);
+GLIB_AVAILABLE_IN_2_32
GAction * g_settings_create_action (GSettings *settings,
const gchar *key);