org.freedesktop.ConsoleKit.Manager 1 org.freedesktop.ConsoleKit.Manager Primary management interface Synopsis Interface: org.freedesktop.ConsoleKit.Manager Methods: GetSeats (out OBJECT_PATH ARRAY seats) GetSessionsForUser (in UINT32 uid, out OBJECT_PATH ARRAY sessions) GetCurrentSession (out OBJECT_PATH session) GetSessionForUnixProcess (in UINT32 pid, out OBJECT_PATH session) GetSessionForCookie (in STRING cookie, out OBJECT_PATH session) GetSystemIdleHint (out BOOLEAN hint) GetSystemIdleSinceHint (out STRING iso8601_datetime) OpenSession (out STRING cookie) OpenSessionWithParameters (int STRING,VARIANT STRUCT ARRAY parameters, out STRING cookie) CloseSession (int STRING cookie, out BOOLEAN result) Signals: SeatAdded (STRING sid) SeatRemoved (STRING sid) SystemIdleHintChanged (BOOLEAN hint) Description