mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -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];
|
||||
}
|
||||
|
||||
/**
|
||||
* 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
|
||||
meta_workspace_get_work_area_all_monitors (MetaWorkspace *workspace,
|
||||
MetaRectangle *area)
|
||||
|
Loading…
Reference in New Issue
Block a user