[Xfce4-commits] [apps/xfdashboard] 01/02: Complete documentation annotations for XfdashboardWindowTrackerWorkspaceX11

noreply at xfce.org noreply at xfce.org
Fri May 12 09:34:50 CEST 2017


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

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

commit 2d20f1cf2ac44a778569cb6f3f9d9d346ee28501
Author: Stephan Haller <nomad at froevel.de>
Date:   Fri May 12 09:32:08 2017 +0200

    Complete documentation annotations for XfdashboardWindowTrackerWorkspaceX11
---
 libxfdashboard/x11/window-tracker-workspace-x11.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libxfdashboard/x11/window-tracker-workspace-x11.c b/libxfdashboard/x11/window-tracker-workspace-x11.c
index 32cf889..b980c7a 100644
--- a/libxfdashboard/x11/window-tracker-workspace-x11.c
+++ b/libxfdashboard/x11/window-tracker-workspace-x11.c
@@ -32,7 +32,7 @@
  * @short_description: A workspace used by X11 window tracker
  * @include: xfdashboard/x11/window-tracker-workspace-x11.h
  *
- * TODO: DESCRIPTION
+ * This is the X11 backend of #XfdashboardWindowTrackerWorkspace
  */
 
 #ifdef HAVE_CONFIG_H
@@ -438,5 +438,5 @@ WnckWorkspace* xfdashboard_window_tracker_workspace_x11_get_workspace(Xfdashboar
 	}
 
 	/* Return wrapped libwnck workspace */
-	return(self->priv->workspace);
+	return(priv->workspace);
 }

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


More information about the Xfce4-commits mailing list