summaryrefslogtreecommitdiff
path: root/src/seat.h
diff options
context:
space:
mode:
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);