summaryrefslogtreecommitdiff
path: root/src/dbus_common.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@opera.com>2026-01-12 23:06:20 +0100
committerJoel Klinghed <the_jk@opera.com>2026-01-12 23:06:20 +0100
commitdfeb19b0a83b8ce57d28bf94a4f8d129993d1064 (patch)
treed352908df286058059e306c350d89a07c67049eb /src/dbus_common.hh
Initial commit
Diffstat (limited to 'src/dbus_common.hh')
-rw-r--r--src/dbus_common.hh14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/dbus_common.hh b/src/dbus_common.hh
new file mode 100644
index 0000000..b4f7501
--- /dev/null
+++ b/src/dbus_common.hh
@@ -0,0 +1,14 @@
+#ifndef DBUS_COMMON_HH
+#define DBUS_COMMON_HH
+
+#include <sdbus-c++/sdbus-c++.h>
+
+namespace dbus {
+
+extern const sdbus::ServiceName kServiceName;
+extern const sdbus::ObjectPath kObjectPath;
+extern const sdbus::InterfaceName kInterfaceName;
+
+} // namespace dbus
+
+#endif // DBUS_COMMON_HH