This file is indexed.

/usr/share/gtk-doc/html/libinfinity-0.5/InfdSessionProxy.html is in libinfinity-0.5-doc 0.5.5-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>InfdSessionProxy</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="libinfinity-0.5 Reference Manual">
<link rel="up" href="ch05.html" title="Libinfinity server side API">
<link rel="prev" href="InfdFilesystemStorage.html" title="InfdFilesystemStorage">
<link rel="next" href="InfdTcpServer.html" title="InfdTcpServer">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="InfdFilesystemStorage.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch05.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">libinfinity-0.5 Reference Manual</th>
<td><a accesskey="n" href="InfdTcpServer.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#InfdSessionProxy.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#InfdSessionProxy.description" class="shortcut">Description</a>
                   | 
                  <a href="#InfdSessionProxy.object-hierarchy" class="shortcut">Object Hierarchy</a>
                   | 
                  <a href="#InfdSessionProxy.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
                   | 
                  <a href="#InfdSessionProxy.properties" class="shortcut">Properties</a>
                   | 
                  <a href="#InfdSessionProxy.signals" class="shortcut">Signals</a>
</td></tr>
</table>
<div class="refentry">
<a name="InfdSessionProxy"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="InfdSessionProxy.top_of_page"></a>InfdSessionProxy</span></h2>
<p>InfdSessionProxy</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="InfdSessionProxy.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">                    <a class="link" href="InfdSessionProxy.html#InfdSessionProxy-struct" title="InfdSessionProxy">InfdSessionProxy</a>;
struct              <a class="link" href="InfdSessionProxy.html#InfdSessionProxyClass" title="struct InfdSessionProxyClass">InfdSessionProxyClass</a>;
<a class="link" href="InfSession.html" title="InfSession"><span class="returnvalue">InfSession</span></a> *        <a class="link" href="InfdSessionProxy.html#infd-session-proxy-get-session" title="infd_session_proxy_get_session ()">infd_session_proxy_get_session</a>      (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>);
<a class="link" href="InfUser.html" title="InfUser"><span class="returnvalue">InfUser</span></a> *           <a class="link" href="InfdSessionProxy.html#infd-session-proxy-add-user" title="infd_session_proxy_add_user ()">infd_session_proxy_add_user</a>         (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>,
                                                         <em class="parameter"><code>const <span class="type">GParameter</span> *params</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> n_params</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="InfdSessionProxy.html#infd-session-proxy-subscribe-to" title="infd_session_proxy_subscribe_to ()">infd_session_proxy_subscribe_to</a>     (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>,
                                                         <em class="parameter"><code><a class="link" href="InfXmlConnection.html" title="InfXmlConnection"><span class="type">InfXmlConnection</span></a> *connection</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> seq_id</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> synchronize</code></em>);
<span class="returnvalue">gboolean</span>            <a class="link" href="InfdSessionProxy.html#infd-session-proxy-has-subscriptions" title="infd_session_proxy_has_subscriptions ()">infd_session_proxy_has_subscriptions</a>
                                                        (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>);
<span class="returnvalue">gboolean</span>            <a class="link" href="InfdSessionProxy.html#infd-session-proxy-is-subscribed" title="infd_session_proxy_is_subscribed ()">infd_session_proxy_is_subscribed</a>    (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>,
                                                         <em class="parameter"><code><a class="link" href="InfXmlConnection.html" title="InfXmlConnection"><span class="type">InfXmlConnection</span></a> *connection</code></em>);
<span class="returnvalue">gboolean</span>            <a class="link" href="InfdSessionProxy.html#infd-session-proxy-is-idle" title="infd_session_proxy_is_idle ()">infd_session_proxy_is_idle</a>          (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="InfdSessionProxy.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  GObject
   +----InfdSessionProxy
</pre>
</div>
<div class="refsect1">
<a name="InfdSessionProxy.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
InfdSessionProxy implements
 <a class="link" href="InfCommunicationObject.html" title="InfCommunicationObject">InfCommunicationObject</a>.</p>
</div>
<div class="refsect1">
<a name="InfdSessionProxy.properties"></a><h2>Properties</h2>
<pre class="synopsis">
  "<a class="link" href="InfdSessionProxy.html#InfdSessionProxy--idle" title='The "idle" property'>idle</a>"                     <span class="type">gboolean</span>              : Read
  "<a class="link" href="InfdSessionProxy.html#InfdSessionProxy--session" title='The "session" property'>session</a>"                  <a class="link" href="InfSession.html" title="InfSession"><span class="type">InfSession</span></a>*           : Read / Write / Construct Only
  "<a class="link" href="InfdSessionProxy.html#InfdSessionProxy--subscription-group" title='The "subscription-group" property'>subscription-group</a>"       <a class="link" href="InfCommunicationHostedGroup.html" title="InfCommunicationHostedGroup"><span class="type">InfCommunicationHostedGroup</span></a>*  : Read / Write / Construct Only
</pre>
</div>
<div class="refsect1">
<a name="InfdSessionProxy.signals"></a><h2>Signals</h2>
<pre class="synopsis">
  "<a class="link" href="InfdSessionProxy.html#InfdSessionProxy-add-subscription" title='The "add-subscription" signal'>add-subscription</a>"                               : <code class="literal">Run Last</code>
  "<a class="link" href="InfdSessionProxy.html#InfdSessionProxy-remove-subscription" title='The "remove-subscription" signal'>remove-subscription</a>"                            : <code class="literal">Run Last</code>
</pre>
</div>
<div class="refsect1">
<a name="InfdSessionProxy.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="InfdSessionProxy.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="InfdSessionProxy-struct"></a><h3>InfdSessionProxy</h3>
<pre class="programlisting">typedef struct _InfdSessionProxy InfdSessionProxy;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="InfdSessionProxyClass"></a><h3>struct InfdSessionProxyClass</h3>
<pre class="programlisting">struct InfdSessionProxyClass {
  GObjectClass parent_class;

  /* Signals */
  void (*add_subscription)(InfdSessionProxy* proxy,
                           InfXmlConnection* connection,
                           guint seq_id);

  void (*remove_subscription)(InfdSessionProxy* proxy,
                              InfXmlConnection* connection);
};
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="infd-session-proxy-get-session"></a><h3>infd_session_proxy_get_session ()</h3>
<pre class="programlisting"><a class="link" href="InfSession.html" title="InfSession"><span class="returnvalue">InfSession</span></a> *        infd_session_proxy_get_session      (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>);</pre>
<p>
Returns the session proxied by <em class="parameter"><code>proxy</code></em>. Returns <code class="literal">NULL</code> if the session was
closed.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
<td>A <a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>A <a class="link" href="InfSession.html" title="InfSession"><span class="type">InfSession</span></a>, or <code class="literal">NULL</code>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="infd-session-proxy-add-user"></a><h3>infd_session_proxy_add_user ()</h3>
<pre class="programlisting"><a class="link" href="InfUser.html" title="InfUser"><span class="returnvalue">InfUser</span></a> *           infd_session_proxy_add_user         (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>,
                                                         <em class="parameter"><code>const <span class="type">GParameter</span> *params</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> n_params</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Adds a local user to <em class="parameter"><code>proxy</code></em>'s session. <em class="parameter"><code>params</code></em> must not contain the
'id' property because it will be choosen by the proxy. Also, if the 'name'
property is already in use by an existing, but unavailable user, this user 
will be re-used.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
<td>A <a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>params</code></em> :</span></p></td>
<td>Construction properties for the <a class="link" href="InfUser.html" title="InfUser"><span class="type">InfUser</span></a> (or derived) object.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n_params</code></em> :</span></p></td>
<td>Number of parameters.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Location to store error information.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>The <a class="link" href="InfUser.html" title="InfUser"><span class="type">InfUser</span></a> that has been added, or <code class="literal">NULL</code> in case of an
error.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="infd-session-proxy-subscribe-to"></a><h3>infd_session_proxy_subscribe_to ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                infd_session_proxy_subscribe_to     (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>,
                                                         <em class="parameter"><code><a class="link" href="InfXmlConnection.html" title="InfXmlConnection"><span class="type">InfXmlConnection</span></a> *connection</code></em>,
                                                         <em class="parameter"><code><span class="type">guint</span> seq_id</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> synchronize</code></em>);</pre>
<p>
Subscribes <em class="parameter"><code>connection</code></em> to <em class="parameter"><code>proxy</code></em>'s session. The first thing that will be
done is a synchronization (see <a class="link" href="InfSession.html#inf-session-synchronize-to" title="inf_session_synchronize_to ()"><code class="function">inf_session_synchronize_to()</code></a>). Then, all
changes to the session are propagated to <em class="parameter"><code>connection</code></em>.
</p>
<p>
<em class="parameter"><code>seq_id</code></em> should be a unique number for <em class="parameter"><code>connection</code></em>, and the same number must
be passed on the client side to the <a class="link" href="InfcSessionProxy.html" title="InfcSessionProxy"><span class="type">InfcSessionProxy</span></a> object. Normally
<a class="link" href="InfdDirectory.html" title="InfdDirectory"><span class="type">InfdDirectory</span></a> and <a class="link" href="InfcBrowser.html" title="InfcBrowser"><span class="type">InfcBrowser</span></a> take care of choosing an appropriate
sequence identifier.
</p>
<p>
Normally, you want to set <em class="parameter"><code>synchronize</code></em> to <code class="literal">TRUE</code> in which case the whole
session state will be synchronized to <em class="parameter"><code>connection</code></em> (within the subscription
group). However, if for whatever reason the remote site already has a
copy of the session, then you may set <em class="parameter"><code>synchronize</code></em> to <code class="literal">FALSE</code> to skip
synchronization. This happens for example for newly created documents, or
when the remote site synchronized the local site and wants to be
initially subscribed.
</p>
<p>
If <em class="parameter"><code>proxy</code></em>'s session is not in <a class="link" href="InfSession.html#INF-SESSION-RUNNING:CAPS"><code class="literal">INF_SESSION_RUNNING</code></a> status, but in
<a class="link" href="InfSession.html#INF-SESSION-SYNCHRONIZING:CAPS"><code class="literal">INF_SESSION_SYNCHRONIZING</code></a>, then <em class="parameter"><code>connection</code></em> must be the connection that
synchronizes the session and <em class="parameter"><code>synchronize</code></em> needs to be set to <code class="literal">FALSE</code>. This
causes the synchronizing connection to initially be subscribed. This
needs to be called directly after having created the session proxy (i.e.
without returning to the main loop before) so that the synchronization
connection is added to the subscription group for synchronization.
</p>
<p>
Otherwise a subscription can only be initiated if <em class="parameter"><code>proxy</code></em>'s session is in
state <a class="link" href="InfSession.html#INF-SESSION-RUNNING:CAPS"><code class="literal">INF_SESSION_RUNNING</code></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
<td>A <a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>A <a class="link" href="InfXmlConnection.html" title="InfXmlConnection"><span class="type">InfXmlConnection</span></a> that is not yet subscribed.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>seq_id</code></em> :</span></p></td>
<td>The sequence identifier for <em class="parameter"><code>connection</code></em>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>synchronize</code></em> :</span></p></td>
<td>If <code class="literal">TRUE</code>, then synchronize the session to <em class="parameter"><code>connection</code></em> first.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="infd-session-proxy-has-subscriptions"></a><h3>infd_session_proxy_has_subscriptions ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            infd_session_proxy_has_subscriptions
                                                        (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>);</pre>
<p>
Returns whether there are subscribed connections to the session.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
<td>A <a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>Whether there are subscribed connections.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="infd-session-proxy-is-subscribed"></a><h3>infd_session_proxy_is_subscribed ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            infd_session_proxy_is_subscribed    (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>,
                                                         <em class="parameter"><code><a class="link" href="InfXmlConnection.html" title="InfXmlConnection"><span class="type">InfXmlConnection</span></a> *connection</code></em>);</pre>
<p>
Returns <code class="literal">TRUE</code> when <em class="parameter"><code>connection</code></em> is subscribed to the session and <code class="literal">FALSE</code>
otherwise.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
<td>A <a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>The connection to check for being subscribed.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>Whether <em class="parameter"><code>connection</code></em> is subscribed.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="infd-session-proxy-is-idle"></a><h3>infd_session_proxy_is_idle ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            infd_session_proxy_is_idle          (<em class="parameter"><code><a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy</code></em>);</pre>
<p>
Returns whether the session is idle. The session is considered idle when
there are no subscriptions and no synchronizations (in either direction).
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
<td>A <a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>Whether the session is idle.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1">
<a name="InfdSessionProxy.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="InfdSessionProxy--idle"></a><h3>The <code class="literal">"idle"</code> property</h3>
<pre class="programlisting">  "idle"                     <span class="type">gboolean</span>              : Read</pre>
<p>The session is considered idle when are no subscriptions and no synchronizations.</p>
<p>Default value: TRUE</p>
</div>
<hr>
<div class="refsect2">
<a name="InfdSessionProxy--session"></a><h3>The <code class="literal">"session"</code> property</h3>
<pre class="programlisting">  "session"                  <a class="link" href="InfSession.html" title="InfSession"><span class="type">InfSession</span></a>*           : Read / Write / Construct Only</pre>
<p>The underlying session.</p>
</div>
<hr>
<div class="refsect2">
<a name="InfdSessionProxy--subscription-group"></a><h3>The <code class="literal">"subscription-group"</code> property</h3>
<pre class="programlisting">  "subscription-group"       <a class="link" href="InfCommunicationHostedGroup.html" title="InfCommunicationHostedGroup"><span class="type">InfCommunicationHostedGroup</span></a>*  : Read / Write / Construct Only</pre>
<p>The communication manager group of subscribed connections.</p>
</div>
</div>
<div class="refsect1">
<a name="InfdSessionProxy.signal-details"></a><h2>Signal Details</h2>
<div class="refsect2">
<a name="InfdSessionProxy-add-subscription"></a><h3>The <code class="literal">"add-subscription"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy,
                                                        <a class="link" href="InfXmlConnection.html" title="InfXmlConnection"><span class="type">InfXmlConnection</span></a> *connection,
                                                        <span class="type">guint</span>             seq_id,
                                                        <span class="type">gpointer</span>          user_data)       : <code class="literal">Run Last</code></pre>
<p>
Emitted every time a connection is subscribed to the session.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
<td>The <a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> emitting the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>The subscribed <a class="link" href="InfXmlConnection.html" title="InfXmlConnection"><span class="type">InfXmlConnection</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>seq_id</code></em> :</span></p></td>
<td>The sequence identifier for <em class="parameter"><code>connection</code></em> as passed to
<a class="link" href="InfdSessionProxy.html#infd-session-proxy-subscribe-to" title="infd_session_proxy_subscribe_to ()"><code class="function">infd_session_proxy_subscribe_to()</code></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="InfdSessionProxy-remove-subscription"></a><h3>The <code class="literal">"remove-subscription"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> *proxy,
                                                        <a class="link" href="InfXmlConnection.html" title="InfXmlConnection"><span class="type">InfXmlConnection</span></a> *connection,
                                                        <span class="type">gpointer</span>          user_data)       : <code class="literal">Run Last</code></pre>
<p>
Emitted every time a connection is unsubscribed to the session, or a
subscription is removed because the session is closed.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>proxy</code></em> :</span></p></td>
<td>The <a class="link" href="InfdSessionProxy.html" title="InfdSessionProxy"><span class="type">InfdSessionProxy</span></a> emitting the signal.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
<td>The unsubscribed <a class="link" href="InfXmlConnection.html" title="InfXmlConnection"><span class="type">InfXmlConnection</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.19</div>
</body>
</html>