summaryrefslogtreecommitdiff
path: root/src/display-server.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-09-16 12:10:21 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-09-16 12:10:21 +1000
commit9c0a1b73b6e99a24af52e7d716f22be2da8134c6 (patch)
tree60f3405fbcb09201d0727c3637c26e85c0287830 /src/display-server.h
parent1e21160c3bdbdd973dd58490e28cb178afd0eee4 (diff)
downloadlightdm-9c0a1b73b6e99a24af52e7d716f22be2da8134c6.tar.gz
Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie and GetSessionForCookie D-Bus calls
Diffstat (limited to 'src/display-server.h')
-rw-r--r--src/display-server.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/display-server.h b/src/display-server.h
index e307e955..ffe1e176 100644
--- a/src/display-server.h
+++ b/src/display-server.h
@@ -42,6 +42,14 @@ typedef struct
GType display_server_get_type (void);
+void display_server_set_name (DisplayServer *server, const gchar *name);
+
+const gchar *display_server_get_name (DisplayServer *server);
+
+void display_server_set_start_local_sessions (DisplayServer *server, gboolean start_local_sessions);
+
+gboolean display_server_get_start_local_sessions (DisplayServer *server);
+
gboolean display_server_start (DisplayServer *server);
void display_server_stop (DisplayServer *server);