summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-05-30 22:30:20 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-05-30 22:30:20 +0000
commitc500de4e3815750f2e264684c284d66775145f7b (patch)
tree0486876de8ba61d31dbe4e50fa55faf8af17d677
parentb55dbe10bb5ff568066f03bf6c421c79305e79df (diff)
downloadmetacity-c500de4e3815750f2e264684c284d66775145f7b.tar.gz
fix comments (number)
2008-05-30 Thomas Thurman <tthurman@gnome.org> * src/core/window-props.h: fix comments (number) svn path=/trunk/; revision=3744
-rw-r--r--ChangeLog4
-rw-r--r--src/core/window-props.h12
2 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index e3964098..d795f2c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-05-30 Thomas Thurman <tthurman@gnome.org>
+ * src/core/window-props.h: fix comments (number)
+
+2008-05-30 Thomas Thurman <tthurman@gnome.org>
+
* src/core/window-props.h: commenting
2008-05-28 Thomas Thurman <tthurman@gnome.org>
diff --git a/src/core/window-props.h b/src/core/window-props.h
index ac4d17af..34721661 100644
--- a/src/core/window-props.h
+++ b/src/core/window-props.h
@@ -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 @@ void meta_window_reload_properties (MetaWindow *window,
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)