~ubuntu-branches/ubuntu/precise/telepathy-glib/precise-201111172307

« back to all changes in this revision

Viewing changes to docs/reference/html/telepathy-glib-add-dispatch-operation-context.html

  • Committer: Ken VanDine
  • Date: 2011-11-17 20:53:21 UTC
  • mfrom: (1.6.34 upstream)
  • Revision ID: ken.vandine@canonical.com-20111117205321-l704j7kr1zgw5v9h
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch-service-base.html" title="Service-side implementation">
9
9
<link rel="prev" href="telepathy-glib-observe-channels-context.html" title="TpObserveChannelsContext">
10
10
<link rel="next" href="telepathy-glib-handle-channels-context.html" title="TpHandleChannelsContext">
11
 
<meta name="generator" content="GTK-Doc V1.17 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18 (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">
51
51
                                                        (<em class="parameter"><code><a class="link" href="telepathy-glib-add-dispatch-operation-context.html#TpAddDispatchOperationContext"><span class="type">TpAddDispatchOperationContext</span></a> *self</code></em>);
52
52
<span class="returnvalue">void</span>                <a class="link" href="telepathy-glib-add-dispatch-operation-context.html#tp-add-dispatch-operation-context-fail" title="tp_add_dispatch_operation_context_fail ()">tp_add_dispatch_operation_context_fail</a>
53
53
                                                        (<em class="parameter"><code><a class="link" href="telepathy-glib-add-dispatch-operation-context.html#TpAddDispatchOperationContext"><span class="type">TpAddDispatchOperationContext</span></a> *self</code></em>,
54
 
                                                         <em class="parameter"><code>const <span class="type">GError</span> *error</code></em>);
 
54
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);
55
55
</pre>
56
56
</div>
57
57
<div class="refsect1">
58
58
<a name="telepathy-glib-add-dispatch-operation-context.object-hierarchy"></a><h2>Object Hierarchy</h2>
59
59
<pre class="synopsis">
60
 
  GObject
 
60
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
61
61
   +----TpAddDispatchOperationContext
62
62
</pre>
63
63
</div>
65
65
<a name="telepathy-glib-add-dispatch-operation-context.properties"></a><h2>Properties</h2>
66
66
<pre class="synopsis">
67
67
  "<a class="link" href="telepathy-glib-add-dispatch-operation-context.html#TpAddDispatchOperationContext--account" title='The "account" property'>account</a>"                  <a class="link" href="telepathy-glib-account.html#TpAccount"><span class="type">TpAccount</span></a>*            : Read / Write / Construct Only
68
 
  "<a class="link" href="telepathy-glib-add-dispatch-operation-context.html#TpAddDispatchOperationContext--channels" title='The "channels" property'>channels</a>"                 <span class="type">GPtrArray</span>*            : Read / Write / Construct Only
 
68
  "<a class="link" href="telepathy-glib-add-dispatch-operation-context.html#TpAddDispatchOperationContext--channels" title='The "channels" property'>channels</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a>*            : Read / Write / Construct Only
69
69
  "<a class="link" href="telepathy-glib-add-dispatch-operation-context.html#TpAddDispatchOperationContext--connection" title='The "connection" property'>connection</a>"               <a class="link" href="telepathy-glib-connection.html#TpConnection"><span class="type">TpConnection</span></a>*         : Read / Write / Construct Only
70
 
  "<a class="link" href="telepathy-glib-add-dispatch-operation-context.html#TpAddDispatchOperationContext--dbus-context" title='The "dbus-context" property'>dbus-context</a>"             <span class="type">gpointer</span>              : Write / Construct Only
 
70
  "<a class="link" href="telepathy-glib-add-dispatch-operation-context.html#TpAddDispatchOperationContext--dbus-context" title='The "dbus-context" property'>dbus-context</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Write / Construct Only
71
71
  "<a class="link" href="telepathy-glib-add-dispatch-operation-context.html#TpAddDispatchOperationContext--dispatch-operation" title='The "dispatch-operation" property'>dispatch-operation</a>"       <a class="link" href="telepathy-glib-channel-dispatch-operation.html#TpChannelDispatchOperation"><span class="type">TpChannelDispatchOperation</span></a>*  : Read / Write / Construct Only
