summaryrefslogtreecommitdiffstats
path: root/doc/ck-dbus-manager.xml
blob: 77577a564300f4b93be289f33f71b9c8a44478fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<refentry id="ck-manager">
  <refmeta>
    <refentrytitle role="top_of_page">org.freedesktop.ConsoleKit.Manager</refentrytitle>
    <manvolnum>1</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>org.freedesktop.ConsoleKit.Manager</refname>
    <refpurpose>Primary management interface</refpurpose>
  </refnamediv>

  <refsynopsisdiv role="synopsis">
    <title role="synopsis.title">Synopsis</title>
    <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)

    </synopsis>

  </refsynopsisdiv>

  <refsect1 role="desc">
    <title role="desc.title">Description</title>
    <para>
    </para>
  </refsect1>

</refentry>