X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogind.h;h=fd668a2c19cc7863dd0260afb326e3c731852239;hb=d68af58657ce0e99594dff199fbb9b319cf6af96;hp=8726502c1c8e953d911eb7d4ee603c40d92db6b0;hpb=4a4b033ff285f1eed2085a87b5b0c0ad6c73d166;p=elogind.git diff --git a/src/logind.h b/src/logind.h index 8726502c1..fd668a2c1 100644 --- a/src/logind.h +++ b/src/logind.h @@ -32,25 +32,6 @@ #include "hashmap.h" #include "cgroup-util.h" -/* TODO: - * - * spawn user systemd - * direct client API - * verify access to SetIdleHint - * hook up ACL tool for udev - * - * udev: - * drop redundant udev_device_get_is_initialized() use as soon as libudev is fixed - * properly escape/remove : and . from seat names in udev rules - * 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 - * - * non-local X11 server - * reboot/shutdown halt management - */ - typedef struct Manager Manager; #include "logind-device.h" @@ -141,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