diff options
Diffstat (limited to 'src/seat.h')
-rw-r--r-- | src/seat.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |