chiark / gitweb /
logind: properly preallocate configured auto VTs
[elogind.git] / src / logind.h
index d512c3ee2ffd9c135facd240fd75e1aa812c171b..18dbe11a9fed1a0f3a038e097a70186eae93a54b 100644 (file)
@@ -37,7 +37,8 @@
  * recreate VTs when disallocated
  * spawn user systemd
  * direct client API
- * D-Bus method: AttachDevice(seat, device);
+ * add configuration file
+ * D-Bus method: AttachDevices(seat, devices[]);
  * D-Bus method: SetLinger(user, bool b);
  *
  * non-local X11 server
@@ -124,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);