~ubuntu-branches/ubuntu/maverick/telepathy-glib/maverick

« back to all changes in this revision

Viewing changes to docs/reference/html/telepathy-glib-simple-approver.html

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2010-05-25 16:57:39 UTC
  • mfrom: (1.6.2 upstream) (30.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100525165739-kted5mhm904f8lwj
Tags: 0.11.6-1
* New upstream version
  - requires gtk-doc 1.15
  - requires gobject-introspection 0.6.11
  - new ABI, API
* Merge from experimental
  - add gir1.0-telepathyglib-0.12 binary package

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<link rel="home" href="index.html" title="telepathy-glib Reference Manual">
8
8
<link rel="up" href="ch-service-base.html" title="Service-side implementation">
9
9
<link rel="prev" href="telepathy-glib-simple-observer.html" title="TpSimpleObserver">
10
 
<link rel="next" href="ch-service-handles.html" title="Service-side handle repositories">
11
 
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
 
10
<link rel="next" href="telepathy-glib-simple-handler.html" title="TpSimpleHandler">
 
11
<meta name="generator" content="GTK-Doc V1.15 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
18
18
<td><a accesskey="u" href="ch-service-base.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
20
<th width="100%" align="center">telepathy-glib Reference Manual</th>
21
 
<td><a accesskey="n" href="ch-service-handles.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
21
<td><a accesskey="n" href="telepathy-glib-simple-handler.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
22
</tr>
23
23
<tr><td colspan="5" class="shortcuts">
24
24
<a href="#telepathy-glib-simple-approver.synopsis" class="shortcut">Top</a>
76
76
<a name="telepathy-glib-simple-approver.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
77
77
<p>
78
78
TpSimpleApprover implements
79
 
 <a class="link" href="telepathy-glib-svc-generic.html#TpSvcDBusProperties">TpSvcDBusProperties</a>,  <a class="link" href="telepathy-glib-svc-client.html#TpSvcClient">TpSvcClient</a>,  <a class="link" href="telepathy-glib-svc-client.html#TpSvcClientObserver">TpSvcClientObserver</a> and  <a class="link" href="telepathy-glib-svc-client.html#TpSvcClientApprover">TpSvcClientApprover</a>.</p>
 
79
 <a class="link" href="telepathy-glib-svc-generic.html#TpSvcDBusProperties">TpSvcDBusProperties</a>,  <a class="link" href="telepathy-glib-svc-client.html#TpSvcClient">TpSvcClient</a>,  <a class="link" href="telepathy-glib-svc-client.html#TpSvcClientObserver">TpSvcClientObserver</a>,  <a class="link" href="telepathy-glib-svc-client.html#TpSvcClientApprover">TpSvcClientApprover</a>,  <a class="link" href="telepathy-glib-svc-client.html#TpSvcClientHandler">TpSvcClientHandler</a> and  <a class="link" href="telepathy-glib-svc-client.html#TpSvcClientInterfaceRequests">TpSvcClientInterfaceRequests</a>.</p>
80
80
</div>
81
81
<div class="refsect1" title="Properties">
82
82
<a name="telepathy-glib-simple-approver.properties"></a><h2>Properties</h2>
162
162
<p>
163
163
Data structure representing a simple Approver implementation.
164
164
</p>
165
 
<p class="since">Since 0.11.UNRELEASED</p>
 
165
<p class="since">Since 0.11.5</p>
166
166
</div>
167
167
<hr>
168
168
<div class="refsect2" title="TpSimpleApproverAddDispatchOperationImpl ()">
205
205
<tr>
206
206
<td><p><span class="term"><em class="parameter"><code>channels</code></em> :</span></p></td>
207
207
<td> a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a class="link" href="telepathy-glib-channel.html#TpChannel"><span class="type">TpChannel</span></a>,
208
 
 all having <a class="link" href="telepathy-glib-channel.html#TP-CHANNEL-FEATURE-CORE:CAPS" title="TP_CHANNEL_FEATURE_CORE"><code class="literal">TP_CHANNEL_FEATURE_CORE</code></a> prepared. <acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> TelepathyGLib.Channel. </td>
 
208
 all having <a class="link" href="telepathy-glib-channel.html#TP-CHANNEL-FEATURE-CORE:CAPS" title="TP_CHANNEL_FEATURE_CORE"><code class="literal">TP_CHANNEL_FEATURE_CORE</code></a> prepared. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> TelepathyGLib.Channel]</span>
 
