[glib] Some doc tweaks
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Some doc tweaks
- Date: Fri, 16 Apr 2010 23:32:49 +0000 (UTC)
commit a922596e549eb26fac6119457bc019c851f69148
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Apr 16 19:30:58 2010 -0400
Some doc tweaks
gio/gsettingsbackend.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/gio/gsettingsbackend.c b/gio/gsettingsbackend.c
index aecc4a7..b8bd7ea 100644
--- a/gio/gsettingsbackend.c
+++ b/gio/gsettingsbackend.c
@@ -272,7 +272,7 @@ g_settings_backend_keys_changed (GSettingsBackend *backend,
}
/**
- * g_settings_backend_keys_changed:
+ * g_settings_backend_path_changed:
* @backend: a #GSettingsBackend implementation
* @path: the path containing the changes
* @origin_tag: the origin tag
@@ -341,7 +341,7 @@ g_settings_backend_writable_changed (GSettingsBackend *backend,
}
/**
- * g_settings_backend_writable_changed:
+ * g_settings_backend_path_writable_changed:
* @backend: a #GSettingsBackend implementation
* @path: the name of the path
*
@@ -497,6 +497,7 @@ g_settings_backend_read (GSettingsBackend *backend,
* @key: the name of the key
* @value: a #GVariant value to write to this key
* @origin_tag: the origin tag
+ * @returns: %TRUE if the write succeeded, %FALSE if the key was not writable
*
* Writes exactly one key.
*
@@ -732,8 +733,6 @@ g_settings_backend_class_init (GSettingsBackendClass *class)
* If your backend supports different contexts, you should also
* provide an implementation of the supports_context() class
* function in #GSettingsBackendClass.
- *
- * Since: 2.26
*/
g_object_class_install_property (gobject_class, PROP_CONTEXT,
g_param_spec_string ("context", P_("Context"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]