mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-13 05:45:50 +00:00
add helper proto
This commit is contained in:
@ -27,10 +27,12 @@
|
||||
#define PROJECT_BUILD_PLASMOID "@BUILD_PLASMOID@"
|
||||
#define PROJECT_USE_QT5 "@USE_QT5@"
|
||||
|
||||
#define DBUS_CONTROL_PATH "/ctrl"
|
||||
#define DBUS_INTERFACE "org.freedesktop.netctlgui"
|
||||
#define DBUS_LIB_PATH "/netctl"
|
||||
#define DBUS_SERVICE "org.netctlgui.netctlgui"
|
||||
#define DBUS_INTERFACE "org.netctlgui.netctlgui"
|
||||
#define DBUS_OBJECT_PATH "/netctlgui"
|
||||
#define DBUS_SERVICE "org.freedesktop.netctlgui"
|
||||
#define DBUS_HELPER_SERVICE "org.netctlgui.helper"
|
||||
#define DBUS_HELPER_INTERFACE "org.netctlgui.helper"
|
||||
#define DBUS_CONTROL_PATH "/ctrl"
|
||||
#define DBUS_LIB_PATH "/netctl"
|
||||
|
||||
#endif /* VERSION_H */
|
||||
|
Reference in New Issue
Block a user