summaryrefslogtreecommitdiff
path: root/src/seat.h
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2013-11-18 13:26:57 -0500
committerMichael Terry <michael.terry@canonical.com>2013-11-18 13:26:57 -0500
commitd4a5db5b120dae7306da7f579f9089ae2adc3249 (patch)
tree1abe22f1657bdcfe614b51093a3d30be3c4e6ad7 /src/seat.h
parent8557242a9c217ec241b85df032dd9b46d7c7cb77 (diff)
downloadlightdm-d4a5db5b120dae7306da7f579f9089ae2adc3249.tar.gz
When a seat stops, try the next seat type if one is defined
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 7457230d..5bde5c20 100644
--- a/src/seat.h
+++ b/src/seat.h
@@ -63,10 +63,14 @@ void seat_register_module (const gchar *name, GType type);
Seat *seat_new (const gchar *module_name);
+const gchar *seat_get_type_name (Seat *seat);
+
void seat_set_property (Seat *seat, const gchar *name, const gchar *value);
const gchar *seat_get_string_property (Seat *seat, const gchar *name);
+gchar **seat_get_string_list_property (Seat *seat, const gchar *name);
+
gboolean seat_get_boolean_property (Seat *seat, const gchar *name);
gint seat_get_integer_property (Seat *seat, const gchar *name);