[Xfce4-commits] [apps/xfdashboard] 01/04: Fix documentation
    noreply at xfce.org 
    noreply at xfce.org
       
    Sat Jun 25 21:13:11 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 693015676dcf8298fef5d503b1dcb37175d429b8
Author: Stephan Haller <nomad at froevel.de>
Date:   Fri Jun 24 18:49:32 2016 +0200
    Fix documentation
---
 libxfdashboard/utils.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/libxfdashboard/utils.c b/libxfdashboard/utils.c
index 1b95e40..22d2b93 100644
--- a/libxfdashboard/utils.c
+++ b/libxfdashboard/utils.c
@@ -439,15 +439,16 @@ static gboolean _xfdashboard_traverse_actor_internal(ClutterActor *inActor,
 
 /**
  * xfdashboard_traverse_actor:
- * @inActor: The root #ClutterActor where to begin traversing
+ * @inRootActor: The root #ClutterActor where to begin traversing
  * @inSelector: A #XfdashboardCssSelector to filter actors while traversing or
  *   %NULL to disable filterting
  * @inCallback: Function to call on matching children
  * @inUserData: Data to pass to callback function
  *
- * Iterates through all children of @inActor recursively beginning at @inRootActor
- * and for each child matching the selector @inSelector it calls the callback
- * function @inCallback with the matching child and the user-data at @inUserData.
+ * Iterates through all children of @inRootActor recursively beginning at
+ * @inRootActor and for each child matching the selector @inSelector it calls the
+ * callback function @inCallback with the matching child and the user-data at
+ * @inUserData.
  *
  * If @inRootActor is %NULL it begins at the global stage.
  *
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list