[mutter] introspection: Fix annotations
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] introspection: Fix annotations
- Date: Wed, 15 Sep 2010 00:32:10 +0000 (UTC)
commit ee2f995fc79d0c88768bac9c575d97d2654c2d2a
Author: Florian Müllner <fmuellner gnome org>
Date: Wed Sep 15 02:10:09 2010 +0200
introspection: Fix annotations
The scanner got stricter again - some annotations need fixing.
src/compositor/mutter-window.c | 4 ++--
src/core/workspace.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/compositor/mutter-window.c b/src/compositor/mutter-window.c
index 7d9d91a..13c9c45 100644
--- a/src/compositor/mutter-window.c
+++ b/src/compositor/mutter-window.c
@@ -726,7 +726,7 @@ const char *mutter_window_get_description (MutterWindow *self)
/**
* mutter_window_get_workspace:
- * @self: #MutterWindow
+ * @mcw: #MutterWindow
*
* Returns the index of workspace on which this window is located; if the
* window is sticky, or is not currently located on any workspace, returns -1.
@@ -737,7 +737,7 @@ const char *mutter_window_get_description (MutterWindow *self)
* located.
*/
gint
-mutter_window_get_workspace (MutterWindow *self)
+mutter_window_get_workspace (MutterWindow *mcw)
{
MutterWindowPrivate *priv;
MetaWorkspace *workspace;
diff --git a/src/core/workspace.c b/src/core/workspace.c
index e80ab8b..70fdf4c 100644
--- a/src/core/workspace.c
+++ b/src/core/workspace.c
@@ -706,7 +706,7 @@ meta_workspace_update_window_hints (MetaWorkspace *workspace)
/**
* meta_workspace_list_windows:
- * @display: a #MetaDisplay
+ * @workspace: a #MetaWorkspace
*
* Gets windows contained on the workspace, including workspace->windows
* and also sticky windows. Override-redirect windows are not included.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]