chiark / gitweb /
logind: use new udev_enumerate_add_match_parent() where applicable
[elogind.git] / src / logind.h
index 8da409bb93b0024d8cd6d4c6f19b6e49ab6814e9..1f5f9fe4a6dba927dc55aee3039b60da6c4b855b 100644 (file)
  *
  * spawn user systemd
  * direct client API
- * add configuration file
- * verify access to SetIdleHint
  *
  * 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
@@ -131,7 +124,7 @@ int manager_spawn_autovt(Manager *m, int vtnr);
 
 void manager_cgroup_notify_empty(Manager *m, const char *cgroup);
 
-void manager_gc(Manager *m);
+void manager_gc(Manager *m, bool drop_not_started);
 
 int manager_get_idle_hint(Manager *m, dual_timestamp *t);