summaryrefslogtreecommitdiff
path: root/gio/gsettings.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-05-25 08:59:09 -0400
committerColin Walters <walters@verbum.org>2012-05-26 10:13:30 -0400
commit1cc7162c9560796829db457f7ea5fdd218a0ae46 (patch)
tree7c3338543f16e0029c2698d1066e80d381ab54b8 /gio/gsettings.h
parenta9637126465fba06c1fc73cc70eb5f683ad4e4b3 (diff)
downloadglib-1cc7162c9560796829db457f7ea5fdd218a0ae46.tar.gz
Annotate API introduced for 2.32 with GLIB_AVAILABLE_IN_2_32
https://bugzilla.gnome.org/show_bug.cgi?id=676816
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);