summaryrefslogtreecommitdiff
path: root/src/login/logind-inhibit.h
Commit message (Collapse)AuthorAge
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use.
* logind: log which process is delaying suspend and not closing locksLennart Poettering2013-11-27
|
* use #pragma once instead of foo*foo define guardsShawn Landden2013-11-18
|
* logind: port logind to libsystemd-busLennart Poettering2013-11-05
|
* logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey=Lennart Poettering2012-09-21
| | | | | The kernel and X11 distuingish these two, and Thinkpad keys have both, hence we really should distinguish them too.
* logind: allow users to override their own suspend/sleep inhibitorsLennart Poettering2012-09-21
|
* logind: rework power key/suspend key/lid switch handlingLennart Poettering2012-09-19
| | | | | | | | http://lists.freedesktop.org/archives/systemd-devel/2012-September/006604.html https://bugzilla.gnome.org/show_bug.cgi?id=680689 This changes the meaning of the HandlePowerKey=/HandleSleepKey=/HandleLidSwitch= setting of logind.conf
* logind: punt duplicate definition of InhibitWhatMalte Starostik2012-06-04
| | | | | | Trivial fix for: src/login/logind-inhibit.h:37:3: error: redefinition of typedef 'InhibitWhat' src/login/logind-inhibit.h:26:26: note: previous declaration of 'InhibitWhat' was here
* logind: implement suspend/hibernate calls with inhibition logicLennart Poettering2012-05-08
|
* logind: use "sleep" as generic term for "suspend", "hibernate", and later on ↵Lennart Poettering2012-05-08
| | | | "hybrid suspend"
* logind: implement delay inhibitor locks in addition to block inhibitor locksLennart Poettering2012-05-05
| | | | | This is useful to allow applications to synchronously save data before the system is suspended or shut down.
* logind: hook up inhibit logic with idle hint logicLennart Poettering2012-04-16
|
* logind: add shutdown/suspend/idle inhibition frameworkLennart Poettering2012-04-16