Fix up docs for backend setup functions
authorMatthias Clasen <mclasen@redhat.com>
Sun, 18 Apr 2010 19:57:11 +0000 (15:57 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 18 Apr 2010 19:57:11 +0000 (15:57 -0400)
docs/reference/gio/gio-sections.txt
gio/gkeyfilesettingsbackend.c
gio/gsettingsbackend.c

index 46b1ad7..d24976e 100644 (file)
@@ -2089,6 +2089,10 @@ g_settings_backend_path_writable_changed
 g_settings_backend_writable_changed
 g_settings_backend_changed_tree
 
+<SUBSECTION Custom>
+g_settings_backend_setup
+g_settings_backend_setup_keyfile
+
 <SUBSECTION Standard>
 G_IS_SETTINGS_BACKEND
 G_IS_SETTINGS_BACKEND_CLASS
index 11cd9a2..cfae96f 100644 (file)
@@ -547,6 +547,8 @@ g_keyfile_settings_backend_new (const gchar *filename)
  * not writable, any #GSettings objects created using @context will
  * return %FALSE for any calls to g_settings_is_writable() and any
  * attempts to write will fail.
+ *
+ * Since: 2.26
  */
 void
 g_settings_backend_setup_keyfile (const gchar *context,
index 28bdd34..c4db445 100644 (file)
@@ -906,6 +906,8 @@ g_settings_backend_supports_context (const gchar *context)
  * It is not possible to specify a backend for the default context.
  *
  * This function takes a reference on @backend and never releases it.
+ *
+ * Since: 2.26
  **/
 void
 g_settings_backend_setup (const gchar      *context,