X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogind-seat.h;h=6d9c36db34c12e9a04a428731e09a9ac77a2baf5;hb=88bb8d215aa0f5576eb3f9c77c30cdc4b17783fe;hp=dfbb2a2a0a6e698cf1e3413b80564093b545ee09;hpb=a185c5aa2d8bef98716f8cf160da263c17e588b2;p=elogind.git diff --git a/src/logind-seat.h b/src/logind-seat.h index dfbb2a2a0..6d9c36db3 100644 --- a/src/logind-seat.h +++ b/src/logind-seat.h @@ -54,8 +54,10 @@ int seat_save(Seat *s); int seat_load(Seat *s); int seat_apply_acls(Seat *s, Session *old_active); +int seat_set_active(Seat *s, Session *session); int seat_active_vt_changed(Seat *s, int vtnr); int seat_read_active_vt(Seat *s); +int seat_preallocate_vts(Seat *s); int seat_attach_session(Seat *s, Session *session); @@ -74,4 +76,7 @@ char *seat_bus_path(Seat *s); extern const DBusObjectPathVTable bus_seat_vtable; +int seat_send_signal(Seat *s, bool new_seat); +int seat_send_changed(Seat *s, const char *properties); + #endif