diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-21 21:46:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-21 21:46:13 +0200 |
commit | 9418f14772e7e646fe981d45506b3bbce68d6ccf (patch) | |
tree | 5488c3550abe14fd8603db723e45423fd0173b2e /src/logind-session.h | |
parent | da11939561b1e6eeb1131b68dbf43042fd633a05 (diff) |
logind: send out PropertyChanged signals where appropriate
Diffstat (limited to 'src/logind-session.h')
-rw-r--r-- | src/logind-session.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/logind-session.h b/src/logind-session.h index a30c3e727e..d2f25523ec 100644 --- a/src/logind-session.h +++ b/src/logind-session.h @@ -72,6 +72,7 @@ struct Session { bool kill_processes; bool in_gc_queue:1; + bool started:1; LIST_FIELDS(Session, sessions_by_user); LIST_FIELDS(Session, sessions_by_seat); @@ -97,6 +98,7 @@ char *session_bus_path(Session *s); extern const DBusObjectPathVTable bus_session_vtable; int session_send_signal(Session *s, bool new_session); +int session_send_changed(Session *s, const char *properties); const char* session_type_to_string(SessionType t); SessionType session_type_from_string(const char *s); |