X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Flogind.h;h=fd668a2c19cc7863dd0260afb326e3c731852239;hb=57a8eca84a1eda99c8cfb63889fa300ba982cb77;hp=7f584558ae481399c0a429f708f2e20b64368700;hpb=4d44e4f0b5d54327c112ad26a4b26397789d7192;p=elogind.git diff --git a/src/logind.h b/src/logind.h index 7f584558a..fd668a2c1 100644 --- a/src/logind.h +++ b/src/logind.h @@ -32,24 +32,6 @@ #include "hashmap.h" #include "cgroup-util.h" -/* TODO: - * - * spawn user systemd - * direct client API - * add display symlinks also per-session - * - * udev: - * drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed - * use device_has_tag() as soon as it is available - * trigger based on libudev if available - * enumerate recursively with libudev when triggering - * use sysfs in device hash table, not sysname, when fb driver is fixed - * fix ACL enumeration as soon as libudev can properly handle two match tags when enumerating - * - * non-local X11 server - * reboot/shutdown halt management - */ - typedef struct Manager Manager; #include "logind-device.h" @@ -140,4 +122,7 @@ DBusHandlerResult bus_message_filter(DBusConnection *c, DBusMessage *message, vo int manager_send_changed(Manager *manager, const char *properties); +/* gperf lookup function */ +const struct ConfigPerfItem* logind_gperf_lookup(const char *key, unsigned length); + #endif