diff options
Diffstat (limited to 'src/ck-seat.h')
-rw-r--r-- | src/ck-seat.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/ck-seat.h b/src/ck-seat.h index 5977781..fb9a955 100644 --- a/src/ck-seat.h +++ b/src/ck-seat.h @@ -91,6 +91,13 @@ CkSeat * ck_seat_new_with_devices (const char *sid, CkSeatKind kind, GPtrArray *devices); +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); @@ -103,9 +110,6 @@ gboolean ck_seat_add_session (CkSeat *seat, gboolean ck_seat_remove_session (CkSeat *seat, CkSession *session, GError **error); -gboolean ck_seat_set_active_session (CkSeat *seat, - CkSession *session, - GError **error); gboolean ck_seat_add_device (CkSeat *seat, GValueArray *device, GError **error); |