]> git.ipfire.org Git - thirdparty/systemd.git/commit - TODO
logind: implement delay inhibitor locks in addition to block inhibitor locks
authorLennart Poettering <lennart@poettering.net>
Fri, 4 May 2012 22:34:48 +0000 (00:34 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 4 May 2012 22:36:08 +0000 (00:36 +0200)
commiteecd1362f7f4de432483b5d77c56726c3621a83a
treee8f1f3639121d317660cc6cc0d5ffe8f8731a39f
parenta26336da875a6657d404d1e44b86ae067c34b110
logind: implement delay inhibitor locks in addition to block inhibitor locks

This is useful to allow applications to synchronously save data before
the system is suspended or shut down.
16 files changed:
.gitignore
Makefile.am
TODO
man/logind.conf.xml
man/systemd-inhibit.xml [new file with mode: 0644]
src/login/inhibit.c [new file with mode: 0644]
src/login/logind-dbus.c
src/login/logind-gperf.gperf
src/login/logind-inhibit.c
src/login/logind-inhibit.h
src/login/logind.c
src/login/logind.conf
src/login/logind.h
src/login/org.freedesktop.login1.policy.in
src/shared/dbus-common.c
src/shared/dbus-common.h