72
72
</pre>
73
73
</div>
136
136
<a name="tp-add-dispatch-operation-context-fail"></a><h3>tp_add_dispatch_operation_context_fail ()</h3>
137
137
<pre class="programlisting"><span class="returnvalue">void</span>                tp_add_dispatch_operation_context_fail
138
138
                                                        (<em class="parameter"><code><a class="link" href="telepathy-glib-add-dispatch-operation-context.html#TpAddDispatchOperationContext"><span class="type">TpAddDispatchOperationContext</span></a> *self</code></em>,
139
 
                                                         <em class="parameter"><code>const <span class="type">GError</span> *error</code></em>);</pre>
 
139
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);</pre>
140
140
<p>
141
141
Called by <a class="link" href="telepathy-glib-base-client.html#TpBaseClientClassAddDispatchOperationImpl" title="TpBaseClientClassAddDispatchOperationImpl ()"><span class="type">TpBaseClientClassAddDispatchOperationImpl</span></a> to raise a D-Bus error.
142
142
</p>
168
168
Read-only except during construction.
169
169
</p>
170
170
<p>
171
 
This property can't be <code class="literal">NULL</code>.
 
171
This property can't be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
172
172
</p>
173
173
<p class="since">Since 0.11.5</p>
174
174
</div>
175
175
<hr>
176
176
<div class="refsect2">
177
177
<a name="TpAddDispatchOperationContext--channels"></a><h3>The <code class="literal">"channels"</code> property</h3>
178
 
<pre class="programlisting">  "channels"                 <span class="type">GPtrArray</span>*            : Read / Write / Construct Only</pre>
 
178
<pre class="programlisting">  "channels"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a>*            : Read / Write / Construct Only</pre>
179
179
<p>
180
 
A <span class="type">GPtrArray</span> containing <a class="link" href="telepathy-glib-channel.html#TpChannel"><span class="type">TpChannel</span></a> objects representing the channels
 
180
A <a href="http://library.gnome.org/devel/glib/unstable/glib-Pointer-Arrays.html#GPtrArray"><span class="type">GPtrArray</span></a> containing <a class="link" href="telepathy-glib-channel.html#TpChannel"><span class="type">TpChannel</span></a> objects representing the channels
181
181
that have been passed to AddDispatchOperation.
182
182
Read-only except during construction.
183
183
</p>
184
184
<p>
185
 
This property can't be <code class="literal">NULL</code>.
 
185
This property can't be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
186
186
</p>
187
187
<p class="since">Since 0.11.5</p>
188
188
</div>
196
196
Read-only except during construction.
197
197
</p>
198
198
<p>
199
 
This property can't be <code class="literal">NULL</code>.
 
199
This property can't be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
200
200
</p>
201
201
<p class="since">Since 0.11.5</p>
202
202
</div>
203
203
<hr>
204
204
<div class="refsect2">
205
205
<a name="TpAddDispatchOperationContext--dbus-context"></a><h3>The <code class="literal">"dbus-context"</code> property</h3>
206
 
<pre class="programlisting">  "dbus-context"             <span class="type">gpointer</span>              : Write / Construct Only</pre>
 
206
<pre class="programlisting">  "dbus-context"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>              : Write / Construct Only</pre>
207
207
<p>
208
 
The <span class="type">DBusGMethodInvocation</span> representing the D-Bus context of the
 
208
The <a href="/usr/share/gtk-doc/html/dbus-glib/dbus-glib-DBusGMethod.html#DBusGMethodInvocation"><span class="type">DBusGMethodInvocation</span></a> representing the D-Bus context of the
209
209
AddDispatchOperation call.
210
210
Can only be written during construction.
211
211
</p>
221
221
Read-only except during construction.
222
222
</p>
223
223
<p>
224
 
This property can't be <code class="literal">NULL</code>.
 
224
This property can't be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
225
225
</p>
226
226
<p class="since">Since 0.11.5</p>
227
227
</div>
229
229
</div>
230
230
<div class="footer">
231
231
<hr>
232
 
          Generated by GTK-Doc V1.17</div>
 
232
          Generated by GTK-Doc V1.18</div>
233
233
</body>
234
234
</html>
 
 
b'\\ No newline at end of file'