mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
workspace: add annotation for meta_workspace_get_work_area_all_monitors
This commit is contained in:
parent
5b04ab4473
commit
042ddc5637
@ -1056,6 +1056,13 @@ meta_workspace_get_work_area_for_monitor (MetaWorkspace *workspace,
|
|||||||
*area = workspace->work_area_monitor[which_monitor];
|
*area = workspace->work_area_monitor[which_monitor];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* meta_workspace_get_work_area_all_monitors:
|
||||||
|
* @workspace: a #MetaWorkspace
|
||||||
|
* @area: (out): location to store the work area
|
||||||
|
*
|
||||||
|
* Stores the work area in @area.
|
||||||
|
*/
|
||||||
void
|
void
|
||||||
meta_workspace_get_work_area_all_monitors (MetaWorkspace *workspace,
|
meta_workspace_get_work_area_all_monitors (MetaWorkspace *workspace,
|
||||||
MetaRectangle *area)
|
MetaRectangle *area)
|
||||||
|
Loading…
Reference in New Issue
Block a user