~ubuntu-branches/ubuntu/natty/empathy/natty-updates

« back to all changes in this revision

Viewing changes to docs/libempathy/html/libempathy-empathy-status-presets.html

Tags: upstream-0.22.0
ImportĀ upstreamĀ versionĀ 0.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 
5
<title>empathy-status-presets</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
 
7
<link rel="start" href="index.html" title="libempathy Reference Manual">
 
8
<link rel="up" href="libempathy_api.html" title="libempathy API reference">
 
9
<link rel="prev" href="EmpathyMessage.html" title="EmpathyMessage">
 
10
<link rel="next" href="libempathy-empathy-time.html" title="empathy-time">
 
11
<meta name="generator" content="GTK-Doc V1.9 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
<link rel="part" href="pt01.html" title="Part&#160;I.&#160;libempathy Overview">
 
14
<link rel="part" href="pt02.html" title="Part&#160;II.&#160;API Reference">
 
15
<link rel="chapter" href="libempathy_api.html" title="libempathy API reference">
 
16
<link rel="chapter" href="libempathy-hierarchy.html" title="Object Hierarchy">
 
17
<link rel="index" href="ix01.html" title="Index">
 
18
</head>
 
19
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
20
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
21
<tr valign="middle">
 
22
<td><a accesskey="p" href="EmpathyMessage.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
23
<td><a accesskey="u" href="libempathy_api.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
24
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
25
<th width="100%" align="center">libempathy Reference Manual</th>
 
26
<td><a accesskey="n" href="libempathy-empathy-time.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
27
</tr>
 
28
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id302065" class="shortcut">Top</a>
 
29
                  &#160;|&#160;
 
30
                  <a href="#id350426" class="shortcut">Description</a></nobr></td></tr>
 
31
</table>
 
32
<div class="refentry" lang="en">
 
33
<a name="libempathy-empathy-status-presets"></a><div class="titlepage"></div>
 
34
<div class="refnamediv"><table width="100%"><tr>
 
35
<td valign="top">
 
36
<h2>
 
37
<a name="id302065"></a><span class="refentrytitle">empathy-status-presets</span>
 
38
</h2>
 
39
<p>empathy-status-presets</p>
 
40
</td>
 
41
<td valign="top" align="right"></td>
 
42
</tr></table></div>
 
43
<div class="refsynopsisdiv">
 
44
<h2>Synopsis</h2>
 
45
<pre class="synopsis">
 
46
 
 
47
 
 
48
 
 
49
void                <a class="link" href="libempathy-empathy-status-presets.html#empathy-status-presets-get-all">empathy_status_presets_get_all</a>      (void);
 
50
GList*              <a class="link" href="libempathy-empathy-status-presets.html#empathy-status-presets-get">empathy_status_presets_get</a>          (<a
 
51
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#McPresence"
 
52
>McPresence</a> state,
 
53
                                                         gint max_number);
 
54
void                <a class="link" href="libempathy-empathy-status-presets.html#empathy-status-presets-set-last">empathy_status_presets_set_last</a>     (<a
 
55
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#McPresence"
 
56
>McPresence</a> state,
 
57
                                                         const gchar *status);
 
58
void                <a class="link" href="libempathy-empathy-status-presets.html#empathy-status-presets-remove">empathy_status_presets_remove</a>       (<a
 
59
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#McPresence"
 
60
>McPresence</a> state,
 
61
                                                         const gchar *status);
 
62
void                <a class="link" href="libempathy-empathy-status-presets.html#empathy-status-presets-reset">empathy_status_presets_reset</a>        (void);
 
63
<a
 
64
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#McPresence"
 
65
>McPresence</a>          <a class="link" href="libempathy-empathy-status-presets.html#empathy-status-presets-get-default-state">empathy_status_presets_get_default_state</a>
 
66
                                                        (void);
 
67
const gchar*        <a class="link" href="libempathy-empathy-status-presets.html#empathy-status-presets-get-default-status">empathy_status_presets_get_default_status</a>
 
68
                                                        (void);
 
69
void                <a class="link" href="libempathy-empathy-status-presets.html#empathy-status-presets-set-default">empathy_status_presets_set_default</a>  (<a
 
70
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#McPresence"
 
71
>McPresence</a> state,
 
72
                                                         const gchar *status);
 
