[Xfce4-commits] [xfce/xfconf] 03/03: Add missing functions to gtk-²doc

noreply at xfce.org noreply at xfce.org
Thu Jul 20 11:45:39 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   l   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfconf.

commit 71e732650168f994f616c6bca7b36d936cff4203
Author: Romain B <skunnyk at alteroot.org>
Date:   Fri Jun 23 16:13:01 2017 +0200

    Add missing functions to gtk-²doc
    
    - Also uniformize titles names in docs
    
    Signed-off-by: Ali Abdallah <ali at xfce.org>
---
 docs/reference/xfconf-sections.txt | 3 +++
 xfconf/xfconf-channel.c            | 2 +-
 xfconfd/xfconf-backend.c           | 4 ++--
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/docs/reference/xfconf-sections.txt b/docs/reference/xfconf-sections.txt
index 7690b77..66181b3 100644
--- a/docs/reference/xfconf-sections.txt
+++ b/docs/reference/xfconf-sections.txt
@@ -53,6 +53,8 @@ XFCONF_CHANNEL_GET_CLASS
 XfconfBackendInterface
 XfconfBackend
 xfconf_backend_initialize
+xfconf_backend_is_property_locked
+xfconf_backend_list_channels
 xfconf_backend_set
 xfconf_backend_get
 xfconf_backend_get_all
@@ -60,6 +62,7 @@ xfconf_backend_exists
 xfconf_backend_reset
 xfconf_backend_flush
 xfconf_backend_register_property_changed_func
+xfconf_backend_return_val_if_fail
 <SUBSECTION Standard>
 XFCONF_BACKEND
 XFCONF_IS_BACKEND
diff --git a/xfconf/xfconf-channel.c b/xfconf/xfconf-channel.c
index 1dbdfdc..7b3a7a6 100644
--- a/xfconf/xfconf-channel.c
+++ b/xfconf/xfconf-channel.c
@@ -49,7 +49,7 @@
 
 /**
  * SECTION:xfconf-channel
- * @title: XfconfChannel
+ * @title: Xfconf Channel
  * @short_description: An application-defined domain for storing configuration settings
  *
  * An XfconfChannel is a representation of a restricted domain or
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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list