~ubuntu-branches/ubuntu/saucy/gnome-online-accounts/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/html/GoaObject.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Jeremy Bicha, Michael Biebl
  • Date: 2013-09-10 19:48:09 UTC
  • mfrom: (0.4.4)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20130910194809-m36jdz1hyw0zu717
Tags: 3.8.3-1
[ Jeremy Bicha ]
* Update homepage

[ Michael Biebl ]
* New upstream release.
* Move typelib files to /usr/lib/girepository-1.0/. Upstream now uses
  $libdir and g-i isn't multi-arch aware yet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ref-library-generated.html" title="Generated Code">
9
9
<link rel="prev" href="ref-library-generated.html" title="Generated Code">
10
10
<link rel="next" href="GoaObjectManagerClient.html" title="GoaObjectManagerClient">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19 (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">
75
75
<a class="link" href="GoaExchange.html" title="GoaExchange"><span class="returnvalue">GoaExchange</span></a> *       <a class="link" href="GoaObject.html#goa-object-peek-exchange" title="goa_object_peek_exchange ()">goa_object_peek_exchange</a>            (<em class="parameter"><code><a class="link" href="GoaObject.html" title="GoaObject"><span class="type">GoaObject</span></a> *object</code></em>);
76
76
struct              <a class="link" href="GoaObject.html#GoaObjectProxy-struct" title="struct GoaObjectProxy">GoaObjectProxy</a>;
77
77
struct              <a class="link" href="GoaObject.html#GoaObjectProxyClass" title="struct GoaObjectProxyClass">GoaObjectProxyClass</a>;
78
 
<a class="link" href="GoaObject.html#GoaObjectProxy"><span class="returnvalue">GoaObjectProxy</span></a> *    <a class="link" href="GoaObject.html#goa-object-proxy-new" title="goa_object_proxy_new ()">goa_object_proxy_new</a>                (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a> *connection</code></em>,
79
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>);
 
78
<a class="link" href="GoaObject.html#GoaObjectProxy"><span class="returnvalue">GoaObjectProxy</span></a> *    <a class="link" href="GoaObject.html#goa-object-proxy-new" title="goa_object_proxy_new ()">goa_object_proxy_new</a>                (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
 
79
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>);
80
80
struct              <a class="link" href="GoaObject.html#GoaObjectSkeleton-struct" title="struct GoaObjectSkeleton">GoaObjectSkeleton</a>;
81
81
struct              <a class="link" href="GoaObject.html#GoaObjectSkeletonClass" title="struct GoaObjectSkeletonClass">GoaObjectSkeletonClass</a>;
82
 
<a class="link" href="GoaObject.html#GoaObjectSkeleton"><span class="returnvalue">GoaObjectSkeleton</span></a> * <a class="link" href="GoaObject.html#goa-object-skeleton-new" title="goa_object_skeleton_new ()">goa_object_skeleton_new</a>             (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>);
 
82
<a class="link" href="GoaObject.html#GoaObjectSkeleton"><span class="returnvalue">GoaObjectSkeleton</span></a> * <a class="link" href="GoaObject.html#goa-object-skeleton-new" title="goa_object_skeleton_new ()">goa_object_skeleton_new</a>             (<em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>);
83
83
<span class="returnvalue">void</span>                <a class="link" href="GoaObject.html#goa-object-skeleton-set-manager" title="goa_object_skeleton_set_manager ()">goa_object_skeleton_set_manager</a>     (<em class="parameter"><code><a class="link" href="GoaObject.html#GoaObjectSkeleton"><span class="type">GoaObjectSkeleton</span></a> *object</code></em>,
84
84
                                                         <em class="parameter"><code><a class="link" href="GoaManager.html" title="GoaManager"><span class="type">GoaManager</span></a> *interface_</code></em>);
85
85
<span class="returnvalue">void</span>                <a class="link" href="GoaObject.html#goa-object-skeleton-set-account" title="goa_object_skeleton_set_account ()">goa_object_skeleton_set_account</a>     (<em class="parameter"><code><a class="link" href="GoaObject.html#GoaObjectSkeleton"><span class="type">GoaObjectSkeleton</span></a> *object</code></em>,
114
114
   +----GoaObject
115
115
</pre>
116
116
<pre class="synopsis">
117
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
118
 
   +----<a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectProxy.html">GDBusObjectProxy</a>
 
117
  GObject
 
118
   +----GDBusObjectProxy
119
119
         +----GoaObjectProxy
120
120
</pre>
121
121
<pre class="synopsis">
122
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
123
 
   +----<a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectSkeleton.html">GDBusObjectSkeleton</a>
 
122
  GObject
 
123
   +----GDBusObjectSkeleton
124
124
         +----GoaObjectSkeleton
125
125
</pre>
126
126
</div>
128
128
<a name="GoaObject.prerequisites"></a><h2>Prerequisites</h2>
129
129
<p>
130
130
GoaObject requires
131
 
 <a href="http://library.gnome.org/devel/gio/unstable/GDBusObject.html">GDBusObject</a> and  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
 
131
 GDBusObject and  GObject.</p>
132
132
</div>
133
133
<div class="refsect1">
134
134
<a name="GoaObject.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
135
135
<p>
136
136
GoaObjectProxy implements
137
 
 <a href="http://library.gnome.org/devel/gio/unstable/GDBusObject.html">GDBusObject</a> and  <a class="link" href="GoaObject.html" title="GoaObject">GoaObject</a>.</p>
 
137
 GDBusObject and  <a class="link" href="GoaObject.html" title="GoaObject">GoaObject</a>.</p>
138
138
<p>
139
139
GoaObjectSkeleton implements
140
 
 <a href="http://library.gnome.org/devel/gio/unstable/GDBusObject.html">GDBusObject</a> and  <a class="link" href="GoaObject.html" title="GoaObject">GoaObject</a>.</p>
 
140
 GDBusObject and  <a class="link" href="GoaObject.html" title="GoaObject">GoaObject</a>.</p>
141
141
</div>
142
142
<div class="refsect1">
143
143
<a name="GoaObject.implementations"></a><h2>Known Implementations</h2>
195
195
<col>
196
196
</colgroup>
197
197
<tbody><tr>
198
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GoaObjectIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
 
198
<td><p><span class="term"><span class="type">GTypeInterface</span> <em class="structfield"><code><a name="GoaObjectIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
199
199
<td>The parent interface.</td>
200
200
</tr></tbody>
201
201
</table></div>
219
219
</tr>
220
220
<tr>
221
221
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
222
 
<td>A <a class="link" href="GoaManager.html" title="GoaManager"><span class="type">GoaManager</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
222
<td>A <a class="link" href="GoaManager.html" title="GoaManager"><span class="type">GoaManager</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
223
223
</td>
224
224
</tr>
225
225
</tbody>
244
244
</tr>
245
245
<tr>
246
246
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
247
 
<td>A <a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
247
<td>A <a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
248
248
</td>
249
249
</tr>
250
250
</tbody>
269
269
</tr>
270
270
<tr>
271
271
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
272
 
<td>A <a class="link" href="GoaOAuthBased.html" title="GoaOAuthBased"><span class="type">GoaOAuthBased</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
272
<td>A <a class="link" href="GoaOAuthBased.html" title="GoaOAuthBased"><span class="type">GoaOAuthBased</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
273
273
</td>
274
274
</tr>
275
275
</tbody>
294
294
</tr>
295
295
<tr>
296
296
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
297
 
<td>A <a class="link" href="GoaOAuth2Based.html" title="GoaOAuth2Based"><span class="type">GoaOAuth2Based</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
297
<td>A <a class="link" href="GoaOAuth2Based.html" title="GoaOAuth2Based"><span class="type">GoaOAuth2Based</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
298
298
</td>
299
299
</tr>
300
300
</tbody>
319
319
</tr>
320
320
<tr>
321
321
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
322
 
<td>A <a class="link" href="GoaMail.html" title="GoaMail"><span class="type">GoaMail</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
322
<td>A <a class="link" href="GoaMail.html" title="GoaMail"><span class="type">GoaMail</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
323
323
</td>
324
324
</tr>
325
325
</tbody>
344
344
</tr>
345
345
<tr>
346
346
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
347
 
<td>A <a class="link" href="GoaCalendar.html" title="GoaCalendar"><span class="type">GoaCalendar</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
347
<td>A <a class="link" href="GoaCalendar.html" title="GoaCalendar"><span class="type">GoaCalendar</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
348
348
</td>
349
349
</tr>
350
350
</tbody>
369
369
</tr>
370
370
<tr>
371
371
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
372
 
<td>A <a class="link" href="GoaContacts.html" title="GoaContacts"><span class="type">GoaContacts</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
372
<td>A <a class="link" href="GoaContacts.html" title="GoaContacts"><span class="type">GoaContacts</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
373
373
</td>
374
374
</tr>
375
375
</tbody>
394
394
</tr>
395
395
<tr>
396
396
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
397
 
<td>A <a class="link" href="GoaChat.html" title="GoaChat"><span class="type">GoaChat</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
397
<td>A <a class="link" href="GoaChat.html" title="GoaChat"><span class="type">GoaChat</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
398
398
</td>
399
399
</tr>
400
400
</tbody>
419
419
</tr>
420
420
<tr>
421
421
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
422
 
<td>A <a class="link" href="GoaDocuments.html" title="GoaDocuments"><span class="type">GoaDocuments</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
422
<td>A <a class="link" href="GoaDocuments.html" title="GoaDocuments"><span class="type">GoaDocuments</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
423
423
</td>
424
424
</tr>
425
425
</tbody>
444
444
</tr>
445
445
<tr>
446
446
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
447
 
<td>A <a class="link" href="GoaPhotos.html" title="GoaPhotos"><span class="type">GoaPhotos</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
447
<td>A <a class="link" href="GoaPhotos.html" title="GoaPhotos"><span class="type">GoaPhotos</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
448
448
</td>
449
449
</tr>
450
450
</tbody>
470
470
</tr>
471
471
<tr>
472
472
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
473
 
<td>A <a class="link" href="GoaFiles.html" title="GoaFiles"><span class="type">GoaFiles</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
473
<td>A <a class="link" href="GoaFiles.html" title="GoaFiles"><span class="type">GoaFiles</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
474
474
</td>
475
475
</tr>
476
476
</tbody>
496
496
</tr>
497
497
<tr>
498
498
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
499
 
<td>A <a class="link" href="GoaExchange.html" title="GoaExchange"><span class="type">GoaExchange</span></a> that must be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
499
<td>A <a class="link" href="GoaExchange.html" title="GoaExchange"><span class="type">GoaExchange</span></a> that must be freed with <code class="function">g_object_unref()</code> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
500
500
</td>
501
501
</tr>
502
502
</tbody>
513
513
<p>
514
514
</p>
515
515
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
516
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
516
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
517
517
<p>
518
518
</p>
519
519
<div class="variablelist"><table border="0" class="variablelist">
528
528
</tr>
529
529
<tr>
530
530
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
531
 
<td>A <a class="link" href="GoaManager.html" title="GoaManager"><span class="type">GoaManager</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
531
<td>A <a class="link" href="GoaManager.html" title="GoaManager"><span class="type">GoaManager</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
532
532
</td>
533
533
</tr>
534
534
</tbody>
544
544
<p>
545
545
</p>
546
546
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
547
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
547
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
548
548
<p>
549
549
</p>
550
550
<div class="variablelist"><table border="0" class="variablelist">
559
559
</tr>
560
560
<tr>
561
561
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
562
 
<td>A <a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
562
<td>A <a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
563
563
</td>
564
564
</tr>
565
565
</tbody>
575
575
<p>
576
576
</p>
577
577
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
578
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
578
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
579
579
<p>
580
580
</p>
581
581
<div class="variablelist"><table border="0" class="variablelist">
590
590
</tr>
591
591
<tr>
592
592
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
593
 
<td>A <a class="link" href="GoaOAuthBased.html" title="GoaOAuthBased"><span class="type">GoaOAuthBased</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
593
<td>A <a class="link" href="GoaOAuthBased.html" title="GoaOAuthBased"><span class="type">GoaOAuthBased</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
594
594
</td>
595
595
</tr>
596
596
</tbody>
606
606
<p>
607
607
</p>
608
608
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
609
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
609
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
610
610
<p>
611
611
</p>
612
612
<div class="variablelist"><table border="0" class="variablelist">
621
621
</tr>
622
622
<tr>
623
623
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
624
 
<td>A <a class="link" href="GoaOAuth2Based.html" title="GoaOAuth2Based"><span class="type">GoaOAuth2Based</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
624
<td>A <a class="link" href="GoaOAuth2Based.html" title="GoaOAuth2Based"><span class="type">GoaOAuth2Based</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
625
625
</td>
626
626
</tr>
627
627
</tbody>
637
637
<p>
638
638
</p>
639
639
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
640
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
640
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
641
641
<p>
642
642
</p>
643
643
<div class="variablelist"><table border="0" class="variablelist">
652
652
</tr>
653
653
<tr>
654
654
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
655
 
<td>A <a class="link" href="GoaMail.html" title="GoaMail"><span class="type">GoaMail</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
655
<td>A <a class="link" href="GoaMail.html" title="GoaMail"><span class="type">GoaMail</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
656
656
</td>
657
657
</tr>
658
658
</tbody>
668
668
<p>
669
669
</p>
670
670
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
671
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
671
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
672
672
<p>
673
673
</p>
674
674
<div class="variablelist"><table border="0" class="variablelist">
683
683
</tr>
684
684
<tr>
685
685
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
686
 
<td>A <a class="link" href="GoaCalendar.html" title="GoaCalendar"><span class="type">GoaCalendar</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
686
<td>A <a class="link" href="GoaCalendar.html" title="GoaCalendar"><span class="type">GoaCalendar</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
687
687
</td>
688
688
</tr>
689
689
</tbody>
699
699
<p>
700
700
</p>
701
701
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
702
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
702
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
703
703
<p>
704
704
</p>
705
705
<div class="variablelist"><table border="0" class="variablelist">
714
714
</tr>
715
715
<tr>
716
716
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
717
 
<td>A <a class="link" href="GoaContacts.html" title="GoaContacts"><span class="type">GoaContacts</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
717
<td>A <a class="link" href="GoaContacts.html" title="GoaContacts"><span class="type">GoaContacts</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
718
718
</td>
719
719
</tr>
720
720
</tbody>
730
730
<p>
731
731
</p>
732
732
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
733
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
733
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
734
734
<p>
735
735
</p>
736
736
<div class="variablelist"><table border="0" class="variablelist">
745
745
</tr>
746
746
<tr>
747
747
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
748
 
<td>A <a class="link" href="GoaChat.html" title="GoaChat"><span class="type">GoaChat</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
748
<td>A <a class="link" href="GoaChat.html" title="GoaChat"><span class="type">GoaChat</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
749
749
</td>
750
750
</tr>
751
751
</tbody>
761
761
<p>
762
762
</p>
763
763
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
764
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
764
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
765
765
<p>
766
766
</p>
767
767
<div class="variablelist"><table border="0" class="variablelist">
776
776
</tr>
777
777
<tr>
778
778
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
779
 
<td>A <a class="link" href="GoaDocuments.html" title="GoaDocuments"><span class="type">GoaDocuments</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
779
<td>A <a class="link" href="GoaDocuments.html" title="GoaDocuments"><span class="type">GoaDocuments</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
780
780
</td>
781
781
</tr>
782
782
</tbody>
792
792
<p>
793
793
</p>
794
794
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
795
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
795
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
796
796
<p>
797
797
</p>
798
798
<div class="variablelist"><table border="0" class="variablelist">
807
807
</tr>
808
808
<tr>
809
809
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
810
 
<td>A <a class="link" href="GoaPhotos.html" title="GoaPhotos"><span class="type">GoaPhotos</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
810
<td>A <a class="link" href="GoaPhotos.html" title="GoaPhotos"><span class="type">GoaPhotos</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
811
811
</td>
812
812
</tr>
813
813
</tbody>
824
824
<p>
825
825
</p>
826
826
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
827
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
827
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
828
828
<p>
829
829
</p>
830
830
<div class="variablelist"><table border="0" class="variablelist">
839
839
</tr>
840
840
<tr>
841
841
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
842
 
<td>A <a class="link" href="GoaFiles.html" title="GoaFiles"><span class="type">GoaFiles</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
842
<td>A <a class="link" href="GoaFiles.html" title="GoaFiles"><span class="type">GoaFiles</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
843
843
</td>
844
844
</tr>
845
845
</tbody>
856
856
<p>
857
857
</p>
858
858
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
859
 
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerClient.html"><span class="type">GDBusObjectManagerClient</span></a> or <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManagerServer.html"><span class="type">GDBusObjectManagerServer</span></a> for <em class="parameter"><code>object</code></em> is running.</div>
 
859
<h3 class="title">Warning</h3>It is not safe to use the returned object if you are on another thread than the one where the <span class="type">GDBusObjectManagerClient</span> or <span class="type">GDBusObjectManagerServer</span> for <em class="parameter"><code>object</code></em> is running.</div>
860
860
<p>
861
861
</p>
862
862
<div class="variablelist"><table border="0" class="variablelist">
871
871
</tr>
872
872
<tr>
873
873
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
874
 
<td>A <a class="link" href="GoaExchange.html" title="GoaExchange"><span class="type">GoaExchange</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
874
<td>A <a class="link" href="GoaExchange.html" title="GoaExchange"><span class="type">GoaExchange</span></a> or <code class="literal">NULL</code> if <em class="parameter"><code>object</code></em> does not implement the interface. Do not free the returned object, it is owned by <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
875
875
</td>
876
876
</tr>
877
877
</tbody>
902
902
<col>
903
903
</colgroup>
904
904
<tbody><tr>
905
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectProxy.html#GDBusObjectProxyClass"><span class="type">GDBusObjectProxyClass</span></a> <em class="structfield"><code><a name="GoaObjectProxyClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
905
<td><p><span class="term"><span class="type">GDBusObjectProxyClass</span> <em class="structfield"><code><a name="GoaObjectProxyClass.parent-class"></a>parent_class</code></em>;</span></p></td>
906
906
<td>The parent class.</td>
907
907
</tr></tbody>
908
908
</table></div>
910
910
<hr>
911
911
<div class="refsect2">
912
912
<a name="goa-object-proxy-new"></a><h3>goa_object_proxy_new ()</h3>
913
 
<pre class="programlisting"><a class="link" href="GoaObject.html#GoaObjectProxy"><span class="returnvalue">GoaObjectProxy</span></a> *    goa_object_proxy_new                (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a> *connection</code></em>,
914
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>);</pre>
 
913
<pre class="programlisting"><a class="link" href="GoaObject.html#GoaObjectProxy"><span class="returnvalue">GoaObjectProxy</span></a> *    goa_object_proxy_new                (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
 
914
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>);</pre>
915
915
<p>
916
916
Creates a new proxy object.
917
917
</p>
923
923
<tbody>
924
924
<tr>
925
925
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
926
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</td>
 
926
<td>A <span class="type">GDBusConnection</span>.</td>
927
927
</tr>
928
928
<tr>
929
929
<td><p><span class="term"><em class="parameter"><code>object_path</code></em> :</span></p></td>
961
961
<col>
962
962
</colgroup>
963
963
<tbody><tr>
964
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectSkeleton.html#GDBusObjectSkeletonClass"><span class="type">GDBusObjectSkeletonClass</span></a> <em class="structfield"><code><a name="GoaObjectSkeletonClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
964
<td><p><span class="term"><span class="type">GDBusObjectSkeletonClass</span> <em class="structfield"><code><a name="GoaObjectSkeletonClass.parent-class"></a>parent_class</code></em>;</span></p></td>
965
965
<td>The parent class.</td>
966
966
</tr></tbody>
967
967
</table></div>
969
969
<hr>
970
970
<div class="refsect2">
971
971
<a name="goa-object-skeleton-new"></a><h3>goa_object_skeleton_new ()</h3>
972
 
<pre class="programlisting"><a class="link" href="GoaObject.html#GoaObjectSkeleton"><span class="returnvalue">GoaObjectSkeleton</span></a> * goa_object_skeleton_new             (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>);</pre>
 
972
<pre class="programlisting"><a class="link" href="GoaObject.html#GoaObjectSkeleton"><span class="returnvalue">GoaObjectSkeleton</span></a> * goa_object_skeleton_new             (<em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>);</pre>
973
973
<p>
974
974
Creates a new skeleton object.
975
975
</p>
1011
1011
</tr>
1012
1012
<tr>
1013
1013
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1014
 
<td>A <a class="link" href="GoaManager.html" title="GoaManager"><span class="type">GoaManager</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1014
<td>A <a class="link" href="GoaManager.html" title="GoaManager"><span class="type">GoaManager</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1015
1015
</td>
1016
1016
</tr>
1017
1017
</tbody>
1037
1037
</tr>
1038
1038
<tr>
1039
1039
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1040
 
<td>A <a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1040
<td>A <a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1041
1041
</td>
1042
1042
</tr>
1043
1043
</tbody>
1063
1063
</tr>
1064
1064
<tr>
1065
1065
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1066
 
<td>A <a class="link" href="GoaOAuthBased.html" title="GoaOAuthBased"><span class="type">GoaOAuthBased</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1066
<td>A <a class="link" href="GoaOAuthBased.html" title="GoaOAuthBased"><span class="type">GoaOAuthBased</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1067
1067
</td>
1068
1068
</tr>
1069
1069
</tbody>
1090
1090
</tr>
1091
1091
<tr>
1092
1092
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1093
 
<td>A <a class="link" href="GoaOAuth2Based.html" title="GoaOAuth2Based"><span class="type">GoaOAuth2Based</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1093
<td>A <a class="link" href="GoaOAuth2Based.html" title="GoaOAuth2Based"><span class="type">GoaOAuth2Based</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1094
1094
</td>
1095
1095
</tr>
1096
1096
</tbody>
1116
1116
</tr>
1117
1117
<tr>
1118
1118
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1119
 
<td>A <a class="link" href="GoaMail.html" title="GoaMail"><span class="type">GoaMail</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1119
<td>A <a class="link" href="GoaMail.html" title="GoaMail"><span class="type">GoaMail</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1120
1120
</td>
1121
1121
</tr>
1122
1122
</tbody>
1142
1142
</tr>
1143
1143
<tr>
1144
1144
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1145
 
<td>A <a class="link" href="GoaCalendar.html" title="GoaCalendar"><span class="type">GoaCalendar</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1145
<td>A <a class="link" href="GoaCalendar.html" title="GoaCalendar"><span class="type">GoaCalendar</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1146
1146
</td>
1147
1147
</tr>
1148
1148
</tbody>
1168
1168
</tr>
1169
1169
<tr>
1170
1170
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1171
 
<td>A <a class="link" href="GoaContacts.html" title="GoaContacts"><span class="type">GoaContacts</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1171
<td>A <a class="link" href="GoaContacts.html" title="GoaContacts"><span class="type">GoaContacts</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1172
1172
</td>
1173
1173
</tr>
1174
1174
</tbody>
1194
1194
</tr>
1195
1195
<tr>
1196
1196
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1197
 
<td>A <a class="link" href="GoaChat.html" title="GoaChat"><span class="type">GoaChat</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1197
<td>A <a class="link" href="GoaChat.html" title="GoaChat"><span class="type">GoaChat</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1198
1198
</td>
1199
1199
</tr>
1200
1200
</tbody>
1220
1220
</tr>
1221
1221
<tr>
1222
1222
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1223
 
<td>A <a class="link" href="GoaDocuments.html" title="GoaDocuments"><span class="type">GoaDocuments</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1223
<td>A <a class="link" href="GoaDocuments.html" title="GoaDocuments"><span class="type">GoaDocuments</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1224
1224
</td>
1225
1225
</tr>
1226
1226
</tbody>
1246
1246
</tr>
1247
1247
<tr>
1248
1248
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1249
 
<td>A <a class="link" href="GoaPhotos.html" title="GoaPhotos"><span class="type">GoaPhotos</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1249
<td>A <a class="link" href="GoaPhotos.html" title="GoaPhotos"><span class="type">GoaPhotos</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1250
1250
</td>
1251
1251
</tr>
1252
1252
</tbody>
1273
1273
</tr>
1274
1274
<tr>
1275
1275
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1276
 
<td>A <a class="link" href="GoaFiles.html" title="GoaFiles"><span class="type">GoaFiles</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1276
<td>A <a class="link" href="GoaFiles.html" title="GoaFiles"><span class="type">GoaFiles</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1277
1277
</td>
1278
1278
</tr>
1279
1279
</tbody>
1300
1300
</tr>
1301
1301
<tr>
1302
1302
<td><p><span class="term"><em class="parameter"><code>interface_</code></em> :</span></p></td>
1303
 
<td>A <a class="link" href="GoaExchange.html" title="GoaExchange"><span class="type">GoaExchange</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1303
<td>A <a class="link" href="GoaExchange.html" title="GoaExchange"><span class="type">GoaExchange</span></a> or <code class="literal">NULL</code> to clear the interface. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1304
1304
</td>
1305
1305
</tr>
1306
1306
</tbody>
1317
1317
The <a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-interface-org-gnome-OnlineAccounts-Account.top_of_page">org.gnome.OnlineAccounts.Account</a>, if any.
1318
1318
</p>
1319
1319
<p>
1320
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1320
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1321
1321
</p>
1322
1322
</div>
1323
1323
<hr>
1328
1328
The <a class="link" href="GoaCalendar.html" title="GoaCalendar"><span class="type">GoaCalendar</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Calendar.html#gdbus-interface-org-gnome-OnlineAccounts-Calendar.top_of_page">org.gnome.OnlineAccounts.Calendar</a>, if any.
1329
1329
</p>
1330
1330
<p>
1331
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1331
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1332
1332
</p>
1333
1333
</div>
1334
1334
<hr>
1339
1339
The <a class="link" href="GoaChat.html" title="GoaChat"><span class="type">GoaChat</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Chat.html#gdbus-interface-org-gnome-OnlineAccounts-Chat.top_of_page">org.gnome.OnlineAccounts.Chat</a>, if any.
1340
1340
</p>
1341
1341
<p>
1342
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1342
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1343
1343
</p>
1344
1344
</div>
1345
1345
<hr>
1350
1350
The <a class="link" href="GoaContacts.html" title="GoaContacts"><span class="type">GoaContacts</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Contacts.html#gdbus-interface-org-gnome-OnlineAccounts-Contacts.top_of_page">org.gnome.OnlineAccounts.Contacts</a>, if any.
1351
1351
</p>
1352
1352
<p>
1353
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1353
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1354
1354
</p>
1355
1355
</div>
1356
1356
<hr>
1361
1361
The <a class="link" href="GoaDocuments.html" title="GoaDocuments"><span class="type">GoaDocuments</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Documents.html#gdbus-interface-org-gnome-OnlineAccounts-Documents.top_of_page">org.gnome.OnlineAccounts.Documents</a>, if any.
1362
1362
</p>
1363
1363
<p>
1364
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1364
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1365
1365
</p>
1366
1366
</div>
1367
1367
<hr>
1372
1372
The <a class="link" href="GoaExchange.html" title="GoaExchange"><span class="type">GoaExchange</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Exchange.html#gdbus-interface-org-gnome-OnlineAccounts-Exchange.top_of_page">org.gnome.OnlineAccounts.Exchange</a>, if any.
1373
1373
</p>
1374
1374
<p>
1375
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1375
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1376
1376
</p>
1377
1377
<p class="since">Since 3.6.0</p>
1378
1378
</div>
1384
1384
The <a class="link" href="GoaFiles.html" title="GoaFiles"><span class="type">GoaFiles</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Files.html#gdbus-interface-org-gnome-OnlineAccounts-Files.top_of_page">org.gnome.OnlineAccounts.Files</a>, if any.
1385
1385
</p>
1386
1386
<p>
1387
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1387
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1388
1388
</p>
1389
1389
<p class="since">Since 3.8.0</p>
1390
1390
</div>
1396
1396
The <a class="link" href="GoaMail.html" title="GoaMail"><span class="type">GoaMail</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Mail.html#gdbus-interface-org-gnome-OnlineAccounts-Mail.top_of_page">org.gnome.OnlineAccounts.Mail</a>, if any.
1397
1397
</p>
1398
1398
<p>
1399
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1399
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1400
1400
</p>
1401
1401
</div>
1402
1402
<hr>
1407
1407
The <a class="link" href="GoaManager.html" title="GoaManager"><span class="type">GoaManager</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Manager.html#gdbus-interface-org-gnome-OnlineAccounts-Manager.top_of_page">org.gnome.OnlineAccounts.Manager</a>, if any.
1408
1408
</p>
1409
1409
<p>
1410
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1410
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1411
1411
</p>
1412
1412
</div>
1413
1413
<hr>
1418
1418
The <a class="link" href="GoaOAuthBased.html" title="GoaOAuthBased"><span class="type">GoaOAuthBased</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.OAuthBased.html#gdbus-interface-org-gnome-OnlineAccounts-OAuthBased.top_of_page">org.gnome.OnlineAccounts.OAuthBased</a>, if any.
1419
1419
</p>
1420
1420
<p>
1421
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1421
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1422
1422
</p>
1423
1423
</div>
1424
1424
<hr>
1429
1429
The <a class="link" href="GoaOAuth2Based.html" title="GoaOAuth2Based"><span class="type">GoaOAuth2Based</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.OAuth2Based.html#gdbus-interface-org-gnome-OnlineAccounts-OAuth2Based.top_of_page">org.gnome.OnlineAccounts.OAuth2Based</a>, if any.
1430
1430
</p>
1431
1431
<p>
1432
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1432
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1433
1433
</p>
1434
1434
</div>
1435
1435
<hr>
1440
1440
The <a class="link" href="GoaPasswordBased.html" title="GoaPasswordBased"><span class="type">GoaPasswordBased</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.PasswordBased.html#gdbus-interface-org-gnome-OnlineAccounts-PasswordBased.top_of_page">org.gnome.OnlineAccounts.PasswordBased</a>, if any.
1441
1441
</p>
1442
1442
<p>
1443
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1443
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1444
1444
</p>
1445
1445
<p class="since">Since 3.6.0</p>
1446
1446
</div>
1452
1452
The <a class="link" href="GoaPhotos.html" title="GoaPhotos"><span class="type">GoaPhotos</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Photos.html#gdbus-interface-org-gnome-OnlineAccounts-Photos.top_of_page">org.gnome.OnlineAccounts.Photos</a>, if any.
1453
1453
</p>
1454
1454
<p>
1455
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1455
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1456
1456
</p>
1457
1457
<p class="since">Since 3.8.0</p>
1458
1458
</div>
1464
1464
The <a class="link" href="GoaTicketing.html" title="GoaTicketing"><span class="type">GoaTicketing</span></a> instance corresponding to the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Ticketing.html#gdbus-interface-org-gnome-OnlineAccounts-Ticketing.top_of_page">org.gnome.OnlineAccounts.Ticketing</a>, if any.
1465
1465
</p>
1466
1466
<p>
1467
 
Connect to the <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">"notify"</span></a> signal to get informed of property changes.
 
1467
Connect to the <span class="type">"notify"</span> signal to get informed of property changes.
1468
1468
</p>
1469
1469
<p class="since">Since 3.6.0</p>
1470
1470
</div>
1472
1472
</div>
1473
1473
<div class="footer">
1474
1474
<hr>
1475
 
          Generated by GTK-Doc V1.18.1</div>
 
1475
          Generated by GTK-Doc V1.19</div>
1476
1476
</body>
1477
1477
</html>
 
 
b'\\ No newline at end of file'