73
void                <a class="link" href="libempathy-empathy-status-presets.html#empathy-status-presets-clear-default">empathy_status_presets_clear_default</a>
 
74
                                                        (void);
 
75
</pre>
 
76
</div>
 
77
<div class="refsect1" lang="en">
 
78
<a name="id350426"></a><h2>Description</h2>
 
79
<p>
 
80
 
 
81
</p>
 
82
</div>
 
83
<div class="refsect1" lang="en">
 
84
<a name="id350441"></a><h2>Details</h2>
 
85
<div class="refsect2" lang="en">
 
86
<a name="id350452"></a><h3>
 
87
<a name="empathy-status-presets-get-all"></a>empathy_status_presets_get_all ()</h3>
 
88
<a class="indexterm" name="id350464"></a><pre class="programlisting">void                empathy_status_presets_get_all      (void);</pre>
 
89
<p>
 
90
 
 
91
</p>
 
92
</div>
 
93
<hr>
 
94
<div class="refsect2" lang="en">
 
95
<a name="id387594"></a><h3>
 
96
<a name="empathy-status-presets-get"></a>empathy_status_presets_get ()</h3>
 
97
<a class="indexterm" name="id387607"></a><pre class="programlisting">GList*              empathy_status_presets_get          (<a
 
98
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#McPresence"
 
99
>McPresence</a> state,
 
100
                                                         gint max_number);</pre>
 
101
<p>
 
102
 
 
103
</p>
 
104
<div class="variablelist"><table border="0">
 
105
<col align="left" valign="top">
 
106
<tbody>
 
107
<tr>
 
108
<td><p><span class="term"><em class="parameter"><code>state</code></em>&#160;:</span></p></td>
 
109
<td>
 
110
</td>
 
111
</tr>
 
112
<tr>
 
113
<td><p><span class="term"><em class="parameter"><code>max_number</code></em>&#160;:</span></p></td>
 
114
<td>
 
115
</td>
 
116
</tr>
 
117
<tr>
 
118
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
119
<td>
 
120
 
 
121
 
 
122
</td>
 
123
</tr>
 
124
</tbody>
 
125
</table></div>
 
126
</div>
 
127
<hr>
 
128
<div class="refsect2" lang="en">
 
129
<a name="id387682"></a><h3>
 
130
<a name="empathy-status-presets-set-last"></a>empathy_status_presets_set_last ()</h3>
 
131
<a class="indexterm" name="id387695"></a><pre class="programlisting">void                empathy_status_presets_set_last     (<a
 
132
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#McPresence"
 
133
>McPresence</a> state,
 
134
                                                         const gchar *status);</pre>
 
135
<p>
 
136
 
 
137
</p>
 
138
<div class="variablelist"><table border="0">
 
139
<col align="left" valign="top">
 
140
<tbody>
 
141
<tr>
 
142
<td><p><span class="term"><em class="parameter"><code>state</code></em>&#160;:</span></p></td>
 
143
<td>
 
144
</td>
 
145
</tr>
 
146
<tr>
 
147
<td><p><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></p></td>
 
148
<td>
 
149
 
 
150
 
 
151
</td>
 
152
</tr>
 
153
</tbody>
 
154
</table></div>
 
155
</div>
 
156
<hr>
 
157
<div class="refsect2" lang="en">
 
158
<a name="id397152"></a><h3>
 
159
<a name="empathy-status-presets-remove"></a>empathy_status_presets_remove ()</h3>
 
160
<a class="indexterm" name="id397164"></a><pre class="programlisting">void                empathy_status_presets_remove       (<a
 
161
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#McPresence"
 
162
>McPresence</a> state,
 
163
                                                         const gchar *status);</pre>
 
164
<p>
 
165
 
 
166
</p>
 
167
<div class="variablelist"><table border="0">
 
168
<col align="left" valign="top">
 
169
<tbody>
 
170
<tr>
 
171
<td><p><span class="term"><em class="parameter"><code>state</code></em>&#160;:</span></p></td>
 
172
<td>
 
173
</td>
 
174
</tr>
 
175
<tr>
 
176
<td><p><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></p></td>
 
