summaryrefslogtreecommitdiff
path: root/src/logind-seat.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-06-21 20:43:34 +0200
committerLennart Poettering <lennart@poettering.net>2011-06-21 20:43:34 +0200
commitda11939561b1e6eeb1131b68dbf43042fd633a05 (patch)
tree56b654d78e646a0de6a0db4656da9b758e49258c /src/logind-seat.h
parente1c9c2d53606f987110b4215cf08c236af637ff1 (diff)
logind: send dbus signals when sessions/users/seats come and go
Diffstat (limited to 'src/logind-seat.h')
-rw-r--r--src/logind-seat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/logind-seat.h b/src/logind-seat.h
index dfbb2a2a0a..a7cd6c7e47 100644
--- a/src/logind-seat.h
+++ b/src/logind-seat.h
@@ -74,4 +74,6 @@ char *seat_bus_path(Seat *s);
extern const DBusObjectPathVTable bus_seat_vtable;
+int seat_send_signal(Seat *s, bool new_seat);
+
#endif