stuffs
This commit is contained in:
parent
94a69518b1
commit
bd8c149945
9 changed files with 240 additions and 117 deletions
10
src/os/os.h
10
src/os/os.h
|
@ -27,3 +27,13 @@ fn GetDesktopEnvironment() -> string;
|
|||
* @brief Get the current window manager.
|
||||
*/
|
||||
fn GetWindowManager() -> string;
|
||||
|
||||
/**
|
||||
* @brief Get the current shell.
|
||||
*/
|
||||
fn GetShell() -> string;
|
||||
|
||||
/**
|
||||
* @brief Get the product family
|
||||
*/
|
||||
fn GetProductFamily() -> string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue