metacity r3744 - in trunk: . src/core



Author: tthurman
Date: Fri May 30 22:30:20 2008
New Revision: 3744
URL: http://svn.gnome.org/viewvc/metacity?rev=3744&view=rev

Log:
2008-05-30  Thomas Thurman  <tthurman gnome org>

        * src/core/window-props.h: fix comments (number)



Modified:
   trunk/ChangeLog
   trunk/src/core/window-props.h

Modified: trunk/src/core/window-props.h
==============================================================================
--- trunk/src/core/window-props.h	(original)
+++ trunk/src/core/window-props.h	Fri May 30 22:30:20 2008
@@ -35,9 +35,9 @@
 #include "window-private.h"
 
 /**
- * Requests the current values of a set of properties for a given
- * window from the server, and deals with them appropriately.
- * Does not return them to the caller (they've been dealt with!)
+ * Requests the current values of a single property for a given
+ * window from the server, and deals with it appropriately.
+ * Does not return it to the caller (it's been dealt with!)
  *
  * \param window     The window.
  * \param property   A single X atom.
@@ -60,9 +60,9 @@
                                     int         n_properties);
 
 /**
- * Requests the current values of a set of properties for a given
- * window from the server, and deals with them appropriately.
- * Does not return them to the caller (they've been dealt with!)
+ * Requests the current values of a single property for a given
+ * window from the server, and deals with it appropriately.
+ * Does not return it to the caller (it's been dealt with!)
  *
  * \param window     A window on the same display as the one we're
  *                   investigating (only used to find the display)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]