diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-27 13:47:03 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-27 13:47:03 +0200 |
commit | 18fa6b2705aaef42041942f47f013e426640b6a4 (patch) | |
tree | 385d6801aa522cf550d4a9fc98673dadb62de99b /src/logind.h | |
parent | 3084a7c453680fac7bdca9cf76bde397ec6a67de (diff) |
dbus: send our finished signal when we are finished booting
Diffstat (limited to 'src/logind.h')
-rw-r--r-- | src/logind.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logind.h b/src/logind.h index d512c3ee2f..be8bb1d389 100644 --- a/src/logind.h +++ b/src/logind.h @@ -37,7 +37,7 @@ * recreate VTs when disallocated * spawn user systemd * direct client API - * D-Bus method: AttachDevice(seat, device); + * D-Bus method: AttachDevices(seat, devices[]); * D-Bus method: SetLinger(user, bool b); * * non-local X11 server |