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, 3 insertions, 1 deletions
diff --git a/src/seat.h b/src/seat.h
index 5af6bc33..6fa6474e 100644
--- a/src/seat.h
+++ b/src/seat.h
@@ -67,7 +67,9 @@ GType seat_get_type (void);
void seat_register_module (const gchar *name, GType type);
-Seat *seat_new (const gchar *module_name, const gchar *name);
+Seat *seat_new (const gchar *module_name);
+
+void seat_set_name (Seat *seat, const gchar *name);
void seat_set_property (Seat *seat, const gchar *name, const gchar *value);