Go to the source code of this file.
Namespaces | |
desktop | |
Macros | |
#define | ERR_DU LOG_STREAM(err, log_desktop) |
#define | LOG_DU LOG_STREAM(info, log_desktop) |
Functions | |
bool | desktop::open_object_is_supported () |
Returns whether open_object() is supported/implemented for the current platform. More... | |
bool | desktop::open_object (const std::string &path_or_url) |
Opens the specified object with the default application configured for its type. More... | |
Variables | |
static lg::log_domain | log_desktop ("desktop") |
#define ERR_DU LOG_STREAM(err, log_desktop) |
Definition at line 39 of file open.cpp.
Referenced by desktop::open_object().
#define LOG_DU LOG_STREAM(info, log_desktop) |
Definition at line 40 of file open.cpp.
Referenced by desktop::open_object().
|
static |