chiark / gitweb /
logind: send dbus signals when sessions/users/seats come and go
[elogind.git] / src / logind-session.h
index 9f58165da9fbb284f01a3372701fc31f45e5352e..a30c3e727ea9c71c3a16456682f48b00dd441601 100644 (file)
@@ -96,6 +96,8 @@ char *session_bus_path(Session *s);
 
 extern const DBusObjectPathVTable bus_session_vtable;
 
+int session_send_signal(Session *s, bool new_session);
+
 const char* session_type_to_string(SessionType t);
 SessionType session_type_from_string(const char *s);