summaryrefslogtreecommitdiff
path: root/xfconfd
diff options
context:
space:
mode:
authorRomain B <skunnyk@alteroot.org>2017-06-23 16:13:01 +0200
committerAli Abdallah <ali@xfce.org>2017-07-20 11:45:13 +0200
commit71e732650168f994f616c6bca7b36d936cff4203 (patch)
treef378e63bfcc2c89dd920e4652a17d5008a119e80 /xfconfd
parent295daf5d500bf1b6eebfe8b88a2901b4a3eafd4a (diff)
downloadxfconf-71e732650168f994f616c6bca7b36d936cff4203.tar.gz
Add missing functions to gtk-²doc
- Also uniformize titles names in docs Signed-off-by: Ali Abdallah <ali@xfce.org>
Diffstat (limited to 'xfconfd')
-rw-r--r--xfconfd/xfconf-backend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfconfd/xfconf-backend.c b/xfconfd/xfconf-backend.c
index f85836e..c4aec38 100644
--- a/xfconfd/xfconf-backend.c
+++ b/xfconfd/xfconf-backend.c
@@ -33,7 +33,7 @@ static gboolean xfconf_channel_is_valid(const gchar *channel,
/**
* SECTION:xfconf-backend
- * @title: XfconfBackend
+ * @title: Xfconf Backend
* @short_description: Interface for configuration store backends
*
* XfconfBackend is an abstract interface that allows the Xfconf Daemon
@@ -522,7 +522,7 @@ xfconf_backend_flush(XfconfBackend *backend,
/**
* xfconf_backend_register_property_changed_func:
* @backend: The #XfconfBackend.
- * @func: A function of type #XfconfPropertyChangeFunc.
+ * @func: A function of type #XfconfPropertyChangedFunc.
* @user_data: Arbitrary caller-supplied data.
*
* Registers a function to be called when a property changes. The