[Xfce4-commits] [apps/xfdashboard] 01/10: Fix documentation annotations

noreply at xfce.org noreply at xfce.org
Thu Jul 28 16:52:46 CEST 2016


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

nomad pushed a commit to branch master
in repository apps/xfdashboard.

commit 03e18fa015ecc869180f0b0237c2e2a2c04d44e1
Author: Stephan Haller <nomad at froevel.de>
Date:   Thu Jul 21 09:57:53 2016 +0200

    Fix documentation annotations
---
 libxfdashboard/application.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libxfdashboard/application.c b/libxfdashboard/application.c
index c87c24a..39bc1ea 100644
--- a/libxfdashboard/application.c
+++ b/libxfdashboard/application.c
@@ -1567,7 +1567,7 @@ void xfdashboard_application_quit_forced(XfdashboardApplication *self)
  *
  * If @self is %NULL the default singleton is used if it was created.
  *
- * Return value: transfer none): The #XfdashboardStage of application at @self.
+ * Return value: (transfer none): The #XfdashboardStage of application at @self.
  */
 XfdashboardStage* xfdashboard_application_get_stage(XfdashboardApplication *self)
 {
@@ -1594,7 +1594,7 @@ XfdashboardStage* xfdashboard_application_get_stage(XfdashboardApplication *self
  *
  * If @self is %NULL the default singleton is used if it was created.
  *
- * Return value: transfer none): The current #XfdashboardTheme of application at @self.
+ * Return value: (transfer none): The current #XfdashboardTheme of application at @self.
  */
 XfdashboardTheme* xfdashboard_application_get_theme(XfdashboardApplication *self)
 {
@@ -1622,7 +1622,7 @@ XfdashboardTheme* xfdashboard_application_get_theme(XfdashboardApplication *self
  *
  * If @self is %NULL the default singleton is used if it was created.
  *
- * Return value: transfer none): The current #XfconfChannel of application at @self.
+ * Return value: (transfer none): The current #XfconfChannel of application at @self.
  */
 XfconfChannel* xfdashboard_application_get_xfconf_channel(XfdashboardApplication *self)
 {

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


More information about the Xfce4-commits mailing list