mirror of
https://github.com/arcan1s/queued.git
synced 2025-12-18 05:03:44 +00:00
add demo application
This commit is contained in:
@ -35,17 +35,27 @@ namespace QueuedConfig
|
||||
* @brief DBus service name for library and application
|
||||
* @remark required by Qt macro
|
||||
*/
|
||||
#define DBUS_SERVICE_NAME "org.quadro.core"
|
||||
#define DBUS_SERVICE_NAME "org.queued.core"
|
||||
/**
|
||||
* @ingroup QueuedConfig
|
||||
* @brief DBus service name for library and application
|
||||
*/
|
||||
const char DBUS_SERVICE[] = DBUS_SERVICE_NAME;
|
||||
/**
|
||||
* @ingroup QueuedConfig
|
||||
* @brief DBus object path for applicaiton
|
||||
*/
|
||||
const char DBUS_APPLICATION_PATH[] = "/application";
|
||||
/**
|
||||
* @ingroup QueuedConfig
|
||||
* @brief DBus object path for library
|
||||
*/
|
||||
const char DBUS_OBJECT_PATH[] = "/queued";
|
||||
/**
|
||||
* @ingroup QueuedConfig
|
||||
* @brief DBus properties path for library
|
||||
*/
|
||||
const char DBUS_PROPERTY_PATH[] = "/property";
|
||||
|
||||
// path configuration
|
||||
// common paths
|
||||
|
||||
Reference in New Issue
Block a user