209
</td>
209
210
</tr>
210
211
<tr>
211
212
<td><p><span class="term"><em class="parameter"><code>dispatch_operation</code></em> :</span></p></td>
212
213
<td> a <a class="link" href="telepathy-glib-channel-dispatch-operation.html#TpChannelDispatchOperation"><span class="type">TpChannelDispatchOperation</span></a> or <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>;
213
 
 the dispatch_operation is not guaranteed to be prepared. <acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>. </td>
 
214
 the dispatch_operation is not guaranteed to be prepared. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
215
</td>
214
216
</tr>
215
217
<tr>
216
218
<td><p><span class="term"><em class="parameter"><code>context</code></em> :</span></p></td>
225
227
</tr>
226
228
</tbody>
227
229
</table></div>
228
 
<p class="since">Since 0.11.UNRELEASED</p>
 
230
<p class="since">Since 0.11.5</p>
229
231
</div>
230
232
<hr>
231
233
<div class="refsect2" title="tp_simple_approver_new ()">
275
277
</tr>
276
278
<tr>
277
279
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
278
 
<td> a new <a class="link" href="telepathy-glib-simple-approver.html#TpSimpleApprover"><span class="type">TpSimpleApprover</span></a>
279
 
. type TelepathyGLib.SimpleApprover</td>
 
280
<td> a new <a class="link" href="telepathy-glib-simple-approver.html#TpSimpleApprover"><span class="type">TpSimpleApprover</span></a>. <span class="annotation">[type TelepathyGLib.SimpleApprover]</span>
 
281
</td>
280
282
</tr>
281
283
</tbody>
282
284
</table></div>
283
 
<p class="since">Since 0.11.UNRELEASED</p>
 
285
<p class="since">Since 0.11.5</p>
284
286
</div>
285
287
</div>
286
288
<div class="refsect1" title="Property Details">
295
297
<p>
296
298
This property can't be <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
297
299
</p>
298
 
<p class="since">Since 0.11.UNRELEASED</p>
 
300
<p class="since">Since 0.11.5</p>
299
301
</div>
300
302
<hr>
301
303
<div class="refsect2" title='The "destroy" property'>
305
307
The <a href="/usr/share/gtk-doc/html/glib/glib-Datasets.html#GDestroyNotify"><span class="type">GDestroyNotify</span></a> function called to free the user-data pointer when
306
308
the <a class="link" href="telepathy-glib-simple-approver.html#TpSimpleApprover"><span class="type">TpSimpleApprover</span></a> is destroyed.
307
309
</p>
308
 
<p class="since">Since 0.11.UNRELEASED</p>
 
310
<p class="since">Since 0.11.5</p>
309
311
</div>
310
312
<hr>
311
313
<div class="refsect2" title='The "user-data" property'>
315
317
The user-data pointer passed to the callback implementing the
316
318
ApproverChannels D-Bus method.
317
319
</p>
318
 
<p class="since">Since 0.11.UNRELEASED</p>
 
320
<p class="since">Since 0.11.5</p>
319
321
</div>
320
322
</div>
321
323
</div>
322
324
<div class="footer">
323
325
<hr>
324
 
          Generated by GTK-Doc V1.14</div>
 
326
          Generated by GTK-Doc V1.15</div>
325
327
</body>
326
328
</html>
 
 
b'\\ No newline at end of file'