Method
MetaDisplayget_tab_next
Declaration [src]
MetaWindow*
meta_display_get_tab_next (
MetaDisplay* display,
MetaTabList type,
MetaWorkspace* workspace,
MetaWindow* window,
gboolean backward
)
Parameters
type |
MetaTabList |
Type of tab list. |
|
workspace |
MetaWorkspace |
Origin workspace. |
|
The data is owned by the caller of the function. | |
window |
MetaWindow |
Starting window. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
backward |
gboolean |
If |
Return value
Returns: | MetaWindow |
Next window. |
|
The data is owned by the instance. |