1
0
Fork 0

workspace-manager: get_workspace_by_index can return NULL

https://gitlab.gnome.org/GNOME/mutter/merge_requests/941
This commit is contained in:
Corentin Noël 2019-11-18 18:19:02 +01:00 committed by Corentin Noël
parent f4bf48a7d7
commit 4cccba5cac

View file

@ -294,8 +294,8 @@ meta_workspace_manager_get_n_workspaces (MetaWorkspaceManager *workspace_manager
* index. It's valid to call this function with an out-of-range index and it
* will robustly return %NULL.
*
* Return value: (transfer none): the workspace object with specified index, or %NULL
* if the index is out of range.
* Return value: (transfer none) (nullable): the workspace object with specified
* index, or %NULL if the index is out of range.
*/
MetaWorkspace *
meta_workspace_manager_get_workspace_by_index (MetaWorkspaceManager *workspace_manager,