blob: a679d8e52d0d5bbe8ea53d961cea91702d5002c0 (
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
<refentry id="Seat">
<refmeta>
<refentrytitle role="top_of_page">org.freedesktop.ConsoleKit.Seat</refentrytitle>
</refmeta>
<refnamediv>
<refname>org.freedesktop.ConsoleKit.Seat</refname>
<refpurpose>Seat interface</refpurpose>
</refnamediv>
<refsynopsisdiv role="synopsis">
<title role="synopsis.title">Methods</title>
<synopsis><link linkend="Seat-GetId">GetId</link> (out 'o' sid)
<link linkend="Seat-GetSessions">GetSessions</link> (out 'ao' sessions)
<link linkend="Seat-GetActiveSession">GetActiveSession</link> (out 'o' ssid)
<link linkend="Seat-ActivateSession">ActivateSession</link> (in 'o' ssid)
</synopsis>
</refsynopsisdiv>
<refsect1 role="signal_proto">
<title role="signal_proto.title">Signals</title>
<synopsis><link linkend="Seat-signal-ActiveSessionChanged">ActiveSessionChanged</link> ('o' sid)
<link linkend="Seat-signal-SessionAdded">SessionAdded</link> ('o' sid)
<link linkend="Seat-signal-SessionRemoved">SessionRemoved</link> ('o' sid)
</synopsis>
</refsect1>
<refsect1 role="impl_interfaces">
<title role="impl_interfaces.title">Implemented Interfaces</title>
<para>org.freedesktop.ConsoleKit.Seat implements
org.freedesktop.DBus.Introspectable,
org.freedesktop.DBus.Properties
</para>
</refsect1>
<refsect1 role="properties">
<title role="properties.title">Properties</title>
<synopsis/>
</refsect1>
<refsect1 role="desc">
<title role="desc.title">Description</title>
<para/>
</refsect1>
<refsect1 role="details">
<title role="details.title">Details</title>
<refsect2>
<title><anchor role="function" id="Seat-GetId"/>GetId ()</title>
<indexterm>
<primary>GetId</primary>
<secondary>Seat</secondary>
<tertiary>method</tertiary>
</indexterm>
<programlisting>GetId (out 'o' sid)</programlisting>
</refsect2>
<refsect2>
<title><anchor role="function" id="Seat-GetSessions"/>GetSessions ()</title>
<indexterm>
<primary>GetSessions</primary>
<secondary>Seat</secondary>
<tertiary>method</tertiary>
</indexterm>
<programlisting>GetSessions (out 'ao' sessions)</programlisting>
</refsect2>
<refsect2>
<title><anchor role="function" id="Seat-GetActiveSession"/>GetActiveSession ()</title>
<indexterm>
<primary>GetActiveSession</primary>
<secondary>Seat</secondary>
<tertiary>method</tertiary>
</indexterm>
<programlisting>GetActiveSession (out 'o' ssid)</programlisting>
</refsect2>
<refsect2>
<title><anchor role="function" id="Seat-ActivateSession"/>ActivateSession ()</title>
<indexterm>
<primary>ActivateSession</primary>
<secondary>Seat</secondary>
<tertiary>method</tertiary>
</indexterm>
<programlisting>ActivateSession (in 'o' ssid)</programlisting>
</refsect2>
</refsect1>
<refsect1 role="signals">
<title role="signals.title">Signal Details</title>
<refsect2>
<title><anchor role="function" id="Seat-signal-ActiveSessionChanged"/>ActiveSessionChanged ()</title>
<indexterm>
<primary>ActiveSessionChanged</primary>
<secondary>Seat</secondary>
<tertiary>signal</tertiary>
</indexterm>
<programlisting>ActiveSessionChanged ('o' sid)</programlisting>
</refsect2>
<refsect2>
<title><anchor role="function" id="Seat-signal-SessionAdded"/>SessionAdded ()</title>
<indexterm>
<primary>SessionAdded</primary>
<secondary>Seat</secondary>
<tertiary>signal</tertiary>
</indexterm>
<programlisting>SessionAdded ('o' sid)</programlisting>
</refsect2>
<refsect2>
<title><anchor role="function" id="Seat-signal-SessionRemoved"/>SessionRemoved ()</title>
<indexterm>
<primary>SessionRemoved</primary>
<secondary>Seat</secondary>
<tertiary>signal</tertiary>
</indexterm>
<programlisting>SessionRemoved ('o' sid)</programlisting>
</refsect2>
</refsect1>
<refsect1 role="property_details">
<title role="property_details.title">Property Details</title>
</refsect1>
</refentry>
|