summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Chevalier <rchevalier@aldebaran-robotics.com>2013-04-08 18:22:44 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-08 18:27:55 +0200
commitd4b7fecb051142404da6bf587c1796a6de768990 (patch)
tree133c9f22f48028425af2e6d61f35055061c6293a
parent974efc46586854b1f23ccf153b36199c77919de6 (diff)
dbus-manager: fix variable type introspection
-rw-r--r--src/core/dbus-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c
index 75a341fce..c23709c2b 100644
--- a/src/core/dbus-manager.c
+++ b/src/core/dbus-manager.c
@@ -290,8 +290,8 @@
" <property name=\"DefaultControllers\" type=\"as\" access=\"read\"/>\n" \
" <property name=\"DefaultStandardOutput\" type=\"s\" access=\"read\"/>\n" \
" <property name=\"DefaultStandardError\" type=\"s\" access=\"read\"/>\n" \
- " <property name=\"RuntimeWatchdogUSec\" type=\"s\" access=\"readwrite\"/>\n" \
- " <property name=\"ShutdownWatchdogUSec\" type=\"s\" access=\"readwrite\"/>\n" \
+ " <property name=\"RuntimeWatchdogUSec\" type=\"t\" access=\"readwrite\"/>\n" \
+ " <property name=\"ShutdownWatchdogUSec\" type=\"t\" access=\"readwrite\"/>\n" \
" <property name=\"Virtualization\" type=\"s\" access=\"read\"/>\n"
#define BUS_MANAGER_INTERFACE_END \