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

noreply at xfce.org noreply at xfce.org
Fri May 12 09:34:51 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 3944dab757d257b3ad8c7a24f656d4bcbb803d99
Author: Stephan Haller <nomad at froevel.de>
Date:   Fri May 12 09:33:38 2017 +0200

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

diff --git a/libxfdashboard/x11/window-tracker-window-x11.c b/libxfdashboard/x11/window-tracker-window-x11.c
index 7cab558..762b393 100644
--- a/libxfdashboard/x11/window-tracker-window-x11.c
+++ b/libxfdashboard/x11/window-tracker-window-x11.c
@@ -31,7 +31,7 @@
  * @short_description: A window used by X11 window tracker
  * @include: xfdashboard/x11/window-tracker-window-x11.h
  *
- * TODO: DESCRIPTION
+ * This is the X11 backend of #XfdashboardWindowTrackerWindow
  */
 
 #ifdef HAVE_CONFIG_H
@@ -1925,7 +1925,7 @@ WnckWindow* xfdashboard_window_tracker_window_x11_get_window(XfdashboardWindowTr
 	}
 
 	/* Return wrapped libwnck window */
-	return(self->priv->window);
+	return(priv->window);
 }
 
 /**

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


More information about the Xfce4-commits mailing list