177
<td>
 
178
 
 
179
 
 
180
</td>
 
181
</tr>
 
182
</tbody>
 
183
</table></div>
 
184
</div>
 
185
<hr>
 
186
<div class="refsect2" lang="en">
 
187
<a name="id397229"></a><h3>
 
188
<a name="empathy-status-presets-reset"></a>empathy_status_presets_reset ()</h3>
 
189
<a class="indexterm" name="id397242"></a><pre class="programlisting">void                empathy_status_presets_reset        (void);</pre>
 
190
<p>
 
191
 
 
192
</p>
 
193
</div>
 
194
<hr>
 
195
<div class="refsect2" lang="en">
 
196
<a name="id397262"></a><h3>
 
197
<a name="empathy-status-presets-get-default-state"></a>empathy_status_presets_get_default_state ()</h3>
 
198
<a class="indexterm" name="id397273"></a><pre class="programlisting"><a
 
199
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#McPresence"
 
200
>McPresence</a>          empathy_status_presets_get_default_state
 
201
                                                        (void);</pre>
 
202
<p>
 
203
 
 
204
</p>
 
205
<div class="variablelist"><table border="0">
 
206
<col align="left" valign="top">
 
207
<tbody><tr>
 
208
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
209
<td>
 
210
 
 
211
 
 
212
</td>
 
213
</tr></tbody>
 
214
</table></div>
 
215
</div>
 
216
<hr>
 
217
<div class="refsect2" lang="en">
 
218
<a name="id397309"></a><h3>
 
219
<a name="empathy-status-presets-get-default-status"></a>empathy_status_presets_get_default_status ()</h3>
 
220
<a class="indexterm" name="id397320"></a><pre class="programlisting">const gchar*        empathy_status_presets_get_default_status
 
221
                                                        (void);</pre>
 
222
<p>
 
223
 
 
224
</p>
 
225
<div class="variablelist"><table border="0">
 
226
<col align="left" valign="top">
 
227
<tbody><tr>
 
228
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></p></td>
 
229
<td>
 
230
 
 
231
 
 
232
</td>
 
233
</tr></tbody>
 
234
</table></div>
 
235
</div>
 
236
<hr>
 
237
<div class="refsect2" lang="en">
 
238
<a name="id397357"></a><h3>
 
239
<a name="empathy-status-presets-set-default"></a>empathy_status_presets_set_default ()</h3>
 
240
<a class="indexterm" name="id397370"></a><pre class="programlisting">void                empathy_status_presets_set_default  (<a
 
241
href="/usr/share/gtk-doc/html/libmissioncontrol/libmissioncontrol-mission-control.html#McPresence"
 
242
>McPresence</a> state,
 
243
                                                         const gchar *status);</pre>
 
244
<p>
 
245
 
 
246
</p>
 
247
<div class="variablelist"><table border="0">
 
248
<col align="left" valign="top">
 
249
<tbody>
 
250
<tr>
 
251
<td><p><span class="term"><em class="parameter"><code>state</code></em>&#160;:</span></p></td>
 
252
<td>
 
253
</td>
 
254
</tr>
 
255
<tr>
 
256
<td><p><span class="term"><em class="parameter"><code>status</code></em>&#160;:</span></p></td>
 
257
<td>
 
258
 
 
259
 
 
260
</td>
 
261
</tr>
 
262
</tbody>
 
263
</table></div>
 
264
</div>
 
265
<hr>
 
266
<div class="refsect2" lang="en">
 
267
<a name="id397435"></a><h3>
 
268
<a name="empathy-status-presets-clear-default"></a>empathy_status_presets_clear_default ()</h3>
 
269
<a class="indexterm" name="id397447"></a><pre class="programlisting">void                empathy_status_presets_clear_default
 
270
                                                        (void);</pre>
 
271
<p>
 
272
 
 
273
</p>
 
274
</div>
 
275
</div>
 
276
<div class="refsect1" lang="en">
 
277
<a name="id397469"></a><div class="refsect2" lang="en"><a name="id397470"></a></div>
 
278
<hr>
 
279
<div class="refsect2" lang="en"><a name="id397472"></a></div>
 
280
</div>
 
281
</div>
 
282
</body>
 
283
</html>