mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -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:
|
* mutter_window_get_workspace:
|
||||||
* @self: #MutterWindow
|
* @mcw: #MutterWindow
|
||||||
*
|
*
|
||||||
* Returns the index of workspace on which this window is located; if the
|
* 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.
|
* 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.
|
* located.
|
||||||
*/
|
*/
|
||||||
gint
|
gint
|
||||||
mutter_window_get_workspace (MutterWindow *self)
|
mutter_window_get_workspace (MutterWindow *mcw)
|
||||||
{
|
{
|
||||||
MutterWindowPrivate *priv;
|
MutterWindowPrivate *priv;
|
||||||
MetaWorkspace *workspace;
|
MetaWorkspace *workspace;
|
||||||
|
@ -706,7 +706,7 @@ meta_workspace_update_window_hints (MetaWorkspace *workspace)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* meta_workspace_list_windows:
|
* meta_workspace_list_windows:
|
||||||
* @display: a #MetaDisplay
|
* @workspace: a #MetaWorkspace
|
||||||
*
|
*
|
||||||
* Gets windows contained on the workspace, including workspace->windows
|
* Gets windows contained on the workspace, including workspace->windows
|
||||||
* and also sticky windows. Override-redirect windows are not included.
|
* and also sticky windows. Override-redirect windows are not included.
|
||||||
|
Loading…
Reference in New Issue
Block a user