summaryrefslogtreecommitdiff
path: root/src/seat.h
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-07-20 13:56:28 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-07-20 13:56:28 +1000
commit8a80b0d935e9e6bb75fa1fb41779a4515c93a838 (patch)
tree072395f2a0cd9215e6bc03e8b5e92ee37fb9e514 /src/seat.h
parentf4edc914e3a9f58cdcd7a6d804bedb7faab541b8 (diff)
downloadlightdm-8a80b0d935e9e6bb75fa1fb41779a4515c93a838.tar.gz
Set type field in config. Fix defaults not being correctly set
Diffstat (limited to 'src/seat.h')
-rw-r--r--src/seat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/seat.h b/src/seat.h
index cb4f9a8d..4cefa9e5 100644
--- a/src/seat.h
+++ b/src/seat.h
@@ -47,6 +47,10 @@ typedef struct
GType seat_get_type (void);
+void seat_register_module (const gchar *name, GType type);
+
+Seat *seat_new (const gchar *module, const gchar *config_section);
+
void seat_load_config (Seat *seat, const gchar *config_section);
void seat_set_can_switch (Seat *seat, gboolean can_switch);