summaryrefslogtreecommitdiffstats
path: root/src/ck-seat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ck-seat.h')
-rw-r--r--src/ck-seat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ck-seat.h b/src/ck-seat.h
index 47d10a7..fb9a955 100644
--- a/src/ck-seat.h
+++ b/src/ck-seat.h
@@ -93,6 +93,11 @@ CkSeat * ck_seat_new_with_devices (const char *sid,
gboolean ck_seat_register (CkSeat *seat);
+void ck_seat_run_programs (CkSeat *seat,
+ CkSession *old_session,
+ CkSession *new_session,
+ const char *action);
+
void ck_seat_dump (CkSeat *seat,
GKeyFile *key_file);