Introduce get_existing_workspace_by_num
This commit is contained in:
@ -31,6 +31,13 @@
|
||||
*/
|
||||
Con *get_existing_workspace_by_name(const char *name);
|
||||
|
||||
/**
|
||||
* Returns the workspace with the given number or NULL if such a workspace does
|
||||
* not exist.
|
||||
*
|
||||
*/
|
||||
Con *get_existing_workspace_by_num(int num);
|
||||
|
||||
/**
|
||||
* Returns a pointer to the workspace with the given number (starting at 0),
|
||||
* creating the workspace if necessary (by allocating the necessary amount of
|
||||
|
Reference in New Issue
Block a user