chiark / gitweb /
Suspend on lid close based on power status. (#8016)
[elogind.git] / src / login / logind-gperf.gperf
1 %{
2 #if __GNUC__ >= 7
3 _Pragma("GCC diagnostic ignored \"-Wimplicit-fallthrough\"")
4 #endif
5 #include <stddef.h>
6 #include "conf-parser.h"
7 #include "logind.h"
8 %}
9 struct ConfigPerfItem;
10 %null_strings
11 %language=ANSI-C
12 %define slot-name section_and_lvalue
13 %define hash-function-name logind_gperf_hash
14 %define lookup-function-name logind_gperf_lookup
15 %readonly-tables
16 %omit-struct-type
17 %struct-type
18 %includes
19 %%
20 #if 0 /// UNNEEDED by elogind
21 # Login.NAutoVTs,                    config_parse_n_autovts,     0, offsetof(Manager, n_autovts)
22 # Login.ReserveVT,                   config_parse_unsigned,      0, offsetof(Manager, reserve_vt)
23 #endif // 0
24 Login.KillUserProcesses,           config_parse_bool,          0, offsetof(Manager, kill_user_processes)
25 Login.KillOnlyUsers,               config_parse_strv,          0, offsetof(Manager, kill_only_users)
26 Login.KillExcludeUsers,            config_parse_strv,          0, offsetof(Manager, kill_exclude_users)
27 Login.InhibitDelayMaxSec,          config_parse_sec,           0, offsetof(Manager, inhibit_delay_max)
28 Login.HandlePowerKey,              config_parse_handle_action, 0, offsetof(Manager, handle_power_key)
29 Login.HandleSuspendKey,            config_parse_handle_action, 0, offsetof(Manager, handle_suspend_key)
30 Login.HandleHibernateKey,          config_parse_handle_action, 0, offsetof(Manager, handle_hibernate_key)
31 Login.HandleLidSwitch,             config_parse_handle_action, 0, offsetof(Manager, handle_lid_switch)
32 Login.HandleLidSwitchExternalPower,config_parse_handle_action, 0, offsetof(Manager, handle_lid_switch_ep)
33 Login.HandleLidSwitchDocked,       config_parse_handle_action, 0, offsetof(Manager, handle_lid_switch_docked)
34 Login.PowerKeyIgnoreInhibited,     config_parse_bool,          0, offsetof(Manager, power_key_ignore_inhibited)
35 Login.SuspendKeyIgnoreInhibited,   config_parse_bool,          0, offsetof(Manager, suspend_key_ignore_inhibited)
36 Login.HibernateKeyIgnoreInhibited, config_parse_bool,          0, offsetof(Manager, hibernate_key_ignore_inhibited)
37 Login.LidSwitchIgnoreInhibited,    config_parse_bool,          0, offsetof(Manager, lid_switch_ignore_inhibited)
38 Login.HoldoffTimeoutSec,           config_parse_sec,           0, offsetof(Manager, holdoff_timeout_usec)
39 Login.IdleAction,                  config_parse_handle_action, 0, offsetof(Manager, idle_action)
40 Login.IdleActionSec,               config_parse_sec,           0, offsetof(Manager, idle_action_usec)
41 Login.RuntimeDirectorySize,        config_parse_tmpfs_size,    0, offsetof(Manager, runtime_dir_size)
42 Login.RemoveIPC,                   config_parse_bool,          0, offsetof(Manager, remove_ipc)
43 Login.InhibitorsMax,               config_parse_uint64,        0, offsetof(Manager, inhibitors_max)
44 Login.SessionsMax,                 config_parse_uint64,        0, offsetof(Manager, sessions_max)
45 Login.UserTasksMax,                config_parse_user_tasks_max,0, offsetof(Manager, user_tasks_max)
46 #if 1 /// Additions for elogind
47 Sleep.SuspendMode,                 config_parse_strv,          0, offsetof(Manager, suspend_mode)
48 Sleep.SuspendState,                config_parse_strv,          0, offsetof(Manager, suspend_state)
49 Sleep.HibernateMode,               config_parse_strv,          0, offsetof(Manager, hibernate_mode)
50 Sleep.HibernateState,              config_parse_strv,          0, offsetof(Manager, hibernate_state)
51 Sleep.HybridSleepMode,             config_parse_strv,          0, offsetof(Manager, hybrid_sleep_mode)
52 Sleep.HybridSleepState,            config_parse_strv,          0, offsetof(Manager, hybrid_sleep_state)
53 #endif // 1