diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-08 21:45:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-08 21:45:23 +0200 |
commit | e3e9cc803e28185cf32feb3cccc092ec9bcff4ff (patch) | |
tree | f082ffd1658b0cfce5bb2fd5cb40fa42bb3bda53 /src | |
parent | 7b3afbac4d149d3e8befea1009a7b83955aeb42a (diff) |
logind: fix introspection typo
Diffstat (limited to 'src')
-rw-r--r-- | src/logind-session-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logind-session-dbus.c b/src/logind-session-dbus.c index 0ef6558851..eca33e5e24 100644 --- a/src/logind-session-dbus.c +++ b/src/logind-session-dbus.c @@ -36,7 +36,7 @@ " <method name=\"SetIdleHint\">\n" \ " <arg name=\"b\" type=\"b\"/>\n" \ " </method>\n" \ - " <property name=\"Id\" type=\"u\" access=\"read\"/>\n" \ + " <property name=\"Id\" type=\"s\" access=\"read\"/>\n" \ " <property name=\"User\" type=\"(uo)\" access=\"read\"/>\n" \ " <property name=\"Name\" type=\"s\" access=\"read\"/>\n" \ " <property name=\"Timestamp\" type=\"t\" access=\"read\"/>\n" \ |