introspection: Fix annotations

The scanner got stricter again - some annotations need fixing.
This commit is contained in:
Florian Müllner 2010-09-15 02:10:09 +02:00
parent 7e852f8c14
commit ee2f995fc7
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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.