add missing function documentation
This commit is contained in:
@ -42,7 +42,11 @@ Con *con_get_output(Con *con);
|
||||
*/
|
||||
Con *con_get_workspace(Con *con);
|
||||
|
||||
|
||||
/**
|
||||
* Searches parenst of the given 'con' until it reaches one with the specified
|
||||
* 'orientation'. Aborts when it comes across a floating_con.
|
||||
*
|
||||
*/
|
||||
Con *con_parent_with_orientation(Con *con, orientation_t orientation);
|
||||
|
||||
/**
|
||||
|
@ -99,6 +99,12 @@ void workspace_map_clients(xcb_connection_t *conn, Workspace *ws);
|
||||
*/
|
||||
void workspace_update_urgent_flag(Con *ws);
|
||||
|
||||
/**
|
||||
* 'Forces' workspace orientation by moving all cons into a new split-con with
|
||||
* the same orientation as the workspace and then changing the workspace
|
||||
* orientation.
|
||||
*
|
||||
*/
|
||||
void ws_force_orientation(Con *ws, orientation_t orientation);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user