]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blobdiff - src/mir-server.h
Implement autologin-session option (finally). This allows you to set the user session...
[sojka/lightdm.git] / src / mir-server.h
index bf90d97b73b8de5bde0ca3be792e6c72d2869908..4f59623f235464ccabd297b9070381588a3cc6f2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2010-2011 Robert Ancell.
  * Author: Robert Ancell <robert.ancell@canonical.com>
- * 
+ *
  * This program is free software: you can redistribute it and/or modify it under
  * the terms of the GNU General Public License as published by the Free Software
  * Foundation, either version 3 of the License, or (at your option) any later
@@ -40,6 +40,10 @@ GType mir_server_get_type (void);
 
 MirServer *mir_server_new (void);
 
+void mir_server_set_vt (MirServer *server, gint vt);
+
+void mir_server_set_parent_socket (MirServer *server, const gchar *parent_socket);
+
 G_END_DECLS
 
 #endif /* MIR_SERVER_H_ */