]> git.sur5r.net Git - i3/i3/blobdiff - include/workspace.h
rename the internal function to _workspace_show, add a comment to workspace_show_by_name
[i3/i3] / include / workspace.h
index 7eee9d3d798b2054655884486fd453a8d12019f2..3f0e83c28f62fc263c623ebc4809a4a9a4d4509e 100644 (file)
@@ -46,8 +46,16 @@ void workspace_set_name(Workspace *ws, const char *name);
  */
 bool workspace_is_visible(Con *ws);
 
-/** Switches to the given workspace */
+/**
+ * Switches to the given workspace
+ *
+ */
 void workspace_show(Con *ws);
+
+/**
+ * Looks up the workspace by name and switches to it.
+ *
+ */
 void workspace_show_by_name(const char *num);
 
 /**