From 29437f4aa9bd1bab54bde41cb1f6301803a2632e Mon Sep 17 00:00:00 2001
From: William Jon McCann
Date: Sat, 10 Mar 2007 18:02:29 -0500
Subject: regenerate docs
---
doc/ConsoleKit.html | 72 ++++++++++++++++++++++++++---------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
(limited to 'doc/ConsoleKit.html')
diff --git a/doc/ConsoleKit.html b/doc/ConsoleKit.html
index 3d57751..4aeac2b 100644
--- a/doc/ConsoleKit.html
+++ b/doc/ConsoleKit.html
@@ -1,13 +1,13 @@
ConsoleKit 0.1.3 Documentation ConsoleKit 0.1.3 Documentation
ConsoleKit is a framework for keeping track of the various
users, sessions, and seats present on a system. It
provides a mechanism for software to react to changes of any of
these items or of any of the metadata associated with them.
-
ConsoleKit provides a D-Bus API for programs to obtain information about the
users, sessions, and seats that are present on a system.
@@ -30,28 +30,28 @@
out 'ao' sessions)
GetSystemIdleHint (out 'b' idle_hint)
GetSystemIdleSinceHint (out 's' iso8601_datetime)
-
Implemented Interfaces org.freedesktop.ConsoleKit.Manager implements
+
Implemented Interfaces org.freedesktop.ConsoleKit.Manager implements
org.freedesktop.DBus.Introspectable,
org.freedesktop.DBus.Properties
-
Details OpenSession ()OpenSession (out 's' cookie) OpenSessionWithParameters ()OpenSessionWithParameters (in 'a(sv)' parameters,
- out 's' cookie) CloseSession ()CloseSession (in 's' cookie,
- out 'b' result) GetSeats ()GetSeats (out 'ao' seats) GetCurrentSession ()GetCurrentSession (out 'o' ssid) GetSessionForCookie ()GetSessionForCookie (in 's' cookie,
- out 'o' ssid) GetSessionForUnixProcess ()GetSessionForUnixProcess (in 'u' pid,
- out 'o' ssid) GetSessionsForUser ()GetSessionsForUser (in 'u' uid,
- out 'ao' sessions) GetSystemIdleHint ()GetSystemIdleHint (out 'b' idle_hint) GetSystemIdleSinceHint ()GetSystemIdleSinceHint (out 's' iso8601_datetime) Signal Details SeatAdded ()SeatAdded ('o' sid) SeatRemoved ()SeatRemoved ('o' sid) SystemIdleHintChanged ()SystemIdleHintChanged ('b' hint)
Name org.freedesktop.ConsoleKit.Seat — Seat interface
Methods GetId (out 'o' sid)
+ Details OpenSession ()OpenSession (out 's' cookie) OpenSessionWithParameters ()OpenSessionWithParameters (in 'a(sv)' parameters,
+ out 's' cookie) CloseSession ()CloseSession (in 's' cookie,
+ out 'b' result) GetSeats ()GetSeats (out 'ao' seats) GetCurrentSession ()GetCurrentSession (out 'o' ssid) GetSessionForCookie ()GetSessionForCookie (in 's' cookie,
+ out 'o' ssid) GetSessionForUnixProcess ()GetSessionForUnixProcess (in 'u' pid,
+ out 'o' ssid) GetSessionsForUser ()GetSessionsForUser (in 'u' uid,
+ out 'ao' sessions) GetSystemIdleHint ()GetSystemIdleHint (out 'b' idle_hint) GetSystemIdleSinceHint ()GetSystemIdleSinceHint (out 's' iso8601_datetime) Signal Details SeatAdded ()SeatAdded ('o' sid) SeatRemoved ()SeatRemoved ('o' sid) SystemIdleHintChanged ()SystemIdleHintChanged ('b' hint)
Name org.freedesktop.ConsoleKit.Seat — Seat interface
Implemented Interfaces org.freedesktop.ConsoleKit.Seat implements
+
Implemented Interfaces org.freedesktop.ConsoleKit.Seat implements
org.freedesktop.DBus.Introspectable,
org.freedesktop.DBus.Properties
-
Details GetId ()GetId (out 'o' sid) GetSessions ()GetSessions (out 'ao' sessions) GetActiveSession ()GetActiveSession (out 'o' ssid) ActivateSession ()ActivateSession (in 'o' ssid) Signal Details ActiveSessionChanged ()ActiveSessionChanged ('o' sid) SessionAdded ()SessionAdded ('o' sid) SessionRemoved ()SessionRemoved ('o' sid)
Name org.freedesktop.ConsoleKit.Session — Session interface
Methods GetId (out 'o' ssid)
+ Details GetId ()GetId (out 'o' sid) GetSessions ()GetSessions (out 'ao' sessions) GetActiveSession ()GetActiveSession (out 'o' ssid) ActivateSession ()ActivateSession (in 'o' ssid) Signal Details ActiveSessionChanged ()ActiveSessionChanged ('o' sid) SessionAdded ()SessionAdded ('o' sid) SessionRemoved ()SessionRemoved ('o' sid)
Name org.freedesktop.ConsoleKit.Session — Session interface
Implemented Interfaces org.freedesktop.ConsoleKit.Session implements
+
Implemented Interfaces org.freedesktop.ConsoleKit.Session implements
org.freedesktop.DBus.Introspectable,
org.freedesktop.DBus.Properties
-
Details GetId ()GetId (out 'o' ssid) GetSeatId ()GetSeatId (out 'o' sid) GetSessionType ()GetSessionType (out 's' type) GetUser ()GetUser (out 'i' uid) GetX11Display ()GetX11Display (out 's' display) GetX11DisplayDevice ()GetX11DisplayDevice (out 's' x11_display_device) GetDisplayDevice ()GetDisplayDevice (out 's' display_device) GetRemoteHostName ()GetRemoteHostName (out 's' remote_host_name) IsActive ()IsActive (out 'b' active) IsLocal ()IsLocal (out 'b' local) GetCreationTime ()GetCreationTime (out 's' iso8601_datetime) GetIdleHint ()GetIdleHint (out 'b' idle_hint) GetIdleSinceHint ()GetIdleSinceHint (out 's' iso8601_datetime) SetIdleHint ()SetIdleHint (in 'b' idle_hint) Signal Details ActiveChanged ()ActiveChanged ('b' is_active) IdleHintChanged ()IdleHintChanged ('b' hint) Property Details 'session-type''session-type' read 's'
- 'remote-host-name''remote-host-name' read 's'
- 'display-device''display-device' read 's'
- 'x11-display''x11-display' read 's'
- 'x11-display-device''x11-display-device' read 's'
- 'active''active' read 'b'
- 'is-local''is-local' read 'b'
- 'idle-hint''idle-hint' read 'b'
- G GetActiveSession Seat method, GetActiveSession () GetCreationTime Session method, GetCreationTime () GetCurrentSession Manager method, GetCurrentSession () GetDisplayDevice Session method, GetDisplayDevice () GetId Seat method, GetId () Session method, GetId () GetIdleHint Session method, GetIdleHint () GetIdleSinceHint Session method, GetIdleSinceHint () GetRemoteHostName Session method, GetRemoteHostName () GetSeatId Session method, GetSeatId () GetSeats Manager method, GetSeats () GetSessionForCookie Manager method, GetSessionForCookie () GetSessionForUnixProcess Manager method, GetSessionForUnixProcess () GetSessions Seat method, GetSessions () GetSessionsForUser Manager method, GetSessionsForUser () GetSessionType Session method, GetSessionType () GetSystemIdleHint Manager method, GetSystemIdleHint () GetSystemIdleSinceHint Manager method, GetSystemIdleSinceHint () GetUser Session method, GetUser () GetX11Display Session method, GetX11Display () GetX11DisplayDevice Session method, GetX11DisplayDevice ()
+
Details GetId ()GetId (out 'o' ssid) GetSeatId ()GetSeatId (out 'o' sid) GetSessionType ()GetSessionType (out 's' type) GetUser ()GetUser (out 'i' uid) GetX11Display ()GetX11Display (out 's' display) GetX11DisplayDevice ()GetX11DisplayDevice (out 's' x11_display_device) GetDisplayDevice ()GetDisplayDevice (out 's' display_device) GetRemoteHostName ()GetRemoteHostName (out 's' remote_host_name) IsActive ()IsActive (out 'b' active) IsLocal ()IsLocal (out 'b' local) GetCreationTime ()GetCreationTime (out 's' iso8601_datetime) GetIdleHint ()GetIdleHint (out 'b' idle_hint) GetIdleSinceHint ()GetIdleSinceHint (out 's' iso8601_datetime) SetIdleHint ()SetIdleHint (in 'b' idle_hint) Signal Details ActiveChanged ()ActiveChanged ('b' is_active) IdleHintChanged ()IdleHintChanged ('b' hint) Property Details 'user''user' readwrite 'u'
+ 'session-type''session-type' readwrite 's'
+ 'remote-host-name''remote-host-name' readwrite 's'
+ 'display-device''display-device' readwrite 's'
+ 'x11-display''x11-display' readwrite 's'
+ 'x11-display-device''x11-display-device' readwrite 's'
+ 'active''active' readwrite 'b'
+ 'is-local''is-local' readwrite 'b'
+ 'idle-hint''idle-hint' readwrite 'b'
+ G GetActiveSession Seat method, GetActiveSession () GetCreationTime Session method, GetCreationTime () GetCurrentSession Manager method, GetCurrentSession () GetDisplayDevice Session method, GetDisplayDevice () GetId Seat method, GetId () Session method, GetId () GetIdleHint Session method, GetIdleHint () GetIdleSinceHint Session method, GetIdleSinceHint () GetRemoteHostName Session method, GetRemoteHostName () GetSeatId Session method, GetSeatId () GetSeats Manager method, GetSeats () GetSessionForCookie Manager method, GetSessionForCookie () GetSessionForUnixProcess Manager method, GetSessionForUnixProcess () GetSessions Seat method, GetSessions () GetSessionsForUser Manager method, GetSessionsForUser () GetSessionType Session method, GetSessionType () GetSystemIdleHint Manager method, GetSystemIdleHint () GetSystemIdleSinceHint Manager method, GetSystemIdleSinceHint () GetUser Session method, GetUser () GetX11Display Session method, GetX11Display () GetX11DisplayDevice Session method, GetX11DisplayDevice ()