mirror of
https://github.com/brl/mutter.git
synced 2024-11-11 08:46:26 -05:00
introspection: Fix annotations
The scanner got stricter again - some annotations need fixing.
This commit is contained in:
parent
7e852f8c14
commit
ee2f995fc7
@ -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;
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user