chiark / gitweb /
logind: properly preallocate configured auto VTs
[elogind.git] / src / logind.h
index 5c513b4021028c2366e3f6d490c61ea428091114..18dbe11a9fed1a0f3a038e097a70186eae93a54b 100644 (file)
@@ -37,9 +37,9 @@
  * recreate VTs when disallocated
  * spawn user systemd
  * direct client API
+ * add configuration file
  * D-Bus method: AttachDevices(seat, devices[]);
  * D-Bus method: SetLinger(user, bool b);
- * kill cgroup immediately when fd is EOF.
  *
  * non-local X11 server
  * reboot/shutdown halt management
@@ -125,8 +125,6 @@ void manager_gc(Manager *m);
 
 int manager_get_idle_hint(Manager *m, dual_timestamp *t);
 
-bool x11_display_is_local(const char *display);
-
 extern const DBusObjectPathVTable bus_manager_vtable;
 
 DBusHandlerResult bus_message_filter(DBusConnection *c, DBusMessage *message, void *userdata);