[mutter] mutter_plugin_get_windows returns *Mutter*Window, not MetaWindow



commit d6143e4c73d62b24765346d92b6265f651d8175e
Author: Colin Walters <walters verbum org>
Date:   Mon Sep 28 19:30:24 2009 -0400

    mutter_plugin_get_windows returns *Mutter*Window, not MetaWindow

 src/compositor/mutter-plugin.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/compositor/mutter-plugin.c b/src/compositor/mutter-plugin.c
index 276f412..d60afff 100644
--- a/src/compositor/mutter-plugin.c
+++ b/src/compositor/mutter-plugin.c
@@ -463,13 +463,13 @@ mutter_plugin_set_stage_input_region (MutterPlugin *plugin,
  * mutter_plugin_get_windows:
  * @plugin: A #MutterPlugin
  *
- * This function returns all of the #MetaWindow objects referenced by Mutter, including
+ * This function returns all of the #MutterWindow objects referenced by Mutter, including
  * override-redirect windows.  The returned list is a snapshot of Mutter's current
  * stacking order, with the topmost window last.
  *
  * The 'restacked' signal of #MetaScreen signals when this value has changed.
  *
- * Returns: (transfer none) (element-type MetaWindow): Windows in stacking order, topmost last
+ * Returns: (transfer none) (element-type MutterWindow): Windows in stacking order, topmost last
  */
 GList *
 mutter_plugin_get_windows (MutterPlugin *plugin)



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