diff options
| author | Joel Klinghed <the_jk@opera.com> | 2026-01-12 23:06:20 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@opera.com> | 2026-01-12 23:06:20 +0100 |
| commit | dfeb19b0a83b8ce57d28bf94a4f8d129993d1064 (patch) | |
| tree | d352908df286058059e306c350d89a07c67049eb /src/dbus_common.cc | |
Initial commit
Diffstat (limited to 'src/dbus_common.cc')
| -rw-r--r-- | src/dbus_common.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/dbus_common.cc b/src/dbus_common.cc new file mode 100644 index 0000000..c3f7f2b --- /dev/null +++ b/src/dbus_common.cc @@ -0,0 +1,7 @@ +#include "dbus_common.hh" + +#include <sdbus-c++/sdbus-c++.h> + +const sdbus::ServiceName dbus::kServiceName{"org.the_jk.claudemon"}; +const sdbus::ObjectPath dbus::kObjectPath{"/org/the_jk/claudemon/notify"}; +const sdbus::InterfaceName dbus::kInterfaceName{"org.the_jk.claudemon.Notify"}; |
