Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Enumerations | Functions
Burger::Linux Namespace Reference

Enumerations

enum  eX11Sandbox { kX11SandboxNone , kX11SandboxFlatpak , kX11SandboxSnap , kX11SandboxUnknown }
 Enumeration of X11 sandbox. More...
 

Functions

eX11Sandbox BURGER_API detect_x11_sandbox (void) BURGER_NOEXCEPT
 Detect the X11 sandbox.
 

Enumeration Type Documentation

◆ eX11Sandbox

Enumeration of X11 sandbox.


Returned from detect_x11_sandbox() when and if a sandbox was detected.

Note
This is only available on Linux platforms
See also
detect_x11_sandbox()
Enumerator
kX11SandboxNone 

No sandbox was found.

kX11SandboxFlatpak 

Flatpak sandbox found.

kX11SandboxSnap 

Snap sandbox found.

kX11SandboxUnknown 

Sandbox found, but unknown type.

Function Documentation

◆ detect_x11_sandbox()

Burger::Linux::eX11Sandbox BURGER_API Burger::Linux::detect_x11_sandbox ( void )
extern

Detect the X11 sandbox.


Check the system to see of Flatpak, Snap or generic sandboxs are active on Linux

Note
This is only available on Linux platforms
Returns
A eX11Sandbox enumerator with the result of the tests