summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/timer_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer_state.cc b/src/timer_state.cc
index c836ffd..b7b4309 100644
--- a/src/timer_state.cc
+++ b/src/timer_state.cc
@@ -223,7 +223,7 @@ public:
.implementedAs(fun).withNoReply();
std::function<void(sdbus::MethodCall)> call_fun =
std::bind(&TimerStateServer::get_state, this, std::placeholders::_1);
- object->registerMethod(kInterfaceName, "get_state", "", "bdd", call_fun);
+ object->registerMethod(kInterfaceName, "get_state", "", "bux", call_fun);
object->registerSignal("started").onInterface(kInterfaceName)
.withParameters<uint32_t, time_t>();
object->registerSignal("stopped").onInterface(kInterfaceName)