Merge lp:~noskcaj/ubuntu/vivid/gnome-online-accounts/3.14.2 into lp:ubuntu/vivid/gnome-online-accounts

Proposed by Jackson Doak
Status: Rejected
Rejected by: Iain Lane
Proposed branch: lp:~noskcaj/ubuntu/vivid/gnome-online-accounts/3.14.2
Merge into: lp:ubuntu/vivid/gnome-online-accounts
Diff against target: 5325 lines (+2781/-342)
43 files modified
NEWS (+9/-0)
configure (+12/-12)
configure.ac (+1/-1)
debian/changelog (+6/-0)
debian/control (+2/-1)
debian/control.in (+2/-1)
doc/Makefile.in (+3/-3)
doc/goa-docs.xml (+2/-0)
doc/goa-sections.txt (+82/-0)
doc/goa.types (+24/-0)
doc/html/GoaDocuments.html (+52/-34)
doc/html/GoaExchange.html (+107/-43)
doc/html/GoaMaps.html (+52/-34)
doc/html/GoaMediaServer.html (+107/-43)
doc/html/GoaObject.html (+6/-6)
doc/html/GoaPhotos.html (+52/-34)
doc/html/GoaPrinters.html (+694/-0)
doc/html/GoaProvider.html (+7/-2)
doc/html/GoaReadLater.html (+695/-0)
doc/html/GoaTicketing.html (+126/-45)
doc/html/gio-hierarchy.html (+23/-5)
doc/html/goa-Version-Information.html (+1/-1)
doc/html/goa.devhelp2 (+49/-12)
doc/html/index.html (+7/-1)
doc/html/index.sgml (+101/-12)
doc/html/ix01.html (+87/-12)
doc/html/ref-backend-library.html (+2/-2)
doc/html/ref-library-generated.html (+6/-0)
doc/html/ref-library.html (+6/-0)
doc/tmpl/GoaExchange.sgml (+10/-0)
doc/tmpl/GoaMediaServer.sgml (+10/-0)
doc/tmpl/GoaPrinters.sgml (+167/-0)
doc/tmpl/GoaReadLater.sgml (+167/-0)
doc/tmpl/GoaTicketing.sgml (+9/-0)
src/daemon/goadaemon.c (+1/-0)
src/goabackend/goabackendenums.h (+3/-0)
src/goabackend/goafacebookprovider.c (+10/-11)
src/goaidentity/goaidentityinquiry.c (+8/-0)
src/goaidentity/goaidentityinquiry.h (+2/-0)
src/goaidentity/goaidentityservice.c (+4/-1)
src/goaidentity/goakerberosidentity.c (+29/-16)
src/goaidentity/goakerberosidentityinquiry.c (+37/-9)
src/goaidentity/goakerberosidentitymanager.c (+1/-1)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/vivid/gnome-online-accounts/3.14.2
Reviewer Review Type Date Requested Status
Iain Lane Disapprove
Review via email: mp+242533@code.launchpad.net

Description of the change

New upstream minor release

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

We can do this one in Debian almost certainly. Please check with the RT and then prepare it in SVN. If you need sponsoring ping me on IRC.

review: Disapprove

Unmerged revisions

17. By Jackson Doak

New upstream release.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'NEWS'
2--- NEWS 2014-10-20 00:29:37 +0000
3+++ NEWS 2014-11-21 20:09:34 +0000
4@@ -1,3 +1,12 @@
5+Overview of changes in 3.14.2
6+=============================
7+
8+* Bugs fixed:
9+ 739168 facebook: Add fallback to get presentation id
10+ 739590 Memory leak fixes
11+ 739593 kerberos: A pile of fixes
12+
13+
14 Overview of changes in 3.14.1
15 =============================
16
17
18=== modified file 'configure'
19--- configure 2014-10-20 00:29:37 +0000
20+++ configure 2014-11-21 20:09:34 +0000
21@@ -1,6 +1,6 @@
22 #! /bin/sh
23 # Guess values for system-dependent variables and create Makefiles.
24-# Generated by GNU Autoconf 2.69 for GNOME Online Accounts 3.14.1.
25+# Generated by GNU Autoconf 2.69 for GNOME Online Accounts 3.14.2.
26 #
27 # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts>.
28 #
29@@ -591,8 +591,8 @@
30 # Identity of this package.
31 PACKAGE_NAME='GNOME Online Accounts'
32 PACKAGE_TARNAME='gnome-online-accounts'
33-PACKAGE_VERSION='3.14.1'
34-PACKAGE_STRING='GNOME Online Accounts 3.14.1'
35+PACKAGE_VERSION='3.14.2'
36+PACKAGE_STRING='GNOME Online Accounts 3.14.2'
37 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=gnome-online-accounts'
38 PACKAGE_URL=''
39
40@@ -1497,7 +1497,7 @@
41 # Omit some internal or obsolete options to make the list less imposing.
42 # This message is too long to be a string in the A/UX 3.1 sh.
43 cat <<_ACEOF
44-\`configure' configures GNOME Online Accounts 3.14.1 to adapt to many kinds of systems.
45+\`configure' configures GNOME Online Accounts 3.14.2 to adapt to many kinds of systems.
46
47 Usage: $0 [OPTION]... [VAR=VALUE]...
48
49@@ -1568,7 +1568,7 @@
50
51 if test -n "$ac_init_help"; then
52 case $ac_init_help in
53- short | recursive ) echo "Configuration of GNOME Online Accounts 3.14.1:";;
54+ short | recursive ) echo "Configuration of GNOME Online Accounts 3.14.2:";;
55 esac
56 cat <<\_ACEOF
57
58@@ -1759,7 +1759,7 @@
59 test -n "$ac_init_help" && exit $ac_status
60 if $ac_init_version; then
61 cat <<\_ACEOF
62-GNOME Online Accounts configure 3.14.1
63+GNOME Online Accounts configure 3.14.2
64 generated by GNU Autoconf 2.69
65
66 Copyright (C) 2012 Free Software Foundation, Inc.
67@@ -2128,7 +2128,7 @@
68 This file contains any messages produced by compilers while
69 running configure, to aid debugging if configure makes a mistake.
70
71-It was created by GNOME Online Accounts $as_me 3.14.1, which was
72+It was created by GNOME Online Accounts $as_me 3.14.2, which was
73 generated by GNU Autoconf 2.69. Invocation command line was
74
75 $ $0 $@
76@@ -2992,7 +2992,7 @@
77
78 # Define the identity of the package.
79 PACKAGE='gnome-online-accounts'
80- VERSION='3.14.1'
81+ VERSION='3.14.2'
82
83
84 cat >>confdefs.h <<_ACEOF
85@@ -11959,7 +11959,7 @@
86
87 GOA_MAJOR_VERSION=3
88 GOA_MINOR_VERSION=14
89-GOA_MICRO_VERSION=1
90+GOA_MICRO_VERSION=2
91
92
93
94@@ -11984,7 +11984,7 @@
95 $as_echo "#define GOA_MINOR_VERSION 14" >>confdefs.h
96
97
98-$as_echo "#define GOA_MICRO_VERSION 1" >>confdefs.h
99+$as_echo "#define GOA_MICRO_VERSION 2" >>confdefs.h
100
101
102 # Initialization
103@@ -16520,7 +16520,7 @@
104 # report actual input values of CONFIG_FILES etc. instead of their
105 # values after options handling.
106 ac_log="
107-This file was extended by GNOME Online Accounts $as_me 3.14.1, which was
108+This file was extended by GNOME Online Accounts $as_me 3.14.2, which was
109 generated by GNU Autoconf 2.69. Invocation command line was
110
111 CONFIG_FILES = $CONFIG_FILES
112@@ -16586,7 +16586,7 @@
113 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
114 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
115 ac_cs_version="\\
116-GNOME Online Accounts config.status 3.14.1
117+GNOME Online Accounts config.status 3.14.2
118 configured by $0, generated by GNU Autoconf 2.69,
119 with options \\"\$ac_cs_config\\"
120
121
122=== modified file 'configure.ac'
123--- configure.ac 2014-10-20 00:29:37 +0000
124+++ configure.ac 2014-11-21 20:09:34 +0000
125@@ -1,6 +1,6 @@
126 m4_define([goa_major_version], [3])
127 m4_define([goa_minor_version], [14])
128-m4_define([goa_micro_version], [1])
129+m4_define([goa_micro_version], [2])
130 m4_define([goa_nano_version], [0])
131
132 m4_define([goa_base_version],
133
134=== modified file 'debian/changelog'
135--- debian/changelog 2014-10-20 00:29:37 +0000
136+++ debian/changelog 2014-11-21 20:09:34 +0000
137@@ -1,3 +1,9 @@
138+gnome-online-accounts (3.14.2-0ubuntu1) vivid; urgency=medium
139+
140+ * New upstream release.
141+
142+ -- Jackson Doak <noskcaj@ubuntu.com> Sun, 16 Nov 2014 10:48:36 +1100
143+
144 gnome-online-accounts (3.14.1-1) unstable; urgency=medium
145
146 * New upstream release.
147
148=== modified file 'debian/control'
149--- debian/control 2014-10-20 00:29:37 +0000
150+++ debian/control 2014-11-21 20:09:34 +0000
151@@ -5,7 +5,8 @@
152 Source: gnome-online-accounts
153 Section: gnome
154 Priority: optional
155-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
156+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
157+XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
158 Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Iain Lane <laney@debian.org>, Laurent Bigonville <bigon@debian.org>, Sjoerd Simons <sjoerd@debian.org>
159 Build-Depends: cdbs (>= 0.4.93~),
160 dh-autoreconf,
161
162=== modified file 'debian/control.in'
163--- debian/control.in 2014-10-20 00:29:37 +0000
164+++ debian/control.in 2014-11-21 20:09:34 +0000
165@@ -1,7 +1,8 @@
166 Source: gnome-online-accounts
167 Section: gnome
168 Priority: optional
169-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
170+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
171+XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
172 Uploaders: @GNOME_TEAM@
173 Build-Depends: cdbs (>= 0.4.93~),
174 dh-autoreconf,
175
176=== modified file 'doc/Makefile.in'
177--- doc/Makefile.in 2014-10-20 00:29:37 +0000
178+++ doc/Makefile.in 2014-11-21 20:09:34 +0000
179@@ -866,11 +866,11 @@
180 maintainer-clean-generic:
181 @echo "This command is intended for maintainers to use"
182 @echo "it deletes files that may require special tools to rebuild."
183+@ENABLE_GTK_DOC_FALSE@install-data-local:
184+@ENABLE_GTK_DOC_FALSE@distclean-local:
185 @ENABLE_GTK_DOC_FALSE@uninstall-local:
186+@ENABLE_GTK_DOC_FALSE@clean-local:
187 @ENABLE_GTK_DOC_FALSE@maintainer-clean-local:
188-@ENABLE_GTK_DOC_FALSE@distclean-local:
189-@ENABLE_GTK_DOC_FALSE@clean-local:
190-@ENABLE_GTK_DOC_FALSE@install-data-local:
191 clean: clean-recursive
192
193 clean-am: clean-generic clean-libtool clean-local mostlyclean-am
194
195=== modified file 'doc/goa-docs.xml'
196--- doc/goa-docs.xml 2014-09-06 04:12:57 +0000
197+++ doc/goa-docs.xml 2014-11-21 20:09:34 +0000
198@@ -155,6 +155,8 @@
199 <xi:include href="xml/GoaExchange.xml"/>
200 <xi:include href="xml/GoaMediaServer.xml"/>
201 <xi:include href="xml/GoaTicketing.xml"/>
202+ <xi:include href="xml/GoaReadLater.xml"/>
203+ <xi:include href="xml/GoaPrinters.xml"/>
204 </chapter>
205 </part>
206
207
208=== modified file 'doc/goa-sections.txt'
209--- doc/goa-sections.txt 2014-10-20 00:29:37 +0000
210+++ doc/goa-sections.txt 2014-11-21 20:09:34 +0000
211@@ -1153,6 +1153,88 @@
212 </SECTION>
213
214 <SECTION>
215+<FILE>GoaReadLater</FILE>
216+GoaReadLater
217+GoaReadLaterIface
218+goa_read_later_interface_info
219+goa_read_later_override_properties
220+GoaReadLaterProxy
221+GoaReadLaterProxyClass
222+goa_read_later_proxy_new
223+goa_read_later_proxy_new_finish
224+goa_read_later_proxy_new_sync
225+goa_read_later_proxy_new_for_bus
226+goa_read_later_proxy_new_for_bus_finish
227+goa_read_later_proxy_new_for_bus_sync
228+GoaReadLaterSkeleton
229+GoaReadLaterSkeletonClass
230+goa_read_later_skeleton_new
231+<SUBSECTION Standard>
232+GOA_TYPE_READ_LATER
233+GOA_IS_READ_LATER
234+GOA_READ_LATER
235+GOA_READ_LATER_GET_IFACE
236+GOA_TYPE_READ_LATER_PROXY
237+GOA_IS_READ_LATER_PROXY
238+GOA_IS_READ_LATER_PROXY_CLASS
239+GOA_READ_LATER_PROXY
240+GOA_READ_LATER_PROXY_CLASS
241+GOA_READ_LATER_PROXY_GET_CLASS
242+GOA_TYPE_READ_LATER_SKELETON
243+GOA_IS_READ_LATER_SKELETON
244+GOA_IS_READ_LATER_SKELETON_CLASS
245+GOA_READ_LATER_SKELETON
246+GOA_READ_LATER_SKELETON_CLASS
247+GOA_READ_LATER_SKELETON_GET_CLASS
248+GoaReadLaterProxyPrivate
249+GoaReadLaterSkeletonPrivate
250+goa_read_later_get_type
251+goa_read_later_proxy_get_type
252+goa_read_later_skeleton_get_type
253+</SECTION>
254+
255+<SECTION>
256+<FILE>GoaPrinters</FILE>
257+GoaPrinters
258+GoaPrintersIface
259+goa_printers_interface_info
260+goa_printers_override_properties
261+GoaPrintersProxy
262+GoaPrintersProxyClass
263+goa_printers_proxy_new
264+goa_printers_proxy_new_finish
265+goa_printers_proxy_new_sync
266+goa_printers_proxy_new_for_bus
267+goa_printers_proxy_new_for_bus_finish
268+goa_printers_proxy_new_for_bus_sync
269+GoaPrintersSkeleton
270+GoaPrintersSkeletonClass
271+goa_printers_skeleton_new
272+<SUBSECTION Standard>
273+GOA_TYPE_PRINTERS
274+GOA_IS_PRINTERS
275+GOA_PRINTERS
276+GOA_PRINTERS_GET_IFACE
277+GOA_TYPE_PRINTERS_PROXY
278+GOA_IS_PRINTERS_PROXY
279+GOA_IS_PRINTERS_PROXY_CLASS
280+GOA_PRINTERS_PROXY
281+GOA_PRINTERS_PROXY_CLASS
282+GOA_PRINTERS_PROXY_GET_CLASS
283+GOA_TYPE_PRINTERS_SKELETON
284+GOA_IS_PRINTERS_SKELETON
285+GOA_IS_PRINTERS_SKELETON_CLASS
286+GOA_PRINTERS_SKELETON
287+GOA_PRINTERS_SKELETON_CLASS
288+GOA_PRINTERS_SKELETON_GET_CLASS
289+GoaPrintersProxyPrivate
290+GoaPrintersSkeletonPrivate
291+goa_printers_get_type
292+goa_printers_proxy_get_type
293+goa_printers_skeleton_get_type
294+</SECTION>
295+
296+<SECTION>
297 <FILE>goautil</FILE>
298 goa_util_add_row_widget
299 goa_util_lookup_keyfile_boolean
300
301=== modified file 'doc/goa.types'
302--- doc/goa.types 2014-09-06 04:12:57 +0000
303+++ doc/goa.types 2014-11-21 20:09:34 +0000
304@@ -23,9 +23,33 @@
305 goa_chat_get_type
306 goa_chat_proxy_get_type
307 goa_chat_skeleton_get_type
308+goa_documents_get_type
309+goa_documents_proxy_get_type
310+goa_documents_skeleton_get_type
311+goa_maps_get_type
312+goa_maps_proxy_get_type
313+goa_maps_skeleton_get_type
314+goa_photos_get_type
315+goa_photos_proxy_get_type
316+goa_photos_skeleton_get_type
317 goa_files_get_type
318 goa_files_proxy_get_type
319 goa_files_skeleton_get_type
320+goa_exchange_get_type
321+goa_exchange_proxy_get_type
322+goa_exchange_skeleton_get_type
323+goa_media_server_get_type
324+goa_media_server_proxy_get_type
325+goa_media_server_skeleton_get_type
326+goa_ticketing_get_type
327+goa_ticketing_proxy_get_type
328+goa_ticketing_skeleton_get_type
329+goa_read_later_get_type
330+goa_read_later_proxy_get_type
331+goa_read_later_skeleton_get_type
332+goa_printers_get_type
333+goa_printers_proxy_get_type
334+goa_printers_skeleton_get_type
335
336 goa_provider_get_type
337 goa_oauth_provider_get_type
338
339=== modified file 'doc/html/GoaDocuments.html'
340--- doc/html/GoaDocuments.html 2014-10-20 00:29:37 +0000
341+++ doc/html/GoaDocuments.html 2014-11-21 20:09:34 +0000
342@@ -16,8 +16,10 @@
343 <td width="100%" align="left" class="shortcuts">
344 <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
345 <a href="#GoaDocuments.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
346- <a href="#GoaDocuments.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
347- <a href="#GoaDocuments.prerequisites" class="shortcut">Prerequisites</a></span>
348+ <a href="#GoaDocuments.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
349+ <a href="#GoaDocuments.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
350+ <a href="#GoaDocuments.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations">  <span class="dim">|</span> 
351+ <a href="#GoaDocuments.implementations" class="shortcut">Known Implementations</a></span>
352 </td>
353 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
354 <td><a accesskey="u" href="ref-library-generated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
355@@ -116,7 +118,7 @@
356 </tbody>
357 </table></div>
358 </div>
359-<div class="refsect1">
360+<a name="GoaDocumentsProxy"></a><a name="GoaDocumentsSkeleton"></a><div class="refsect1">
361 <a name="GoaDocuments.other"></a><h2>Types and Values</h2>
362 <div class="informaltable"><table width="100%" border="0">
363 <colgroup>
364@@ -134,7 +136,7 @@
365 </tr>
366 <tr>
367 <td class="datatype_keyword">struct</td>
368-<td class="function_name"><a class="link" href="GoaDocuments.html#GoaDocumentsProxy" title="struct GoaDocumentsProxy">GoaDocumentsProxy</a></td>
369+<td class="function_name"><a class="link" href="GoaDocuments.html#GoaDocumentsProxy-struct" title="struct GoaDocumentsProxy">GoaDocumentsProxy</a></td>
370 </tr>
371 <tr>
372 <td class="datatype_keyword">struct</td>
373@@ -142,7 +144,7 @@
374 </tr>
375 <tr>
376 <td class="datatype_keyword">struct</td>
377-<td class="function_name"><a class="link" href="GoaDocuments.html#GoaDocumentsSkeleton" title="struct GoaDocumentsSkeleton">GoaDocumentsSkeleton</a></td>
378+<td class="function_name"><a class="link" href="GoaDocuments.html#GoaDocumentsSkeleton-struct" title="struct GoaDocumentsSkeleton">GoaDocumentsSkeleton</a></td>
379 </tr>
380 <tr>
381 <td class="datatype_keyword">struct</td>
382@@ -155,6 +157,11 @@
383 <a name="GoaDocuments.object-hierarchy"></a><h2>Object Hierarchy</h2>
384 <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
385 <span class="lineart">╰──</span> GoaDocuments
386+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
387+ <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
388+ <span class="lineart">│</span> <span class="lineart">╰──</span> GoaDocumentsSkeleton
389+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html">GDBusProxy</a>
390+ <span class="lineart">╰──</span> GoaDocumentsProxy
391 </pre>
392 </div>
393 <div class="refsect1">
394@@ -164,6 +171,21 @@
395 <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
396 </div>
397 <div class="refsect1">
398+<a name="GoaDocuments.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
399+<p>
400+GoaDocumentsProxy implements
401+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a>, <a href="https://developer.gnome.org/gio/unstable/GInitable.html">GInitable</a>, <a href="https://developer.gnome.org/gio/unstable/GAsyncInitable.html">GAsyncInitable</a> and <a class="link" href="GoaDocuments.html" title="GoaDocuments">GoaDocuments</a>.</p>
402+<p>
403+GoaDocumentsSkeleton implements
404+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a> and <a class="link" href="GoaDocuments.html" title="GoaDocuments">GoaDocuments</a>.</p>
405+</div>
406+<div class="refsect1">
407+<a name="GoaDocuments.implementations"></a><h2>Known Implementations</h2>
408+<p>
409+GoaDocuments is implemented by
410+ <a class="link" href="GoaDocuments.html#GoaDocumentsProxy">GoaDocumentsProxy</a> and <a class="link" href="GoaDocuments.html#GoaDocumentsSkeleton">GoaDocumentsSkeleton</a>.</p>
411+</div>
412+<div class="refsect1">
413 <a name="GoaDocuments.description"></a><h2>Description</h2>
414 <p>This section contains code for working with the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Documents.html#gdbus-interface-org-gnome-OnlineAccounts-Documents.top_of_page">org.gnome.OnlineAccounts.Documents</a> D-Bus interface in C.</p>
415 </div>
416@@ -175,7 +197,7 @@
417 goa_documents_interface_info (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
418 <p>Gets a machine-readable description of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Documents.html#gdbus-interface-org-gnome-OnlineAccounts-Documents.top_of_page">org.gnome.OnlineAccounts.Documents</a> D-Bus interface.</p>
419 <div class="refsect3">
420-<a name="id-1.4.5.13.8.2.5"></a><h4>Returns</h4>
421+<a name="id-1.4.5.13.12.2.5"></a><h4>Returns</h4>
422 <p> A <a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. </p>
423 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
424 </div>
425@@ -189,7 +211,7 @@
426 <p>Overrides all <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> properties in the <a class="link" href="GoaDocuments.html" title="GoaDocuments"><span class="type">GoaDocuments</span></a> interface for a concrete class.
427 The properties are overridden in the order they are defined.</p>
428 <div class="refsect3">
429-<a name="id-1.4.5.13.8.3.5"></a><h4>Parameters</h4>
430+<a name="id-1.4.5.13.12.3.5"></a><h4>Parameters</h4>
431 <div class="informaltable"><table width="100%" border="0">
432 <colgroup>
433 <col width="150px" class="parameters_name">
434@@ -211,7 +233,7 @@
435 </table></div>
436 </div>
437 <div class="refsect3">
438-<a name="id-1.4.5.13.8.3.6"></a><h4>Returns</h4>
439+<a name="id-1.4.5.13.12.3.6"></a><h4>Returns</h4>
440 <p> The last property id.</p>
441 <p></p>
442 </div>
443@@ -233,7 +255,7 @@
444 You can then call <a class="link" href="GoaDocuments.html#goa-documents-proxy-new-finish" title="goa_documents_proxy_new_finish ()"><code class="function">goa_documents_proxy_new_finish()</code></a> to get the result of the operation.</p>
445 <p>See <a class="link" href="GoaDocuments.html#goa-documents-proxy-new-sync" title="goa_documents_proxy_new_sync ()"><code class="function">goa_documents_proxy_new_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
446 <div class="refsect3">
447-<a name="id-1.4.5.13.8.4.7"></a><h4>Parameters</h4>
448+<a name="id-1.4.5.13.12.4.7"></a><h4>Parameters</h4>
449 <div class="informaltable"><table width="100%" border="0">
450 <colgroup>
451 <col width="150px" class="parameters_name">
452@@ -290,7 +312,7 @@
453 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
454 <p>Finishes an operation started with <a class="link" href="GoaDocuments.html#goa-documents-proxy-new" title="goa_documents_proxy_new ()"><code class="function">goa_documents_proxy_new()</code></a>.</p>
455 <div class="refsect3">
456-<a name="id-1.4.5.13.8.5.5"></a><h4>Parameters</h4>
457+<a name="id-1.4.5.13.12.5.5"></a><h4>Parameters</h4>
458 <div class="informaltable"><table width="100%" border="0">
459 <colgroup>
460 <col width="150px" class="parameters_name">
461@@ -312,7 +334,7 @@
462 </table></div>
463 </div>
464 <div class="refsect3">
465-<a name="id-1.4.5.13.8.5.6"></a><h4>Returns</h4>
466+<a name="id-1.4.5.13.12.5.6"></a><h4>Returns</h4>
467 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
468 is set. </p>
469 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaDocumentsProxy]</span></p>
470@@ -332,7 +354,7 @@
471 <p>The calling thread is blocked until a reply is received.</p>
472 <p>See <a class="link" href="GoaDocuments.html#goa-documents-proxy-new" title="goa_documents_proxy_new ()"><code class="function">goa_documents_proxy_new()</code></a> for the asynchronous version of this constructor.</p>
473 <div class="refsect3">
474-<a name="id-1.4.5.13.8.6.7"></a><h4>Parameters</h4>
475+<a name="id-1.4.5.13.12.6.7"></a><h4>Parameters</h4>
476 <div class="informaltable"><table width="100%" border="0">
477 <colgroup>
478 <col width="150px" class="parameters_name">
479@@ -375,7 +397,7 @@
480 </table></div>
481 </div>
482 <div class="refsect3">
483-<a name="id-1.4.5.13.8.6.8"></a><h4>Returns</h4>
484+<a name="id-1.4.5.13.12.6.8"></a><h4>Returns</h4>
485 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
486 is set. </p>
487 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaDocumentsProxy]</span></p>
488@@ -398,7 +420,7 @@
489 You can then call <a class="link" href="GoaDocuments.html#goa-documents-proxy-new-for-bus-finish" title="goa_documents_proxy_new_for_bus_finish ()"><code class="function">goa_documents_proxy_new_for_bus_finish()</code></a> to get the result of the operation.</p>
490 <p>See <a class="link" href="GoaDocuments.html#goa-documents-proxy-new-for-bus-sync" title="goa_documents_proxy_new_for_bus_sync ()"><code class="function">goa_documents_proxy_new_for_bus_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
491 <div class="refsect3">
492-<a name="id-1.4.5.13.8.7.7"></a><h4>Parameters</h4>
493+<a name="id-1.4.5.13.12.7.7"></a><h4>Parameters</h4>
494 <div class="informaltable"><table width="100%" border="0">
495 <colgroup>
496 <col width="150px" class="parameters_name">
497@@ -455,7 +477,7 @@
498 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
499 <p>Finishes an operation started with <a class="link" href="GoaDocuments.html#goa-documents-proxy-new-for-bus" title="goa_documents_proxy_new_for_bus ()"><code class="function">goa_documents_proxy_new_for_bus()</code></a>.</p>
500 <div class="refsect3">
501-<a name="id-1.4.5.13.8.8.5"></a><h4>Parameters</h4>
502+<a name="id-1.4.5.13.12.8.5"></a><h4>Parameters</h4>
503 <div class="informaltable"><table width="100%" border="0">
504 <colgroup>
505 <col width="150px" class="parameters_name">
506@@ -477,7 +499,7 @@
507 </table></div>
508 </div>
509 <div class="refsect3">
510-<a name="id-1.4.5.13.8.8.6"></a><h4>Returns</h4>
511+<a name="id-1.4.5.13.12.8.6"></a><h4>Returns</h4>
512 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
513 is set. </p>
514 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaDocumentsProxy]</span></p>
515@@ -497,7 +519,7 @@
516 <p>The calling thread is blocked until a reply is received.</p>
517 <p>See <a class="link" href="GoaDocuments.html#goa-documents-proxy-new-for-bus" title="goa_documents_proxy_new_for_bus ()"><code class="function">goa_documents_proxy_new_for_bus()</code></a> for the asynchronous version of this constructor.</p>
518 <div class="refsect3">
519-<a name="id-1.4.5.13.8.9.7"></a><h4>Parameters</h4>
520+<a name="id-1.4.5.13.12.9.7"></a><h4>Parameters</h4>
521 <div class="informaltable"><table width="100%" border="0">
522 <colgroup>
523 <col width="150px" class="parameters_name">
524@@ -539,7 +561,7 @@
525 </table></div>
526 </div>
527 <div class="refsect3">
528-<a name="id-1.4.5.13.8.9.8"></a><h4>Returns</h4>
529+<a name="id-1.4.5.13.12.9.8"></a><h4>Returns</h4>
530 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
531 is set. </p>
532 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaDocumentsProxy]</span></p>
533@@ -552,7 +574,7 @@
534 goa_documents_skeleton_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
535 <p>Creates a skeleton object for 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>.</p>
536 <div class="refsect3">
537-<a name="id-1.4.5.13.8.10.5"></a><h4>Returns</h4>
538+<a name="id-1.4.5.13.12.10.5"></a><h4>Returns</h4>
539 <p> The skeleton object. </p>
540 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaDocumentsSkeleton]</span></p>
541 </div>
542@@ -574,7 +596,7 @@
543 </pre>
544 <p>Virtual table for 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>.</p>
545 <div class="refsect3">
546-<a name="id-1.4.5.13.9.3.5"></a><h4>Members</h4>
547+<a name="id-1.4.5.13.13.3.5"></a><h4>Members</h4>
548 <div class="informaltable"><table width="100%" border="0">
549 <colgroup>
550 <col width="300px" class="struct_members_name">
551@@ -591,11 +613,9 @@
552 </div>
553 <hr>
554 <div class="refsect2">
555-<a name="GoaDocumentsProxy"></a><h3>struct GoaDocumentsProxy</h3>
556-<pre class="programlisting">struct GoaDocumentsProxy {
557-};
558-</pre>
559-<p>The <a class="link" href="GoaDocuments.html#GoaDocumentsProxy" title="struct GoaDocumentsProxy"><span class="type">GoaDocumentsProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
560+<a name="GoaDocumentsProxy-struct"></a><h3>struct GoaDocumentsProxy</h3>
561+<pre class="programlisting">struct GoaDocumentsProxy;</pre>
562+<p>The <a class="link" href="GoaDocuments.html#GoaDocumentsProxy"><span class="type">GoaDocumentsProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
563 </div>
564 <hr>
565 <div class="refsect2">
566@@ -604,9 +624,9 @@
567 GDBusProxyClass parent_class;
568 };
569 </pre>
570-<p>Class structure for <a class="link" href="GoaDocuments.html#GoaDocumentsProxy" title="struct GoaDocumentsProxy"><span class="type">GoaDocumentsProxy</span></a>.</p>
571+<p>Class structure for <a class="link" href="GoaDocuments.html#GoaDocumentsProxy"><span class="type">GoaDocumentsProxy</span></a>.</p>
572 <div class="refsect3">
573-<a name="id-1.4.5.13.9.5.5"></a><h4>Members</h4>
574+<a name="id-1.4.5.13.13.5.5"></a><h4>Members</h4>
575 <div class="informaltable"><table width="100%" border="0">
576 <colgroup>
577 <col width="300px" class="struct_members_name">
578@@ -623,11 +643,9 @@
579 </div>
580 <hr>
581 <div class="refsect2">
582-<a name="GoaDocumentsSkeleton"></a><h3>struct GoaDocumentsSkeleton</h3>
583-<pre class="programlisting">struct GoaDocumentsSkeleton {
584-};
585-</pre>
586-<p>The <a class="link" href="GoaDocuments.html#GoaDocumentsSkeleton" title="struct GoaDocumentsSkeleton"><span class="type">GoaDocumentsSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
587+<a name="GoaDocumentsSkeleton-struct"></a><h3>struct GoaDocumentsSkeleton</h3>
588+<pre class="programlisting">struct GoaDocumentsSkeleton;</pre>
589+<p>The <a class="link" href="GoaDocuments.html#GoaDocumentsSkeleton"><span class="type">GoaDocumentsSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
590 </div>
591 <hr>
592 <div class="refsect2">
593@@ -636,9 +654,9 @@
594 GDBusInterfaceSkeletonClass parent_class;
595 };
596 </pre>
597-<p>Class structure for <a class="link" href="GoaDocuments.html#GoaDocumentsSkeleton" title="struct GoaDocumentsSkeleton"><span class="type">GoaDocumentsSkeleton</span></a>.</p>
598+<p>Class structure for <a class="link" href="GoaDocuments.html#GoaDocumentsSkeleton"><span class="type">GoaDocumentsSkeleton</span></a>.</p>
599 <div class="refsect3">
600-<a name="id-1.4.5.13.9.7.5"></a><h4>Members</h4>
601+<a name="id-1.4.5.13.13.7.5"></a><h4>Members</h4>
602 <div class="informaltable"><table width="100%" border="0">
603 <colgroup>
604 <col width="300px" class="struct_members_name">
605
606=== modified file 'doc/html/GoaExchange.html'
607--- doc/html/GoaExchange.html 2014-10-20 00:29:37 +0000
608+++ doc/html/GoaExchange.html 2014-11-21 20:09:34 +0000
609@@ -16,8 +16,11 @@
610 <td width="100%" align="left" class="shortcuts">
611 <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
612 <a href="#GoaExchange.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
613- <a href="#GoaExchange.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
614- <a href="#GoaExchange.prerequisites" class="shortcut">Prerequisites</a></span>
615+ <a href="#GoaExchange.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
616+ <a href="#GoaExchange.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
617+ <a href="#GoaExchange.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations">  <span class="dim">|</span> 
618+ <a href="#GoaExchange.implementations" class="shortcut">Known Implementations</a></span><span id="nav_properties">  <span class="dim">|</span> 
619+ <a href="#GoaExchange.properties" class="shortcut">Properties</a></span>
620 </td>
621 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
622 <td><a accesskey="u" href="ref-library-generated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
623@@ -156,6 +159,29 @@
624 </table></div>
625 </div>
626 <div class="refsect1">
627+<a name="GoaExchange.properties"></a><h2>Properties</h2>
628+<div class="informaltable"><table border="0">
629+<colgroup>
630+<col width="150px" class="properties_type">
631+<col width="300px" class="properties_name">
632+<col width="200px" class="properties_flags">
633+</colgroup>
634+<tbody>
635+<tr>
636+<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
637+<td class="property_name"><a class="link" href="GoaExchange.html#GoaExchange--accept-ssl-errors" title="The “accept-ssl-errors” property">accept-ssl-errors</a></td>
638+<td class="property_flags">Read / Write</td>
639+</tr>
640+<tr>
641+<td class="property_type">
642+<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
643+<td class="property_name"><a class="link" href="GoaExchange.html#GoaExchange--host" title="The “host” property">host</a></td>
644+<td class="property_flags">Read / Write</td>
645+</tr>
646+</tbody>
647+</table></div>
648+</div>
649+<a name="GoaExchangeProxy"></a><a name="GoaExchangeSkeleton"></a><div class="refsect1">
650 <a name="GoaExchange.other"></a><h2>Types and Values</h2>
651 <div class="informaltable"><table width="100%" border="0">
652 <colgroup>
653@@ -173,7 +199,7 @@
654 </tr>
655 <tr>
656 <td class="datatype_keyword">struct</td>
657-<td class="function_name"><a class="link" href="GoaExchange.html#GoaExchangeProxy" title="struct GoaExchangeProxy">GoaExchangeProxy</a></td>
658+<td class="function_name"><a class="link" href="GoaExchange.html#GoaExchangeProxy-struct" title="struct GoaExchangeProxy">GoaExchangeProxy</a></td>
659 </tr>
660 <tr>
661 <td class="datatype_keyword">struct</td>
662@@ -181,7 +207,7 @@
663 </tr>
664 <tr>
665 <td class="datatype_keyword">struct</td>
666-<td class="function_name"><a class="link" href="GoaExchange.html#GoaExchangeSkeleton" title="struct GoaExchangeSkeleton">GoaExchangeSkeleton</a></td>
667+<td class="function_name"><a class="link" href="GoaExchange.html#GoaExchangeSkeleton-struct" title="struct GoaExchangeSkeleton">GoaExchangeSkeleton</a></td>
668 </tr>
669 <tr>
670 <td class="datatype_keyword">struct</td>
671@@ -194,6 +220,11 @@
672 <a name="GoaExchange.object-hierarchy"></a><h2>Object Hierarchy</h2>
673 <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
674 <span class="lineart">╰──</span> GoaExchange
675+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
676+ <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
677+ <span class="lineart">│</span> <span class="lineart">╰──</span> GoaExchangeSkeleton
678+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html">GDBusProxy</a>
679+ <span class="lineart">╰──</span> GoaExchangeProxy
680 </pre>
681 </div>
682 <div class="refsect1">
683@@ -203,6 +234,21 @@
684 <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
685 </div>
686 <div class="refsect1">
687+<a name="GoaExchange.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
688+<p>
689+GoaExchangeProxy implements
690+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a>, <a href="https://developer.gnome.org/gio/unstable/GInitable.html">GInitable</a>, <a href="https://developer.gnome.org/gio/unstable/GAsyncInitable.html">GAsyncInitable</a> and <a class="link" href="GoaExchange.html" title="GoaExchange">GoaExchange</a>.</p>
691+<p>
692+GoaExchangeSkeleton implements
693+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a> and <a class="link" href="GoaExchange.html" title="GoaExchange">GoaExchange</a>.</p>
694+</div>
695+<div class="refsect1">
696+<a name="GoaExchange.implementations"></a><h2>Known Implementations</h2>
697+<p>
698+GoaExchange is implemented by
699+ <a class="link" href="GoaExchange.html#GoaExchangeProxy">GoaExchangeProxy</a> and <a class="link" href="GoaExchange.html#GoaExchangeSkeleton">GoaExchangeSkeleton</a>.</p>
700+</div>
701+<div class="refsect1">
702 <a name="GoaExchange.description"></a><h2>Description</h2>
703 <p>This section contains code for working with the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Exchange.html#gdbus-interface-org-gnome-OnlineAccounts-Exchange.top_of_page">org.gnome.OnlineAccounts.Exchange</a> D-Bus interface in C.</p>
704 </div>
705@@ -214,7 +260,7 @@
706 goa_exchange_interface_info (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
707 <p>Gets a machine-readable description of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Exchange.html#gdbus-interface-org-gnome-OnlineAccounts-Exchange.top_of_page">org.gnome.OnlineAccounts.Exchange</a> D-Bus interface.</p>
708 <div class="refsect3">
709-<a name="id-1.4.5.17.8.2.5"></a><h4>Returns</h4>
710+<a name="id-1.4.5.17.13.2.5"></a><h4>Returns</h4>
711 <p> A <a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. </p>
712 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
713 </div>
714@@ -228,7 +274,7 @@
715 <p>Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Exchange.html#gdbus-property-org-gnome-OnlineAccounts-Exchange.AcceptSslErrors" title='The "AcceptSslErrors" property'>"AcceptSslErrors"</a> D-Bus property.</p>
716 <p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
717 <div class="refsect3">
718-<a name="id-1.4.5.17.8.3.6"></a><h4>Parameters</h4>
719+<a name="id-1.4.5.17.13.3.6"></a><h4>Parameters</h4>
720 <div class="informaltable"><table width="100%" border="0">
721 <colgroup>
722 <col width="150px" class="parameters_name">
723@@ -243,7 +289,7 @@
724 </table></div>
725 </div>
726 <div class="refsect3">
727-<a name="id-1.4.5.17.8.3.7"></a><h4>Returns</h4>
728+<a name="id-1.4.5.17.13.3.7"></a><h4>Returns</h4>
729 <p> The property value.</p>
730 <p></p>
731 </div>
732@@ -259,7 +305,7 @@
733 .</p>
734 <p>Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.</p>
735 <div class="refsect3">
736-<a name="id-1.4.5.17.8.4.6"></a><h4>Parameters</h4>
737+<a name="id-1.4.5.17.13.4.6"></a><h4>Parameters</h4>
738 <div class="informaltable"><table width="100%" border="0">
739 <colgroup>
740 <col width="150px" class="parameters_name">
741@@ -291,7 +337,7 @@
742 <p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
743 <div class="warning">The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where <em class="parameter"><code>object</code></em> was constructed. Use <a class="link" href="GoaExchange.html#goa-exchange-dup-host" title="goa_exchange_dup_host ()"><code class="function">goa_exchange_dup_host()</code></a> if on another thread.</div>
744 <div class="refsect3">
745-<a name="id-1.4.5.17.8.5.7"></a><h4>Parameters</h4>
746+<a name="id-1.4.5.17.13.5.7"></a><h4>Parameters</h4>
747 <div class="informaltable"><table width="100%" border="0">
748 <colgroup>
749 <col width="150px" class="parameters_name">
750@@ -306,7 +352,7 @@
751 </table></div>
752 </div>
753 <div class="refsect3">
754-<a name="id-1.4.5.17.8.5.8"></a><h4>Returns</h4>
755+<a name="id-1.4.5.17.13.5.8"></a><h4>Returns</h4>
756 <p> The property value or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>
757 . </p>
758 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
759@@ -321,7 +367,7 @@
760 <p>Gets a copy of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Exchange.html#gdbus-property-org-gnome-OnlineAccounts-Exchange.Host" title='The "Host" property'>"Host"</a> D-Bus property.</p>
761 <p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
762 <div class="refsect3">
763-<a name="id-1.4.5.17.8.6.6"></a><h4>Parameters</h4>
764+<a name="id-1.4.5.17.13.6.6"></a><h4>Parameters</h4>
765 <div class="informaltable"><table width="100%" border="0">
766 <colgroup>
767 <col width="150px" class="parameters_name">
768@@ -336,7 +382,7 @@
769 </table></div>
770 </div>
771 <div class="refsect3">
772-<a name="id-1.4.5.17.8.6.7"></a><h4>Returns</h4>
773+<a name="id-1.4.5.17.13.6.7"></a><h4>Returns</h4>
774 <p> The property value or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p>
775 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
776 </div>
777@@ -352,7 +398,7 @@
778 .</p>
779 <p>Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.</p>
780 <div class="refsect3">
781-<a name="id-1.4.5.17.8.7.6"></a><h4>Parameters</h4>
782+<a name="id-1.4.5.17.13.7.6"></a><h4>Parameters</h4>
783 <div class="informaltable"><table width="100%" border="0">
784 <colgroup>
785 <col width="150px" class="parameters_name">
786@@ -384,7 +430,7 @@
787 <p>Overrides all <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> properties in the <a class="link" href="GoaExchange.html" title="GoaExchange"><span class="type">GoaExchange</span></a> interface for a concrete class.
788 The properties are overridden in the order they are defined.</p>
789 <div class="refsect3">
790-<a name="id-1.4.5.17.8.8.5"></a><h4>Parameters</h4>
791+<a name="id-1.4.5.17.13.8.5"></a><h4>Parameters</h4>
792 <div class="informaltable"><table width="100%" border="0">
793 <colgroup>
794 <col width="150px" class="parameters_name">
795@@ -406,7 +452,7 @@
796 </table></div>
797 </div>
798 <div class="refsect3">
799-<a name="id-1.4.5.17.8.8.6"></a><h4>Returns</h4>
800+<a name="id-1.4.5.17.13.8.6"></a><h4>Returns</h4>
801 <p> The last property id.</p>
802 <p></p>
803 </div>
804@@ -429,7 +475,7 @@
805 You can then call <a class="link" href="GoaExchange.html#goa-exchange-proxy-new-finish" title="goa_exchange_proxy_new_finish ()"><code class="function">goa_exchange_proxy_new_finish()</code></a> to get the result of the operation.</p>
806 <p>See <a class="link" href="GoaExchange.html#goa-exchange-proxy-new-sync" title="goa_exchange_proxy_new_sync ()"><code class="function">goa_exchange_proxy_new_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
807 <div class="refsect3">
808-<a name="id-1.4.5.17.8.9.7"></a><h4>Parameters</h4>
809+<a name="id-1.4.5.17.13.9.7"></a><h4>Parameters</h4>
810 <div class="informaltable"><table width="100%" border="0">
811 <colgroup>
812 <col width="150px" class="parameters_name">
813@@ -487,7 +533,7 @@
814 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
815 <p>Finishes an operation started with <a class="link" href="GoaExchange.html#goa-exchange-proxy-new" title="goa_exchange_proxy_new ()"><code class="function">goa_exchange_proxy_new()</code></a>.</p>
816 <div class="refsect3">
817-<a name="id-1.4.5.17.8.10.5"></a><h4>Parameters</h4>
818+<a name="id-1.4.5.17.13.10.5"></a><h4>Parameters</h4>
819 <div class="informaltable"><table width="100%" border="0">
820 <colgroup>
821 <col width="150px" class="parameters_name">
822@@ -509,7 +555,7 @@
823 </table></div>
824 </div>
825 <div class="refsect3">
826-<a name="id-1.4.5.17.8.10.6"></a><h4>Returns</h4>
827+<a name="id-1.4.5.17.13.10.6"></a><h4>Returns</h4>
828 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
829 is set. </p>
830 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaExchangeProxy]</span></p>
831@@ -530,7 +576,7 @@
832 <p>The calling thread is blocked until a reply is received.</p>
833 <p>See <a class="link" href="GoaExchange.html#goa-exchange-proxy-new" title="goa_exchange_proxy_new ()"><code class="function">goa_exchange_proxy_new()</code></a> for the asynchronous version of this constructor.</p>
834 <div class="refsect3">
835-<a name="id-1.4.5.17.8.11.7"></a><h4>Parameters</h4>
836+<a name="id-1.4.5.17.13.11.7"></a><h4>Parameters</h4>
837 <div class="informaltable"><table width="100%" border="0">
838 <colgroup>
839 <col width="150px" class="parameters_name">
840@@ -573,7 +619,7 @@
841 </table></div>
842 </div>
843 <div class="refsect3">
844-<a name="id-1.4.5.17.8.11.8"></a><h4>Returns</h4>
845+<a name="id-1.4.5.17.13.11.8"></a><h4>Returns</h4>
846 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
847 is set. </p>
848 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaExchangeProxy]</span></p>
849@@ -597,7 +643,7 @@
850 You can then call <a class="link" href="GoaExchange.html#goa-exchange-proxy-new-for-bus-finish" title="goa_exchange_proxy_new_for_bus_finish ()"><code class="function">goa_exchange_proxy_new_for_bus_finish()</code></a> to get the result of the operation.</p>
851 <p>See <a class="link" href="GoaExchange.html#goa-exchange-proxy-new-for-bus-sync" title="goa_exchange_proxy_new_for_bus_sync ()"><code class="function">goa_exchange_proxy_new_for_bus_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
852 <div class="refsect3">
853-<a name="id-1.4.5.17.8.12.7"></a><h4>Parameters</h4>
854+<a name="id-1.4.5.17.13.12.7"></a><h4>Parameters</h4>
855 <div class="informaltable"><table width="100%" border="0">
856 <colgroup>
857 <col width="150px" class="parameters_name">
858@@ -654,7 +700,7 @@
859 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
860 <p>Finishes an operation started with <a class="link" href="GoaExchange.html#goa-exchange-proxy-new-for-bus" title="goa_exchange_proxy_new_for_bus ()"><code class="function">goa_exchange_proxy_new_for_bus()</code></a>.</p>
861 <div class="refsect3">
862-<a name="id-1.4.5.17.8.13.5"></a><h4>Parameters</h4>
863+<a name="id-1.4.5.17.13.13.5"></a><h4>Parameters</h4>
864 <div class="informaltable"><table width="100%" border="0">
865 <colgroup>
866 <col width="150px" class="parameters_name">
867@@ -676,7 +722,7 @@
868 </table></div>
869 </div>
870 <div class="refsect3">
871-<a name="id-1.4.5.17.8.13.6"></a><h4>Returns</h4>
872+<a name="id-1.4.5.17.13.13.6"></a><h4>Returns</h4>
873 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
874 is set. </p>
875 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaExchangeProxy]</span></p>
876@@ -697,7 +743,7 @@
877 <p>The calling thread is blocked until a reply is received.</p>
878 <p>See <a class="link" href="GoaExchange.html#goa-exchange-proxy-new-for-bus" title="goa_exchange_proxy_new_for_bus ()"><code class="function">goa_exchange_proxy_new_for_bus()</code></a> for the asynchronous version of this constructor.</p>
879 <div class="refsect3">
880-<a name="id-1.4.5.17.8.14.7"></a><h4>Parameters</h4>
881+<a name="id-1.4.5.17.13.14.7"></a><h4>Parameters</h4>
882 <div class="informaltable"><table width="100%" border="0">
883 <colgroup>
884 <col width="150px" class="parameters_name">
885@@ -739,7 +785,7 @@
886 </table></div>
887 </div>
888 <div class="refsect3">
889-<a name="id-1.4.5.17.8.14.8"></a><h4>Returns</h4>
890+<a name="id-1.4.5.17.13.14.8"></a><h4>Returns</h4>
891 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
892 is set. </p>
893 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaExchangeProxy]</span></p>
894@@ -753,7 +799,7 @@
895 goa_exchange_skeleton_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
896 <p>Creates a skeleton object for 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>.</p>
897 <div class="refsect3">
898-<a name="id-1.4.5.17.8.15.5"></a><h4>Returns</h4>
899+<a name="id-1.4.5.17.13.15.5"></a><h4>Returns</h4>
900 <p> The skeleton object. </p>
901 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaExchangeSkeleton]</span></p>
902 </div>
903@@ -781,7 +827,7 @@
904 </pre>
905 <p>Virtual table for 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>.</p>
906 <div class="refsect3">
907-<a name="id-1.4.5.17.9.3.5"></a><h4>Members</h4>
908+<a name="id-1.4.5.17.14.3.5"></a><h4>Members</h4>
909 <div class="informaltable"><table width="100%" border="0">
910 <colgroup>
911 <col width="300px" class="struct_members_name">
912@@ -796,12 +842,12 @@
913 </tr>
914 <tr>
915 <td class="struct_member_name"><p><em class="structfield"><code><a name="GoaExchangeIface.get-host"></a>get_host</code></em> ()</p></td>
916-<td class="struct_member_description"><p>Getter for the <span class="type">“host”</span> property.</p></td>
917+<td class="struct_member_description"><p>Getter for the <a class="link" href="GoaExchange.html#GoaExchange--host" title="The “host” property"><span class="type">“host”</span></a> property.</p></td>
918 <td class="struct_member_annotations"> </td>
919 </tr>
920 <tr>
921 <td class="struct_member_name"><p><em class="structfield"><code><a name="GoaExchangeIface.get-accept-ssl-errors"></a>get_accept_ssl_errors</code></em> ()</p></td>
922-<td class="struct_member_description"><p>Getter for the <span class="type">“accept-ssl-errors”</span> property.</p></td>
923+<td class="struct_member_description"><p>Getter for the <a class="link" href="GoaExchange.html#GoaExchange--accept-ssl-errors" title="The “accept-ssl-errors” property"><span class="type">“accept-ssl-errors”</span></a> property.</p></td>
924 <td class="struct_member_annotations"> </td>
925 </tr>
926 </tbody>
927@@ -811,11 +857,9 @@
928 </div>
929 <hr>
930 <div class="refsect2">
931-<a name="GoaExchangeProxy"></a><h3>struct GoaExchangeProxy</h3>
932-<pre class="programlisting">struct GoaExchangeProxy {
933-};
934-</pre>
935-<p>The <a class="link" href="GoaExchange.html#GoaExchangeProxy" title="struct GoaExchangeProxy"><span class="type">GoaExchangeProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
936+<a name="GoaExchangeProxy-struct"></a><h3>struct GoaExchangeProxy</h3>
937+<pre class="programlisting">struct GoaExchangeProxy;</pre>
938+<p>The <a class="link" href="GoaExchange.html#GoaExchangeProxy"><span class="type">GoaExchangeProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
939 <p class="since">Since 3.6.0</p>
940 </div>
941 <hr>
942@@ -825,9 +869,9 @@
943 GDBusProxyClass parent_class;
944 };
945 </pre>
946-<p>Class structure for <a class="link" href="GoaExchange.html#GoaExchangeProxy" title="struct GoaExchangeProxy"><span class="type">GoaExchangeProxy</span></a>.</p>
947+<p>Class structure for <a class="link" href="GoaExchange.html#GoaExchangeProxy"><span class="type">GoaExchangeProxy</span></a>.</p>
948 <div class="refsect3">
949-<a name="id-1.4.5.17.9.5.5"></a><h4>Members</h4>
950+<a name="id-1.4.5.17.14.5.5"></a><h4>Members</h4>
951 <div class="informaltable"><table width="100%" border="0">
952 <colgroup>
953 <col width="300px" class="struct_members_name">
954@@ -845,11 +889,9 @@
955 </div>
956 <hr>
957 <div class="refsect2">
958-<a name="GoaExchangeSkeleton"></a><h3>struct GoaExchangeSkeleton</h3>
959-<pre class="programlisting">struct GoaExchangeSkeleton {
960-};
961-</pre>
962-<p>The <a class="link" href="GoaExchange.html#GoaExchangeSkeleton" title="struct GoaExchangeSkeleton"><span class="type">GoaExchangeSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
963+<a name="GoaExchangeSkeleton-struct"></a><h3>struct GoaExchangeSkeleton</h3>
964+<pre class="programlisting">struct GoaExchangeSkeleton;</pre>
965+<p>The <a class="link" href="GoaExchange.html#GoaExchangeSkeleton"><span class="type">GoaExchangeSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
966 <p class="since">Since 3.6.0</p>
967 </div>
968 <hr>
969@@ -859,9 +901,9 @@
970 GDBusInterfaceSkeletonClass parent_class;
971 };
972 </pre>
973-<p>Class structure for <a class="link" href="GoaExchange.html#GoaExchangeSkeleton" title="struct GoaExchangeSkeleton"><span class="type">GoaExchangeSkeleton</span></a>.</p>
974+<p>Class structure for <a class="link" href="GoaExchange.html#GoaExchangeSkeleton"><span class="type">GoaExchangeSkeleton</span></a>.</p>
975 <div class="refsect3">
976-<a name="id-1.4.5.17.9.7.5"></a><h4>Members</h4>
977+<a name="id-1.4.5.17.14.7.5"></a><h4>Members</h4>
978 <div class="informaltable"><table width="100%" border="0">
979 <colgroup>
980 <col width="300px" class="struct_members_name">
981@@ -878,6 +920,28 @@
982 <p class="since">Since 3.6.0</p>
983 </div>
984 </div>
985+<div class="refsect1">
986+<a name="GoaExchange.property-details"></a><h2>Property Details</h2>
987+<div class="refsect2">
988+<a name="GoaExchange--accept-ssl-errors"></a><h3>The <code class="literal">“accept-ssl-errors”</code> property</h3>
989+<pre class="programlisting"> “accept-ssl-errors” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
990+<p>Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Exchange.html#gdbus-property-org-gnome-OnlineAccounts-Exchange.AcceptSslErrors" title='The "AcceptSslErrors" property'>"AcceptSslErrors"</a>.</p>
991+<p>Since the D-Bus property for this <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
992+<p>Flags: Read / Write</p>
993+<p>Default value: FALSE</p>
994+<p class="since">Since 3.8.0</p>
995+</div>
996+<hr>
997+<div class="refsect2">
998+<a name="GoaExchange--host"></a><h3>The <code class="literal">“host”</code> property</h3>
999+<pre class="programlisting"> “host” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
1000+<p>Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Exchange.html#gdbus-property-org-gnome-OnlineAccounts-Exchange.Host" title='The "Host" property'>"Host"</a>.</p>
1001+<p>Since the D-Bus property for this <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
1002+<p>Flags: Read / Write</p>
1003+<p>Default value: NULL</p>
1004+<p class="since">Since 3.6.0</p>
1005+</div>
1006+</div>
1007 </div>
1008 <div class="footer">
1009 <hr>
1010
1011=== modified file 'doc/html/GoaMaps.html'
1012--- doc/html/GoaMaps.html 2014-10-20 00:29:37 +0000
1013+++ doc/html/GoaMaps.html 2014-11-21 20:09:34 +0000
1014@@ -16,8 +16,10 @@
1015 <td width="100%" align="left" class="shortcuts">
1016 <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
1017 <a href="#GoaMaps.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
1018- <a href="#GoaMaps.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
1019- <a href="#GoaMaps.prerequisites" class="shortcut">Prerequisites</a></span>
1020+ <a href="#GoaMaps.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
1021+ <a href="#GoaMaps.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
1022+ <a href="#GoaMaps.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations">  <span class="dim">|</span> 
1023+ <a href="#GoaMaps.implementations" class="shortcut">Known Implementations</a></span>
1024 </td>
1025 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
1026 <td><a accesskey="u" href="ref-library-generated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
1027@@ -116,7 +118,7 @@
1028 </tbody>
1029 </table></div>
1030 </div>
1031-<div class="refsect1">
1032+<a name="GoaMapsProxy"></a><a name="GoaMapsSkeleton"></a><div class="refsect1">
1033 <a name="GoaMaps.other"></a><h2>Types and Values</h2>
1034 <div class="informaltable"><table width="100%" border="0">
1035 <colgroup>
1036@@ -134,7 +136,7 @@
1037 </tr>
1038 <tr>
1039 <td class="datatype_keyword">struct</td>
1040-<td class="function_name"><a class="link" href="GoaMaps.html#GoaMapsProxy" title="struct GoaMapsProxy">GoaMapsProxy</a></td>
1041+<td class="function_name"><a class="link" href="GoaMaps.html#GoaMapsProxy-struct" title="struct GoaMapsProxy">GoaMapsProxy</a></td>
1042 </tr>
1043 <tr>
1044 <td class="datatype_keyword">struct</td>
1045@@ -142,7 +144,7 @@
1046 </tr>
1047 <tr>
1048 <td class="datatype_keyword">struct</td>
1049-<td class="function_name"><a class="link" href="GoaMaps.html#GoaMapsSkeleton" title="struct GoaMapsSkeleton">GoaMapsSkeleton</a></td>
1050+<td class="function_name"><a class="link" href="GoaMaps.html#GoaMapsSkeleton-struct" title="struct GoaMapsSkeleton">GoaMapsSkeleton</a></td>
1051 </tr>
1052 <tr>
1053 <td class="datatype_keyword">struct</td>
1054@@ -155,6 +157,11 @@
1055 <a name="GoaMaps.object-hierarchy"></a><h2>Object Hierarchy</h2>
1056 <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
1057 <span class="lineart">╰──</span> GoaMaps
1058+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
1059+ <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
1060+ <span class="lineart">│</span> <span class="lineart">╰──</span> GoaMapsSkeleton
1061+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html">GDBusProxy</a>
1062+ <span class="lineart">╰──</span> GoaMapsProxy
1063 </pre>
1064 </div>
1065 <div class="refsect1">
1066@@ -164,6 +171,21 @@
1067 <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
1068 </div>
1069 <div class="refsect1">
1070+<a name="GoaMaps.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
1071+<p>
1072+GoaMapsProxy implements
1073+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a>, <a href="https://developer.gnome.org/gio/unstable/GInitable.html">GInitable</a>, <a href="https://developer.gnome.org/gio/unstable/GAsyncInitable.html">GAsyncInitable</a> and <a class="link" href="GoaMaps.html" title="GoaMaps">GoaMaps</a>.</p>
1074+<p>
1075+GoaMapsSkeleton implements
1076+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a> and <a class="link" href="GoaMaps.html" title="GoaMaps">GoaMaps</a>.</p>
1077+</div>
1078+<div class="refsect1">
1079+<a name="GoaMaps.implementations"></a><h2>Known Implementations</h2>
1080+<p>
1081+GoaMaps is implemented by
1082+ <a class="link" href="GoaMaps.html#GoaMapsProxy">GoaMapsProxy</a> and <a class="link" href="GoaMaps.html#GoaMapsSkeleton">GoaMapsSkeleton</a>.</p>
1083+</div>
1084+<div class="refsect1">
1085 <a name="GoaMaps.description"></a><h2>Description</h2>
1086 <p>This section contains code for working with the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Maps.html#gdbus-interface-org-gnome-OnlineAccounts-Maps.top_of_page">org.gnome.OnlineAccounts.Maps</a> D-Bus interface in C.</p>
1087 </div>
1088@@ -175,7 +197,7 @@
1089 goa_maps_interface_info (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1090 <p>Gets a machine-readable description of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Maps.html#gdbus-interface-org-gnome-OnlineAccounts-Maps.top_of_page">org.gnome.OnlineAccounts.Maps</a> D-Bus interface.</p>
1091 <div class="refsect3">
1092-<a name="id-1.4.5.14.8.2.5"></a><h4>Returns</h4>
1093+<a name="id-1.4.5.14.12.2.5"></a><h4>Returns</h4>
1094 <p> A <a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. </p>
1095 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1096 </div>
1097@@ -190,7 +212,7 @@
1098 <p>Overrides all <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> properties in the <a class="link" href="GoaMaps.html" title="GoaMaps"><span class="type">GoaMaps</span></a> interface for a concrete class.
1099 The properties are overridden in the order they are defined.</p>
1100 <div class="refsect3">
1101-<a name="id-1.4.5.14.8.3.5"></a><h4>Parameters</h4>
1102+<a name="id-1.4.5.14.12.3.5"></a><h4>Parameters</h4>
1103 <div class="informaltable"><table width="100%" border="0">
1104 <colgroup>
1105 <col width="150px" class="parameters_name">
1106@@ -212,7 +234,7 @@
1107 </table></div>
1108 </div>
1109 <div class="refsect3">
1110-<a name="id-1.4.5.14.8.3.6"></a><h4>Returns</h4>
1111+<a name="id-1.4.5.14.12.3.6"></a><h4>Returns</h4>
1112 <p> The last property id.</p>
1113 <p></p>
1114 </div>
1115@@ -235,7 +257,7 @@
1116 You can then call <a class="link" href="GoaMaps.html#goa-maps-proxy-new-finish" title="goa_maps_proxy_new_finish ()"><code class="function">goa_maps_proxy_new_finish()</code></a> to get the result of the operation.</p>
1117 <p>See <a class="link" href="GoaMaps.html#goa-maps-proxy-new-sync" title="goa_maps_proxy_new_sync ()"><code class="function">goa_maps_proxy_new_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
1118 <div class="refsect3">
1119-<a name="id-1.4.5.14.8.4.7"></a><h4>Parameters</h4>
1120+<a name="id-1.4.5.14.12.4.7"></a><h4>Parameters</h4>
1121 <div class="informaltable"><table width="100%" border="0">
1122 <colgroup>
1123 <col width="150px" class="parameters_name">
1124@@ -293,7 +315,7 @@
1125 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1126 <p>Finishes an operation started with <a class="link" href="GoaMaps.html#goa-maps-proxy-new" title="goa_maps_proxy_new ()"><code class="function">goa_maps_proxy_new()</code></a>.</p>
1127 <div class="refsect3">
1128-<a name="id-1.4.5.14.8.5.5"></a><h4>Parameters</h4>
1129+<a name="id-1.4.5.14.12.5.5"></a><h4>Parameters</h4>
1130 <div class="informaltable"><table width="100%" border="0">
1131 <colgroup>
1132 <col width="150px" class="parameters_name">
1133@@ -315,7 +337,7 @@
1134 </table></div>
1135 </div>
1136 <div class="refsect3">
1137-<a name="id-1.4.5.14.8.5.6"></a><h4>Returns</h4>
1138+<a name="id-1.4.5.14.12.5.6"></a><h4>Returns</h4>
1139 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1140 is set. </p>
1141 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaMapsProxy]</span></p>
1142@@ -336,7 +358,7 @@
1143 <p>The calling thread is blocked until a reply is received.</p>
1144 <p>See <a class="link" href="GoaMaps.html#goa-maps-proxy-new" title="goa_maps_proxy_new ()"><code class="function">goa_maps_proxy_new()</code></a> for the asynchronous version of this constructor.</p>
1145 <div class="refsect3">
1146-<a name="id-1.4.5.14.8.6.7"></a><h4>Parameters</h4>
1147+<a name="id-1.4.5.14.12.6.7"></a><h4>Parameters</h4>
1148 <div class="informaltable"><table width="100%" border="0">
1149 <colgroup>
1150 <col width="150px" class="parameters_name">
1151@@ -379,7 +401,7 @@
1152 </table></div>
1153 </div>
1154 <div class="refsect3">
1155-<a name="id-1.4.5.14.8.6.8"></a><h4>Returns</h4>
1156+<a name="id-1.4.5.14.12.6.8"></a><h4>Returns</h4>
1157 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1158 is set. </p>
1159 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaMapsProxy]</span></p>
1160@@ -403,7 +425,7 @@
1161 You can then call <a class="link" href="GoaMaps.html#goa-maps-proxy-new-for-bus-finish" title="goa_maps_proxy_new_for_bus_finish ()"><code class="function">goa_maps_proxy_new_for_bus_finish()</code></a> to get the result of the operation.</p>
1162 <p>See <a class="link" href="GoaMaps.html#goa-maps-proxy-new-for-bus-sync" title="goa_maps_proxy_new_for_bus_sync ()"><code class="function">goa_maps_proxy_new_for_bus_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
1163 <div class="refsect3">
1164-<a name="id-1.4.5.14.8.7.7"></a><h4>Parameters</h4>
1165+<a name="id-1.4.5.14.12.7.7"></a><h4>Parameters</h4>
1166 <div class="informaltable"><table width="100%" border="0">
1167 <colgroup>
1168 <col width="150px" class="parameters_name">
1169@@ -460,7 +482,7 @@
1170 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1171 <p>Finishes an operation started with <a class="link" href="GoaMaps.html#goa-maps-proxy-new-for-bus" title="goa_maps_proxy_new_for_bus ()"><code class="function">goa_maps_proxy_new_for_bus()</code></a>.</p>
1172 <div class="refsect3">
1173-<a name="id-1.4.5.14.8.8.5"></a><h4>Parameters</h4>
1174+<a name="id-1.4.5.14.12.8.5"></a><h4>Parameters</h4>
1175 <div class="informaltable"><table width="100%" border="0">
1176 <colgroup>
1177 <col width="150px" class="parameters_name">
1178@@ -482,7 +504,7 @@
1179 </table></div>
1180 </div>
1181 <div class="refsect3">
1182-<a name="id-1.4.5.14.8.8.6"></a><h4>Returns</h4>
1183+<a name="id-1.4.5.14.12.8.6"></a><h4>Returns</h4>
1184 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1185 is set. </p>
1186 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaMapsProxy]</span></p>
1187@@ -503,7 +525,7 @@
1188 <p>The calling thread is blocked until a reply is received.</p>
1189 <p>See <a class="link" href="GoaMaps.html#goa-maps-proxy-new-for-bus" title="goa_maps_proxy_new_for_bus ()"><code class="function">goa_maps_proxy_new_for_bus()</code></a> for the asynchronous version of this constructor.</p>
1190 <div class="refsect3">
1191-<a name="id-1.4.5.14.8.9.7"></a><h4>Parameters</h4>
1192+<a name="id-1.4.5.14.12.9.7"></a><h4>Parameters</h4>
1193 <div class="informaltable"><table width="100%" border="0">
1194 <colgroup>
1195 <col width="150px" class="parameters_name">
1196@@ -545,7 +567,7 @@
1197 </table></div>
1198 </div>
1199 <div class="refsect3">
1200-<a name="id-1.4.5.14.8.9.8"></a><h4>Returns</h4>
1201+<a name="id-1.4.5.14.12.9.8"></a><h4>Returns</h4>
1202 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1203 is set. </p>
1204 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaMapsProxy]</span></p>
1205@@ -559,7 +581,7 @@
1206 goa_maps_skeleton_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1207 <p>Creates a skeleton object for the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Maps.html#gdbus-interface-org-gnome-OnlineAccounts-Maps.top_of_page">org.gnome.OnlineAccounts.Maps</a>.</p>
1208 <div class="refsect3">
1209-<a name="id-1.4.5.14.8.10.5"></a><h4>Returns</h4>
1210+<a name="id-1.4.5.14.12.10.5"></a><h4>Returns</h4>
1211 <p> The skeleton object. </p>
1212 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaMapsSkeleton]</span></p>
1213 </div>
1214@@ -583,7 +605,7 @@
1215 </pre>
1216 <p>Virtual table for the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Maps.html#gdbus-interface-org-gnome-OnlineAccounts-Maps.top_of_page">org.gnome.OnlineAccounts.Maps</a>.</p>
1217 <div class="refsect3">
1218-<a name="id-1.4.5.14.9.3.5"></a><h4>Members</h4>
1219+<a name="id-1.4.5.14.13.3.5"></a><h4>Members</h4>
1220 <div class="informaltable"><table width="100%" border="0">
1221 <colgroup>
1222 <col width="300px" class="struct_members_name">
1223@@ -601,11 +623,9 @@
1224 </div>
1225 <hr>
1226 <div class="refsect2">
1227-<a name="GoaMapsProxy"></a><h3>struct GoaMapsProxy</h3>
1228-<pre class="programlisting">struct GoaMapsProxy {
1229-};
1230-</pre>
1231-<p>The <a class="link" href="GoaMaps.html#GoaMapsProxy" title="struct GoaMapsProxy"><span class="type">GoaMapsProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1232+<a name="GoaMapsProxy-struct"></a><h3>struct GoaMapsProxy</h3>
1233+<pre class="programlisting">struct GoaMapsProxy;</pre>
1234+<p>The <a class="link" href="GoaMaps.html#GoaMapsProxy"><span class="type">GoaMapsProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1235 <p class="since">Since 3.14.0</p>
1236 </div>
1237 <hr>
1238@@ -615,9 +635,9 @@
1239 GDBusProxyClass parent_class;
1240 };
1241 </pre>
1242-<p>Class structure for <a class="link" href="GoaMaps.html#GoaMapsProxy" title="struct GoaMapsProxy"><span class="type">GoaMapsProxy</span></a>.</p>
1243+<p>Class structure for <a class="link" href="GoaMaps.html#GoaMapsProxy"><span class="type">GoaMapsProxy</span></a>.</p>
1244 <div class="refsect3">
1245-<a name="id-1.4.5.14.9.5.5"></a><h4>Members</h4>
1246+<a name="id-1.4.5.14.13.5.5"></a><h4>Members</h4>
1247 <div class="informaltable"><table width="100%" border="0">
1248 <colgroup>
1249 <col width="300px" class="struct_members_name">
1250@@ -635,11 +655,9 @@
1251 </div>
1252 <hr>
1253 <div class="refsect2">
1254-<a name="GoaMapsSkeleton"></a><h3>struct GoaMapsSkeleton</h3>
1255-<pre class="programlisting">struct GoaMapsSkeleton {
1256-};
1257-</pre>
1258-<p>The <a class="link" href="GoaMaps.html#GoaMapsSkeleton" title="struct GoaMapsSkeleton"><span class="type">GoaMapsSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1259+<a name="GoaMapsSkeleton-struct"></a><h3>struct GoaMapsSkeleton</h3>
1260+<pre class="programlisting">struct GoaMapsSkeleton;</pre>
1261+<p>The <a class="link" href="GoaMaps.html#GoaMapsSkeleton"><span class="type">GoaMapsSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1262 <p class="since">Since 3.14.0</p>
1263 </div>
1264 <hr>
1265@@ -649,9 +667,9 @@
1266 GDBusInterfaceSkeletonClass parent_class;
1267 };
1268 </pre>
1269-<p>Class structure for <a class="link" href="GoaMaps.html#GoaMapsSkeleton" title="struct GoaMapsSkeleton"><span class="type">GoaMapsSkeleton</span></a>.</p>
1270+<p>Class structure for <a class="link" href="GoaMaps.html#GoaMapsSkeleton"><span class="type">GoaMapsSkeleton</span></a>.</p>
1271 <div class="refsect3">
1272-<a name="id-1.4.5.14.9.7.5"></a><h4>Members</h4>
1273+<a name="id-1.4.5.14.13.7.5"></a><h4>Members</h4>
1274 <div class="informaltable"><table width="100%" border="0">
1275 <colgroup>
1276 <col width="300px" class="struct_members_name">
1277
1278=== modified file 'doc/html/GoaMediaServer.html'
1279--- doc/html/GoaMediaServer.html 2014-10-20 00:29:37 +0000
1280+++ doc/html/GoaMediaServer.html 2014-11-21 20:09:34 +0000
1281@@ -16,8 +16,11 @@
1282 <td width="100%" align="left" class="shortcuts">
1283 <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
1284 <a href="#GoaMediaServer.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
1285- <a href="#GoaMediaServer.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
1286- <a href="#GoaMediaServer.prerequisites" class="shortcut">Prerequisites</a></span>
1287+ <a href="#GoaMediaServer.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
1288+ <a href="#GoaMediaServer.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
1289+ <a href="#GoaMediaServer.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations">  <span class="dim">|</span> 
1290+ <a href="#GoaMediaServer.implementations" class="shortcut">Known Implementations</a></span><span id="nav_properties">  <span class="dim">|</span> 
1291+ <a href="#GoaMediaServer.properties" class="shortcut">Properties</a></span>
1292 </td>
1293 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
1294 <td><a accesskey="u" href="ref-library-generated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
1295@@ -156,6 +159,29 @@
1296 </table></div>
1297 </div>
1298 <div class="refsect1">
1299+<a name="GoaMediaServer.properties"></a><h2>Properties</h2>
1300+<div class="informaltable"><table border="0">
1301+<colgroup>
1302+<col width="150px" class="properties_type">
1303+<col width="300px" class="properties_name">
1304+<col width="200px" class="properties_flags">
1305+</colgroup>
1306+<tbody>
1307+<tr>
1308+<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></td>
1309+<td class="property_name"><a class="link" href="GoaMediaServer.html#GoaMediaServer--dlna-supported" title="The “dlna-supported” property">dlna-supported</a></td>
1310+<td class="property_flags">Read / Write</td>
1311+</tr>
1312+<tr>
1313+<td class="property_type">
1314+<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</td>
1315+<td class="property_name"><a class="link" href="GoaMediaServer.html#GoaMediaServer--udn" title="The “udn” property">udn</a></td>
1316+<td class="property_flags">Read / Write</td>
1317+</tr>
1318+</tbody>
1319+</table></div>
1320+</div>
1321+<a name="GoaMediaServerProxy"></a><a name="GoaMediaServerSkeleton"></a><div class="refsect1">
1322 <a name="GoaMediaServer.other"></a><h2>Types and Values</h2>
1323 <div class="informaltable"><table width="100%" border="0">
1324 <colgroup>
1325@@ -173,7 +199,7 @@
1326 </tr>
1327 <tr>
1328 <td class="datatype_keyword">struct</td>
1329-<td class="function_name"><a class="link" href="GoaMediaServer.html#GoaMediaServerProxy" title="struct GoaMediaServerProxy">GoaMediaServerProxy</a></td>
1330+<td class="function_name"><a class="link" href="GoaMediaServer.html#GoaMediaServerProxy-struct" title="struct GoaMediaServerProxy">GoaMediaServerProxy</a></td>
1331 </tr>
1332 <tr>
1333 <td class="datatype_keyword">struct</td>
1334@@ -181,7 +207,7 @@
1335 </tr>
1336 <tr>
1337 <td class="datatype_keyword">struct</td>
1338-<td class="function_name"><a class="link" href="GoaMediaServer.html#GoaMediaServerSkeleton" title="struct GoaMediaServerSkeleton">GoaMediaServerSkeleton</a></td>
1339+<td class="function_name"><a class="link" href="GoaMediaServer.html#GoaMediaServerSkeleton-struct" title="struct GoaMediaServerSkeleton">GoaMediaServerSkeleton</a></td>
1340 </tr>
1341 <tr>
1342 <td class="datatype_keyword">struct</td>
1343@@ -194,6 +220,11 @@
1344 <a name="GoaMediaServer.object-hierarchy"></a><h2>Object Hierarchy</h2>
1345 <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
1346 <span class="lineart">╰──</span> GoaMediaServer
1347+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
1348+ <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
1349+ <span class="lineart">│</span> <span class="lineart">╰──</span> GoaMediaServerSkeleton
1350+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html">GDBusProxy</a>
1351+ <span class="lineart">╰──</span> GoaMediaServerProxy
1352 </pre>
1353 </div>
1354 <div class="refsect1">
1355@@ -203,6 +234,21 @@
1356 <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
1357 </div>
1358 <div class="refsect1">
1359+<a name="GoaMediaServer.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
1360+<p>
1361+GoaMediaServerProxy implements
1362+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a>, <a href="https://developer.gnome.org/gio/unstable/GInitable.html">GInitable</a>, <a href="https://developer.gnome.org/gio/unstable/GAsyncInitable.html">GAsyncInitable</a> and <a class="link" href="GoaMediaServer.html" title="GoaMediaServer">GoaMediaServer</a>.</p>
1363+<p>
1364+GoaMediaServerSkeleton implements
1365+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a> and <a class="link" href="GoaMediaServer.html" title="GoaMediaServer">GoaMediaServer</a>.</p>
1366+</div>
1367+<div class="refsect1">
1368+<a name="GoaMediaServer.implementations"></a><h2>Known Implementations</h2>
1369+<p>
1370+GoaMediaServer is implemented by
1371+ <a class="link" href="GoaMediaServer.html#GoaMediaServerProxy">GoaMediaServerProxy</a> and <a class="link" href="GoaMediaServer.html#GoaMediaServerSkeleton">GoaMediaServerSkeleton</a>.</p>
1372+</div>
1373+<div class="refsect1">
1374 <a name="GoaMediaServer.description"></a><h2>Description</h2>
1375 <p>This section contains code for working with the <a class="link" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-interface-org-gnome-OnlineAccounts-MediaServer.top_of_page">org.gnome.OnlineAccounts.MediaServer</a> D-Bus interface in C.</p>
1376 </div>
1377@@ -214,7 +260,7 @@
1378 goa_media_server_interface_info (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1379 <p>Gets a machine-readable description of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-interface-org-gnome-OnlineAccounts-MediaServer.top_of_page">org.gnome.OnlineAccounts.MediaServer</a> D-Bus interface.</p>
1380 <div class="refsect3">
1381-<a name="id-1.4.5.18.8.2.5"></a><h4>Returns</h4>
1382+<a name="id-1.4.5.18.13.2.5"></a><h4>Returns</h4>
1383 <p> A <a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. </p>
1384 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1385 </div>
1386@@ -228,7 +274,7 @@
1387 <p>Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-property-org-gnome-OnlineAccounts-MediaServer.DlnaSupported" title='The "DlnaSupported" property'>"DlnaSupported"</a> D-Bus property.</p>
1388 <p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
1389 <div class="refsect3">
1390-<a name="id-1.4.5.18.8.3.6"></a><h4>Parameters</h4>
1391+<a name="id-1.4.5.18.13.3.6"></a><h4>Parameters</h4>
1392 <div class="informaltable"><table width="100%" border="0">
1393 <colgroup>
1394 <col width="150px" class="parameters_name">
1395@@ -243,7 +289,7 @@
1396 </table></div>
1397 </div>
1398 <div class="refsect3">
1399-<a name="id-1.4.5.18.8.3.7"></a><h4>Returns</h4>
1400+<a name="id-1.4.5.18.13.3.7"></a><h4>Returns</h4>
1401 <p> The property value.</p>
1402 <p></p>
1403 </div>
1404@@ -259,7 +305,7 @@
1405 .</p>
1406 <p>Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.</p>
1407 <div class="refsect3">
1408-<a name="id-1.4.5.18.8.4.6"></a><h4>Parameters</h4>
1409+<a name="id-1.4.5.18.13.4.6"></a><h4>Parameters</h4>
1410 <div class="informaltable"><table width="100%" border="0">
1411 <colgroup>
1412 <col width="150px" class="parameters_name">
1413@@ -291,7 +337,7 @@
1414 <p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
1415 <div class="warning">The returned value is only valid until the property changes so on the client-side it is only safe to use this function on the thread where <em class="parameter"><code>object</code></em> was constructed. Use <a class="link" href="GoaMediaServer.html#goa-media-server-dup-udn" title="goa_media_server_dup_udn ()"><code class="function">goa_media_server_dup_udn()</code></a> if on another thread.</div>
1416 <div class="refsect3">
1417-<a name="id-1.4.5.18.8.5.7"></a><h4>Parameters</h4>
1418+<a name="id-1.4.5.18.13.5.7"></a><h4>Parameters</h4>
1419 <div class="informaltable"><table width="100%" border="0">
1420 <colgroup>
1421 <col width="150px" class="parameters_name">
1422@@ -306,7 +352,7 @@
1423 </table></div>
1424 </div>
1425 <div class="refsect3">
1426-<a name="id-1.4.5.18.8.5.8"></a><h4>Returns</h4>
1427+<a name="id-1.4.5.18.13.5.8"></a><h4>Returns</h4>
1428 <p> The property value or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>
1429 . </p>
1430 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1431@@ -321,7 +367,7 @@
1432 <p>Gets a copy of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-property-org-gnome-OnlineAccounts-MediaServer.Udn" title='The "Udn" property'>"Udn"</a> D-Bus property.</p>
1433 <p>Since this D-Bus property is readable, it is meaningful to use this function on both the client- and service-side.</p>
1434 <div class="refsect3">
1435-<a name="id-1.4.5.18.8.6.6"></a><h4>Parameters</h4>
1436+<a name="id-1.4.5.18.13.6.6"></a><h4>Parameters</h4>
1437 <div class="informaltable"><table width="100%" border="0">
1438 <colgroup>
1439 <col width="150px" class="parameters_name">
1440@@ -336,7 +382,7 @@
1441 </table></div>
1442 </div>
1443 <div class="refsect3">
1444-<a name="id-1.4.5.18.8.6.7"></a><h4>Returns</h4>
1445+<a name="id-1.4.5.18.13.6.7"></a><h4>Returns</h4>
1446 <p> The property value or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="https://developer.gnome.org/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. </p>
1447 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
1448 </div>
1449@@ -352,7 +398,7 @@
1450 .</p>
1451 <p>Since this D-Bus property is not writable, it is only meaningful to use this function on the service-side.</p>
1452 <div class="refsect3">
1453-<a name="id-1.4.5.18.8.7.6"></a><h4>Parameters</h4>
1454+<a name="id-1.4.5.18.13.7.6"></a><h4>Parameters</h4>
1455 <div class="informaltable"><table width="100%" border="0">
1456 <colgroup>
1457 <col width="150px" class="parameters_name">
1458@@ -384,7 +430,7 @@
1459 <p>Overrides all <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> properties in the <a class="link" href="GoaMediaServer.html" title="GoaMediaServer"><span class="type">GoaMediaServer</span></a> interface for a concrete class.
1460 The properties are overridden in the order they are defined.</p>
1461 <div class="refsect3">
1462-<a name="id-1.4.5.18.8.8.5"></a><h4>Parameters</h4>
1463+<a name="id-1.4.5.18.13.8.5"></a><h4>Parameters</h4>
1464 <div class="informaltable"><table width="100%" border="0">
1465 <colgroup>
1466 <col width="150px" class="parameters_name">
1467@@ -406,7 +452,7 @@
1468 </table></div>
1469 </div>
1470 <div class="refsect3">
1471-<a name="id-1.4.5.18.8.8.6"></a><h4>Returns</h4>
1472+<a name="id-1.4.5.18.13.8.6"></a><h4>Returns</h4>
1473 <p> The last property id.</p>
1474 <p></p>
1475 </div>
1476@@ -429,7 +475,7 @@
1477 You can then call <a class="link" href="GoaMediaServer.html#goa-media-server-proxy-new-finish" title="goa_media_server_proxy_new_finish ()"><code class="function">goa_media_server_proxy_new_finish()</code></a> to get the result of the operation.</p>
1478 <p>See <a class="link" href="GoaMediaServer.html#goa-media-server-proxy-new-sync" title="goa_media_server_proxy_new_sync ()"><code class="function">goa_media_server_proxy_new_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
1479 <div class="refsect3">
1480-<a name="id-1.4.5.18.8.9.7"></a><h4>Parameters</h4>
1481+<a name="id-1.4.5.18.13.9.7"></a><h4>Parameters</h4>
1482 <div class="informaltable"><table width="100%" border="0">
1483 <colgroup>
1484 <col width="150px" class="parameters_name">
1485@@ -487,7 +533,7 @@
1486 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1487 <p>Finishes an operation started with <a class="link" href="GoaMediaServer.html#goa-media-server-proxy-new" title="goa_media_server_proxy_new ()"><code class="function">goa_media_server_proxy_new()</code></a>.</p>
1488 <div class="refsect3">
1489-<a name="id-1.4.5.18.8.10.5"></a><h4>Parameters</h4>
1490+<a name="id-1.4.5.18.13.10.5"></a><h4>Parameters</h4>
1491 <div class="informaltable"><table width="100%" border="0">
1492 <colgroup>
1493 <col width="150px" class="parameters_name">
1494@@ -509,7 +555,7 @@
1495 </table></div>
1496 </div>
1497 <div class="refsect3">
1498-<a name="id-1.4.5.18.8.10.6"></a><h4>Returns</h4>
1499+<a name="id-1.4.5.18.13.10.6"></a><h4>Returns</h4>
1500 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1501 is set. </p>
1502 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaMediaServerProxy]</span></p>
1503@@ -530,7 +576,7 @@
1504 <p>The calling thread is blocked until a reply is received.</p>
1505 <p>See <a class="link" href="GoaMediaServer.html#goa-media-server-proxy-new" title="goa_media_server_proxy_new ()"><code class="function">goa_media_server_proxy_new()</code></a> for the asynchronous version of this constructor.</p>
1506 <div class="refsect3">
1507-<a name="id-1.4.5.18.8.11.7"></a><h4>Parameters</h4>
1508+<a name="id-1.4.5.18.13.11.7"></a><h4>Parameters</h4>
1509 <div class="informaltable"><table width="100%" border="0">
1510 <colgroup>
1511 <col width="150px" class="parameters_name">
1512@@ -573,7 +619,7 @@
1513 </table></div>
1514 </div>
1515 <div class="refsect3">
1516-<a name="id-1.4.5.18.8.11.8"></a><h4>Returns</h4>
1517+<a name="id-1.4.5.18.13.11.8"></a><h4>Returns</h4>
1518 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1519 is set. </p>
1520 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaMediaServerProxy]</span></p>
1521@@ -597,7 +643,7 @@
1522 You can then call <a class="link" href="GoaMediaServer.html#goa-media-server-proxy-new-for-bus-finish" title="goa_media_server_proxy_new_for_bus_finish ()"><code class="function">goa_media_server_proxy_new_for_bus_finish()</code></a> to get the result of the operation.</p>
1523 <p>See <a class="link" href="GoaMediaServer.html#goa-media-server-proxy-new-for-bus-sync" title="goa_media_server_proxy_new_for_bus_sync ()"><code class="function">goa_media_server_proxy_new_for_bus_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
1524 <div class="refsect3">
1525-<a name="id-1.4.5.18.8.12.7"></a><h4>Parameters</h4>
1526+<a name="id-1.4.5.18.13.12.7"></a><h4>Parameters</h4>
1527 <div class="informaltable"><table width="100%" border="0">
1528 <colgroup>
1529 <col width="150px" class="parameters_name">
1530@@ -655,7 +701,7 @@
1531 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1532 <p>Finishes an operation started with <a class="link" href="GoaMediaServer.html#goa-media-server-proxy-new-for-bus" title="goa_media_server_proxy_new_for_bus ()"><code class="function">goa_media_server_proxy_new_for_bus()</code></a>.</p>
1533 <div class="refsect3">
1534-<a name="id-1.4.5.18.8.13.5"></a><h4>Parameters</h4>
1535+<a name="id-1.4.5.18.13.13.5"></a><h4>Parameters</h4>
1536 <div class="informaltable"><table width="100%" border="0">
1537 <colgroup>
1538 <col width="150px" class="parameters_name">
1539@@ -677,7 +723,7 @@
1540 </table></div>
1541 </div>
1542 <div class="refsect3">
1543-<a name="id-1.4.5.18.8.13.6"></a><h4>Returns</h4>
1544+<a name="id-1.4.5.18.13.13.6"></a><h4>Returns</h4>
1545 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1546 is set. </p>
1547 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaMediaServerProxy]</span></p>
1548@@ -699,7 +745,7 @@
1549 <p>The calling thread is blocked until a reply is received.</p>
1550 <p>See <a class="link" href="GoaMediaServer.html#goa-media-server-proxy-new-for-bus" title="goa_media_server_proxy_new_for_bus ()"><code class="function">goa_media_server_proxy_new_for_bus()</code></a> for the asynchronous version of this constructor.</p>
1551 <div class="refsect3">
1552-<a name="id-1.4.5.18.8.14.7"></a><h4>Parameters</h4>
1553+<a name="id-1.4.5.18.13.14.7"></a><h4>Parameters</h4>
1554 <div class="informaltable"><table width="100%" border="0">
1555 <colgroup>
1556 <col width="150px" class="parameters_name">
1557@@ -741,7 +787,7 @@
1558 </table></div>
1559 </div>
1560 <div class="refsect3">
1561-<a name="id-1.4.5.18.8.14.8"></a><h4>Returns</h4>
1562+<a name="id-1.4.5.18.13.14.8"></a><h4>Returns</h4>
1563 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1564 is set. </p>
1565 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaMediaServerProxy]</span></p>
1566@@ -755,7 +801,7 @@
1567 goa_media_server_skeleton_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1568 <p>Creates a skeleton object for the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-interface-org-gnome-OnlineAccounts-MediaServer.top_of_page">org.gnome.OnlineAccounts.MediaServer</a>.</p>
1569 <div class="refsect3">
1570-<a name="id-1.4.5.18.8.15.5"></a><h4>Returns</h4>
1571+<a name="id-1.4.5.18.13.15.5"></a><h4>Returns</h4>
1572 <p> The skeleton object. </p>
1573 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaMediaServerSkeleton]</span></p>
1574 </div>
1575@@ -783,7 +829,7 @@
1576 </pre>
1577 <p>Virtual table for the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-interface-org-gnome-OnlineAccounts-MediaServer.top_of_page">org.gnome.OnlineAccounts.MediaServer</a>.</p>
1578 <div class="refsect3">
1579-<a name="id-1.4.5.18.9.3.5"></a><h4>Members</h4>
1580+<a name="id-1.4.5.18.14.3.5"></a><h4>Members</h4>
1581 <div class="informaltable"><table width="100%" border="0">
1582 <colgroup>
1583 <col width="300px" class="struct_members_name">
1584@@ -798,12 +844,12 @@
1585 </tr>
1586 <tr>
1587 <td class="struct_member_name"><p><em class="structfield"><code><a name="GoaMediaServerIface.get-dlna-supported"></a>get_dlna_supported</code></em> ()</p></td>
1588-<td class="struct_member_description"><p>Getter for the <span class="type">“dlna-supported”</span> property.</p></td>
1589+<td class="struct_member_description"><p>Getter for the <a class="link" href="GoaMediaServer.html#GoaMediaServer--dlna-supported" title="The “dlna-supported” property"><span class="type">“dlna-supported”</span></a> property.</p></td>
1590 <td class="struct_member_annotations"> </td>
1591 </tr>
1592 <tr>
1593 <td class="struct_member_name"><p><em class="structfield"><code><a name="GoaMediaServerIface.get-udn"></a>get_udn</code></em> ()</p></td>
1594-<td class="struct_member_description"><p>Getter for the <span class="type">“udn”</span> property.</p></td>
1595+<td class="struct_member_description"><p>Getter for the <a class="link" href="GoaMediaServer.html#GoaMediaServer--udn" title="The “udn” property"><span class="type">“udn”</span></a> property.</p></td>
1596 <td class="struct_member_annotations"> </td>
1597 </tr>
1598 </tbody>
1599@@ -813,11 +859,9 @@
1600 </div>
1601 <hr>
1602 <div class="refsect2">
1603-<a name="GoaMediaServerProxy"></a><h3>struct GoaMediaServerProxy</h3>
1604-<pre class="programlisting">struct GoaMediaServerProxy {
1605-};
1606-</pre>
1607-<p>The <a class="link" href="GoaMediaServer.html#GoaMediaServerProxy" title="struct GoaMediaServerProxy"><span class="type">GoaMediaServerProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1608+<a name="GoaMediaServerProxy-struct"></a><h3>struct GoaMediaServerProxy</h3>
1609+<pre class="programlisting">struct GoaMediaServerProxy;</pre>
1610+<p>The <a class="link" href="GoaMediaServer.html#GoaMediaServerProxy"><span class="type">GoaMediaServerProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1611 <p class="since">Since 3.14</p>
1612 </div>
1613 <hr>
1614@@ -827,9 +871,9 @@
1615 GDBusProxyClass parent_class;
1616 };
1617 </pre>
1618-<p>Class structure for <a class="link" href="GoaMediaServer.html#GoaMediaServerProxy" title="struct GoaMediaServerProxy"><span class="type">GoaMediaServerProxy</span></a>.</p>
1619+<p>Class structure for <a class="link" href="GoaMediaServer.html#GoaMediaServerProxy"><span class="type">GoaMediaServerProxy</span></a>.</p>
1620 <div class="refsect3">
1621-<a name="id-1.4.5.18.9.5.5"></a><h4>Members</h4>
1622+<a name="id-1.4.5.18.14.5.5"></a><h4>Members</h4>
1623 <div class="informaltable"><table width="100%" border="0">
1624 <colgroup>
1625 <col width="300px" class="struct_members_name">
1626@@ -847,11 +891,9 @@
1627 </div>
1628 <hr>
1629 <div class="refsect2">
1630-<a name="GoaMediaServerSkeleton"></a><h3>struct GoaMediaServerSkeleton</h3>
1631-<pre class="programlisting">struct GoaMediaServerSkeleton {
1632-};
1633-</pre>
1634-<p>The <a class="link" href="GoaMediaServer.html#GoaMediaServerSkeleton" title="struct GoaMediaServerSkeleton"><span class="type">GoaMediaServerSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1635+<a name="GoaMediaServerSkeleton-struct"></a><h3>struct GoaMediaServerSkeleton</h3>
1636+<pre class="programlisting">struct GoaMediaServerSkeleton;</pre>
1637+<p>The <a class="link" href="GoaMediaServer.html#GoaMediaServerSkeleton"><span class="type">GoaMediaServerSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1638 <p class="since">Since 3.14</p>
1639 </div>
1640 <hr>
1641@@ -861,9 +903,9 @@
1642 GDBusInterfaceSkeletonClass parent_class;
1643 };
1644 </pre>
1645-<p>Class structure for <a class="link" href="GoaMediaServer.html#GoaMediaServerSkeleton" title="struct GoaMediaServerSkeleton"><span class="type">GoaMediaServerSkeleton</span></a>.</p>
1646+<p>Class structure for <a class="link" href="GoaMediaServer.html#GoaMediaServerSkeleton"><span class="type">GoaMediaServerSkeleton</span></a>.</p>
1647 <div class="refsect3">
1648-<a name="id-1.4.5.18.9.7.5"></a><h4>Members</h4>
1649+<a name="id-1.4.5.18.14.7.5"></a><h4>Members</h4>
1650 <div class="informaltable"><table width="100%" border="0">
1651 <colgroup>
1652 <col width="300px" class="struct_members_name">
1653@@ -880,6 +922,28 @@
1654 <p class="since">Since 3.14</p>
1655 </div>
1656 </div>
1657+<div class="refsect1">
1658+<a name="GoaMediaServer.property-details"></a><h2>Property Details</h2>
1659+<div class="refsect2">
1660+<a name="GoaMediaServer--dlna-supported"></a><h3>The <code class="literal">“dlna-supported”</code> property</h3>
1661+<pre class="programlisting"> “dlna-supported” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a></pre>
1662+<p>Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-property-org-gnome-OnlineAccounts-MediaServer.DlnaSupported" title='The "DlnaSupported" property'>"DlnaSupported"</a>.</p>
1663+<p>Since the D-Bus property for this <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
1664+<p>Flags: Read / Write</p>
1665+<p>Default value: FALSE</p>
1666+<p class="since">Since 3.14</p>
1667+</div>
1668+<hr>
1669+<div class="refsect2">
1670+<a name="GoaMediaServer--udn"></a><h3>The <code class="literal">“udn”</code> property</h3>
1671+<pre class="programlisting"> “udn” <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *</pre>
1672+<p>Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-property-org-gnome-OnlineAccounts-MediaServer.Udn" title='The "Udn" property'>"Udn"</a>.</p>
1673+<p>Since the D-Bus property for this <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.</p>
1674+<p>Flags: Read / Write</p>
1675+<p>Default value: NULL</p>
1676+<p class="since">Since 3.14</p>
1677+</div>
1678+</div>
1679 </div>
1680 <div class="footer">
1681 <hr>
1682
1683=== modified file 'doc/html/GoaObject.html'
1684--- doc/html/GoaObject.html 2014-10-20 00:29:37 +0000
1685+++ doc/html/GoaObject.html 2014-11-21 20:09:34 +0000
1686@@ -476,13 +476,13 @@
1687 </tr>
1688 <tr>
1689 <td class="property_type">
1690-<span class="type">GoaPrinters</span> *</td>
1691+<a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="type">GoaPrinters</span></a> *</td>
1692 <td class="property_name"><a class="link" href="GoaObject.html#GoaObject--printers" title="The “printers” property">printers</a></td>
1693 <td class="property_flags">Read / Write</td>
1694 </tr>
1695 <tr>
1696 <td class="property_type">
1697-<span class="type">GoaReadLater</span> *</td>
1698+<a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="type">GoaReadLater</span></a> *</td>
1699 <td class="property_name"><a class="link" href="GoaObject.html#GoaObject--read-later" title="The “read-later” property">read-later</a></td>
1700 <td class="property_flags">Read / Write</td>
1701 </tr>
1702@@ -2034,8 +2034,8 @@
1703 <hr>
1704 <div class="refsect2">
1705 <a name="GoaObject--printers"></a><h3>The <code class="literal">“printers”</code> property</h3>
1706-<pre class="programlisting"> “printers” <span class="type">GoaPrinters</span> *</pre>
1707-<p>The <span class="type">GoaPrinters</span> instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Printers, if any.</p>
1708+<pre class="programlisting"> “printers” <a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="type">GoaPrinters</span></a> *</pre>
1709+<p>The <a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="type">GoaPrinters</span></a> instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.Printers, if any.</p>
1710 <p>Connect to the <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">“notify”</span></a> signal to get informed of property changes.</p>
1711 <p>Flags: Read / Write</p>
1712 <p class="since">Since 3.12.0</p>
1713@@ -2043,8 +2043,8 @@
1714 <hr>
1715 <div class="refsect2">
1716 <a name="GoaObject--read-later"></a><h3>The <code class="literal">“read-later”</code> property</h3>
1717-<pre class="programlisting"> “read-later” <span class="type">GoaReadLater</span> *</pre>
1718-<p>The <span class="type">GoaReadLater</span> instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.ReadLater, if any.</p>
1719+<pre class="programlisting"> “read-later” <a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="type">GoaReadLater</span></a> *</pre>
1720+<p>The <a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="type">GoaReadLater</span></a> instance corresponding to the D-Bus interface org.gnome.OnlineAccounts.ReadLater, if any.</p>
1721 <p>Connect to the <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject-notify"><span class="type">“notify”</span></a> signal to get informed of property changes.</p>
1722 <p>Flags: Read / Write</p>
1723 <p class="since">Since 3.12.0</p>
1724
1725=== modified file 'doc/html/GoaPhotos.html'
1726--- doc/html/GoaPhotos.html 2014-10-20 00:29:37 +0000
1727+++ doc/html/GoaPhotos.html 2014-11-21 20:09:34 +0000
1728@@ -16,8 +16,10 @@
1729 <td width="100%" align="left" class="shortcuts">
1730 <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
1731 <a href="#GoaPhotos.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
1732- <a href="#GoaPhotos.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
1733- <a href="#GoaPhotos.prerequisites" class="shortcut">Prerequisites</a></span>
1734+ <a href="#GoaPhotos.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
1735+ <a href="#GoaPhotos.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
1736+ <a href="#GoaPhotos.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations">  <span class="dim">|</span> 
1737+ <a href="#GoaPhotos.implementations" class="shortcut">Known Implementations</a></span>
1738 </td>
1739 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
1740 <td><a accesskey="u" href="ref-library-generated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
1741@@ -116,7 +118,7 @@
1742 </tbody>
1743 </table></div>
1744 </div>
1745-<div class="refsect1">
1746+<a name="GoaPhotosProxy"></a><a name="GoaPhotosSkeleton"></a><div class="refsect1">
1747 <a name="GoaPhotos.other"></a><h2>Types and Values</h2>
1748 <div class="informaltable"><table width="100%" border="0">
1749 <colgroup>
1750@@ -134,7 +136,7 @@
1751 </tr>
1752 <tr>
1753 <td class="datatype_keyword">struct</td>
1754-<td class="function_name"><a class="link" href="GoaPhotos.html#GoaPhotosProxy" title="struct GoaPhotosProxy">GoaPhotosProxy</a></td>
1755+<td class="function_name"><a class="link" href="GoaPhotos.html#GoaPhotosProxy-struct" title="struct GoaPhotosProxy">GoaPhotosProxy</a></td>
1756 </tr>
1757 <tr>
1758 <td class="datatype_keyword">struct</td>
1759@@ -142,7 +144,7 @@
1760 </tr>
1761 <tr>
1762 <td class="datatype_keyword">struct</td>
1763-<td class="function_name"><a class="link" href="GoaPhotos.html#GoaPhotosSkeleton" title="struct GoaPhotosSkeleton">GoaPhotosSkeleton</a></td>
1764+<td class="function_name"><a class="link" href="GoaPhotos.html#GoaPhotosSkeleton-struct" title="struct GoaPhotosSkeleton">GoaPhotosSkeleton</a></td>
1765 </tr>
1766 <tr>
1767 <td class="datatype_keyword">struct</td>
1768@@ -155,6 +157,11 @@
1769 <a name="GoaPhotos.object-hierarchy"></a><h2>Object Hierarchy</h2>
1770 <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
1771 <span class="lineart">╰──</span> GoaPhotos
1772+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
1773+ <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
1774+ <span class="lineart">│</span> <span class="lineart">╰──</span> GoaPhotosSkeleton
1775+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html">GDBusProxy</a>
1776+ <span class="lineart">╰──</span> GoaPhotosProxy
1777 </pre>
1778 </div>
1779 <div class="refsect1">
1780@@ -164,6 +171,21 @@
1781 <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
1782 </div>
1783 <div class="refsect1">
1784+<a name="GoaPhotos.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
1785+<p>
1786+GoaPhotosProxy implements
1787+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a>, <a href="https://developer.gnome.org/gio/unstable/GInitable.html">GInitable</a>, <a href="https://developer.gnome.org/gio/unstable/GAsyncInitable.html">GAsyncInitable</a> and <a class="link" href="GoaPhotos.html" title="GoaPhotos">GoaPhotos</a>.</p>
1788+<p>
1789+GoaPhotosSkeleton implements
1790+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a> and <a class="link" href="GoaPhotos.html" title="GoaPhotos">GoaPhotos</a>.</p>
1791+</div>
1792+<div class="refsect1">
1793+<a name="GoaPhotos.implementations"></a><h2>Known Implementations</h2>
1794+<p>
1795+GoaPhotos is implemented by
1796+ <a class="link" href="GoaPhotos.html#GoaPhotosProxy">GoaPhotosProxy</a> and <a class="link" href="GoaPhotos.html#GoaPhotosSkeleton">GoaPhotosSkeleton</a>.</p>
1797+</div>
1798+<div class="refsect1">
1799 <a name="GoaPhotos.description"></a><h2>Description</h2>
1800 <p>This section contains code for working with the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Photos.html#gdbus-interface-org-gnome-OnlineAccounts-Photos.top_of_page">org.gnome.OnlineAccounts.Photos</a> D-Bus interface in C.</p>
1801 </div>
1802@@ -175,7 +197,7 @@
1803 goa_photos_interface_info (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1804 <p>Gets a machine-readable description of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Photos.html#gdbus-interface-org-gnome-OnlineAccounts-Photos.top_of_page">org.gnome.OnlineAccounts.Photos</a> D-Bus interface.</p>
1805 <div class="refsect3">
1806-<a name="id-1.4.5.15.8.2.5"></a><h4>Returns</h4>
1807+<a name="id-1.4.5.15.12.2.5"></a><h4>Returns</h4>
1808 <p> A <a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. </p>
1809 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1810 </div>
1811@@ -190,7 +212,7 @@
1812 <p>Overrides all <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> properties in the <a class="link" href="GoaPhotos.html" title="GoaPhotos"><span class="type">GoaPhotos</span></a> interface for a concrete class.
1813 The properties are overridden in the order they are defined.</p>
1814 <div class="refsect3">
1815-<a name="id-1.4.5.15.8.3.5"></a><h4>Parameters</h4>
1816+<a name="id-1.4.5.15.12.3.5"></a><h4>Parameters</h4>
1817 <div class="informaltable"><table width="100%" border="0">
1818 <colgroup>
1819 <col width="150px" class="parameters_name">
1820@@ -212,7 +234,7 @@
1821 </table></div>
1822 </div>
1823 <div class="refsect3">
1824-<a name="id-1.4.5.15.8.3.6"></a><h4>Returns</h4>
1825+<a name="id-1.4.5.15.12.3.6"></a><h4>Returns</h4>
1826 <p> The last property id.</p>
1827 <p></p>
1828 </div>
1829@@ -235,7 +257,7 @@
1830 You can then call <a class="link" href="GoaPhotos.html#goa-photos-proxy-new-finish" title="goa_photos_proxy_new_finish ()"><code class="function">goa_photos_proxy_new_finish()</code></a> to get the result of the operation.</p>
1831 <p>See <a class="link" href="GoaPhotos.html#goa-photos-proxy-new-sync" title="goa_photos_proxy_new_sync ()"><code class="function">goa_photos_proxy_new_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
1832 <div class="refsect3">
1833-<a name="id-1.4.5.15.8.4.7"></a><h4>Parameters</h4>
1834+<a name="id-1.4.5.15.12.4.7"></a><h4>Parameters</h4>
1835 <div class="informaltable"><table width="100%" border="0">
1836 <colgroup>
1837 <col width="150px" class="parameters_name">
1838@@ -293,7 +315,7 @@
1839 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1840 <p>Finishes an operation started with <a class="link" href="GoaPhotos.html#goa-photos-proxy-new" title="goa_photos_proxy_new ()"><code class="function">goa_photos_proxy_new()</code></a>.</p>
1841 <div class="refsect3">
1842-<a name="id-1.4.5.15.8.5.5"></a><h4>Parameters</h4>
1843+<a name="id-1.4.5.15.12.5.5"></a><h4>Parameters</h4>
1844 <div class="informaltable"><table width="100%" border="0">
1845 <colgroup>
1846 <col width="150px" class="parameters_name">
1847@@ -315,7 +337,7 @@
1848 </table></div>
1849 </div>
1850 <div class="refsect3">
1851-<a name="id-1.4.5.15.8.5.6"></a><h4>Returns</h4>
1852+<a name="id-1.4.5.15.12.5.6"></a><h4>Returns</h4>
1853 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1854 is set. </p>
1855 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaPhotosProxy]</span></p>
1856@@ -336,7 +358,7 @@
1857 <p>The calling thread is blocked until a reply is received.</p>
1858 <p>See <a class="link" href="GoaPhotos.html#goa-photos-proxy-new" title="goa_photos_proxy_new ()"><code class="function">goa_photos_proxy_new()</code></a> for the asynchronous version of this constructor.</p>
1859 <div class="refsect3">
1860-<a name="id-1.4.5.15.8.6.7"></a><h4>Parameters</h4>
1861+<a name="id-1.4.5.15.12.6.7"></a><h4>Parameters</h4>
1862 <div class="informaltable"><table width="100%" border="0">
1863 <colgroup>
1864 <col width="150px" class="parameters_name">
1865@@ -379,7 +401,7 @@
1866 </table></div>
1867 </div>
1868 <div class="refsect3">
1869-<a name="id-1.4.5.15.8.6.8"></a><h4>Returns</h4>
1870+<a name="id-1.4.5.15.12.6.8"></a><h4>Returns</h4>
1871 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1872 is set. </p>
1873 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaPhotosProxy]</span></p>
1874@@ -403,7 +425,7 @@
1875 You can then call <a class="link" href="GoaPhotos.html#goa-photos-proxy-new-for-bus-finish" title="goa_photos_proxy_new_for_bus_finish ()"><code class="function">goa_photos_proxy_new_for_bus_finish()</code></a> to get the result of the operation.</p>
1876 <p>See <a class="link" href="GoaPhotos.html#goa-photos-proxy-new-for-bus-sync" title="goa_photos_proxy_new_for_bus_sync ()"><code class="function">goa_photos_proxy_new_for_bus_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
1877 <div class="refsect3">
1878-<a name="id-1.4.5.15.8.7.7"></a><h4>Parameters</h4>
1879+<a name="id-1.4.5.15.12.7.7"></a><h4>Parameters</h4>
1880 <div class="informaltable"><table width="100%" border="0">
1881 <colgroup>
1882 <col width="150px" class="parameters_name">
1883@@ -460,7 +482,7 @@
1884 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
1885 <p>Finishes an operation started with <a class="link" href="GoaPhotos.html#goa-photos-proxy-new-for-bus" title="goa_photos_proxy_new_for_bus ()"><code class="function">goa_photos_proxy_new_for_bus()</code></a>.</p>
1886 <div class="refsect3">
1887-<a name="id-1.4.5.15.8.8.5"></a><h4>Parameters</h4>
1888+<a name="id-1.4.5.15.12.8.5"></a><h4>Parameters</h4>
1889 <div class="informaltable"><table width="100%" border="0">
1890 <colgroup>
1891 <col width="150px" class="parameters_name">
1892@@ -482,7 +504,7 @@
1893 </table></div>
1894 </div>
1895 <div class="refsect3">
1896-<a name="id-1.4.5.15.8.8.6"></a><h4>Returns</h4>
1897+<a name="id-1.4.5.15.12.8.6"></a><h4>Returns</h4>
1898 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1899 is set. </p>
1900 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaPhotosProxy]</span></p>
1901@@ -503,7 +525,7 @@
1902 <p>The calling thread is blocked until a reply is received.</p>
1903 <p>See <a class="link" href="GoaPhotos.html#goa-photos-proxy-new-for-bus" title="goa_photos_proxy_new_for_bus ()"><code class="function">goa_photos_proxy_new_for_bus()</code></a> for the asynchronous version of this constructor.</p>
1904 <div class="refsect3">
1905-<a name="id-1.4.5.15.8.9.7"></a><h4>Parameters</h4>
1906+<a name="id-1.4.5.15.12.9.7"></a><h4>Parameters</h4>
1907 <div class="informaltable"><table width="100%" border="0">
1908 <colgroup>
1909 <col width="150px" class="parameters_name">
1910@@ -545,7 +567,7 @@
1911 </table></div>
1912 </div>
1913 <div class="refsect3">
1914-<a name="id-1.4.5.15.8.9.8"></a><h4>Returns</h4>
1915+<a name="id-1.4.5.15.12.9.8"></a><h4>Returns</h4>
1916 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
1917 is set. </p>
1918 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaPhotosProxy]</span></p>
1919@@ -559,7 +581,7 @@
1920 goa_photos_skeleton_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1921 <p>Creates a skeleton object for 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>.</p>
1922 <div class="refsect3">
1923-<a name="id-1.4.5.15.8.10.5"></a><h4>Returns</h4>
1924+<a name="id-1.4.5.15.12.10.5"></a><h4>Returns</h4>
1925 <p> The skeleton object. </p>
1926 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaPhotosSkeleton]</span></p>
1927 </div>
1928@@ -583,7 +605,7 @@
1929 </pre>
1930 <p>Virtual table for 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>.</p>
1931 <div class="refsect3">
1932-<a name="id-1.4.5.15.9.3.5"></a><h4>Members</h4>
1933+<a name="id-1.4.5.15.13.3.5"></a><h4>Members</h4>
1934 <div class="informaltable"><table width="100%" border="0">
1935 <colgroup>
1936 <col width="300px" class="struct_members_name">
1937@@ -601,11 +623,9 @@
1938 </div>
1939 <hr>
1940 <div class="refsect2">
1941-<a name="GoaPhotosProxy"></a><h3>struct GoaPhotosProxy</h3>
1942-<pre class="programlisting">struct GoaPhotosProxy {
1943-};
1944-</pre>
1945-<p>The <a class="link" href="GoaPhotos.html#GoaPhotosProxy" title="struct GoaPhotosProxy"><span class="type">GoaPhotosProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1946+<a name="GoaPhotosProxy-struct"></a><h3>struct GoaPhotosProxy</h3>
1947+<pre class="programlisting">struct GoaPhotosProxy;</pre>
1948+<p>The <a class="link" href="GoaPhotos.html#GoaPhotosProxy"><span class="type">GoaPhotosProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1949 <p class="since">Since 3.8.0</p>
1950 </div>
1951 <hr>
1952@@ -615,9 +635,9 @@
1953 GDBusProxyClass parent_class;
1954 };
1955 </pre>
1956-<p>Class structure for <a class="link" href="GoaPhotos.html#GoaPhotosProxy" title="struct GoaPhotosProxy"><span class="type">GoaPhotosProxy</span></a>.</p>
1957+<p>Class structure for <a class="link" href="GoaPhotos.html#GoaPhotosProxy"><span class="type">GoaPhotosProxy</span></a>.</p>
1958 <div class="refsect3">
1959-<a name="id-1.4.5.15.9.5.5"></a><h4>Members</h4>
1960+<a name="id-1.4.5.15.13.5.5"></a><h4>Members</h4>
1961 <div class="informaltable"><table width="100%" border="0">
1962 <colgroup>
1963 <col width="300px" class="struct_members_name">
1964@@ -635,11 +655,9 @@
1965 </div>
1966 <hr>
1967 <div class="refsect2">
1968-<a name="GoaPhotosSkeleton"></a><h3>struct GoaPhotosSkeleton</h3>
1969-<pre class="programlisting">struct GoaPhotosSkeleton {
1970-};
1971-</pre>
1972-<p>The <a class="link" href="GoaPhotos.html#GoaPhotosSkeleton" title="struct GoaPhotosSkeleton"><span class="type">GoaPhotosSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1973+<a name="GoaPhotosSkeleton-struct"></a><h3>struct GoaPhotosSkeleton</h3>
1974+<pre class="programlisting">struct GoaPhotosSkeleton;</pre>
1975+<p>The <a class="link" href="GoaPhotos.html#GoaPhotosSkeleton"><span class="type">GoaPhotosSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
1976 <p class="since">Since 3.8.0</p>
1977 </div>
1978 <hr>
1979@@ -649,9 +667,9 @@
1980 GDBusInterfaceSkeletonClass parent_class;
1981 };
1982 </pre>
1983-<p>Class structure for <a class="link" href="GoaPhotos.html#GoaPhotosSkeleton" title="struct GoaPhotosSkeleton"><span class="type">GoaPhotosSkeleton</span></a>.</p>
1984+<p>Class structure for <a class="link" href="GoaPhotos.html#GoaPhotosSkeleton"><span class="type">GoaPhotosSkeleton</span></a>.</p>
1985 <div class="refsect3">
1986-<a name="id-1.4.5.15.9.7.5"></a><h4>Members</h4>
1987+<a name="id-1.4.5.15.13.7.5"></a><h4>Members</h4>
1988 <div class="informaltable"><table width="100%" border="0">
1989 <colgroup>
1990 <col width="300px" class="struct_members_name">
1991
1992=== added file 'doc/html/GoaPrinters.html'
1993--- doc/html/GoaPrinters.html 1970-01-01 00:00:00 +0000
1994+++ doc/html/GoaPrinters.html 2014-11-21 20:09:34 +0000
1995@@ -0,0 +1,694 @@
1996+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1997+<html>
1998+<head>
1999+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2000+<title>GNOME Online Accounts Reference Manual: GoaPrinters</title>
2001+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
2002+<link rel="home" href="index.html" title="GNOME Online Accounts Reference Manual">
2003+<link rel="up" href="ref-library-generated.html" title="Generated Code">
2004+<link rel="prev" href="GoaReadLater.html" title="GoaReadLater">
2005+<link rel="next" href="ref-backend-library.html" title="Part IV. Backend Library API Reference">
2006+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
2007+<link rel="stylesheet" href="style.css" type="text/css">
2008+</head>
2009+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2010+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
2011+<td width="100%" align="left" class="shortcuts">
2012+<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
2013+ <a href="#GoaPrinters.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
2014+ <a href="#GoaPrinters.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
2015+ <a href="#GoaPrinters.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
2016+ <a href="#GoaPrinters.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations">  <span class="dim">|</span> 
2017+ <a href="#GoaPrinters.implementations" class="shortcut">Known Implementations</a></span>
2018+</td>
2019+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
2020+<td><a accesskey="u" href="ref-library-generated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
2021+<td><a accesskey="p" href="GoaReadLater.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
2022+<td><a accesskey="n" href="ref-backend-library.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
2023+</tr></table>
2024+<div class="refentry">
2025+<a name="GoaPrinters"></a><div class="titlepage"></div>
2026+<div class="refnamediv"><table width="100%"><tr>
2027+<td valign="top">
2028+<h2><span class="refentrytitle"><a name="GoaPrinters.top_of_page"></a>GoaPrinters</span></h2>
2029+<p>GoaPrinters — Generated C code for the org.gnome.OnlineAccounts.Printers D-Bus interface</p>
2030+</td>
2031+<td class="gallery_image" valign="top" align="right"></td>
2032+</tr></table></div>
2033+<div class="refsect1">
2034+<a name="GoaPrinters.functions"></a><h2>Functions</h2>
2035+<div class="informaltable"><table width="100%" border="0">
2036+<colgroup>
2037+<col width="150px" class="functions_return">
2038+<col class="functions_name">
2039+</colgroup>
2040+<tbody>
2041+<tr>
2042+<td class="function_type">
2043+<a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> *
2044+</td>
2045+<td class="function_name">
2046+<a class="link" href="GoaPrinters.html#goa-printers-interface-info" title="goa_printers_interface_info ()">goa_printers_interface_info</a> <span class="c_punctuation">()</span>
2047+</td>
2048+</tr>
2049+<tr>
2050+<td class="function_type">
2051+<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
2052+</td>
2053+<td class="function_name">
2054+<a class="link" href="GoaPrinters.html#goa-printers-override-properties" title="goa_printers_override_properties ()">goa_printers_override_properties</a> <span class="c_punctuation">()</span>
2055+</td>
2056+</tr>
2057+<tr>
2058+<td class="function_type">
2059+<span class="returnvalue">void</span>
2060+</td>
2061+<td class="function_name">
2062+<a class="link" href="GoaPrinters.html#goa-printers-proxy-new" title="goa_printers_proxy_new ()">goa_printers_proxy_new</a> <span class="c_punctuation">()</span>
2063+</td>
2064+</tr>
2065+<tr>
2066+<td class="function_type">
2067+<a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="returnvalue">GoaPrinters</span></a> *
2068+</td>
2069+<td class="function_name">
2070+<a class="link" href="GoaPrinters.html#goa-printers-proxy-new-finish" title="goa_printers_proxy_new_finish ()">goa_printers_proxy_new_finish</a> <span class="c_punctuation">()</span>
2071+</td>
2072+</tr>
2073+<tr>
2074+<td class="function_type">
2075+<a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="returnvalue">GoaPrinters</span></a> *
2076+</td>
2077+<td class="function_name">
2078+<a class="link" href="GoaPrinters.html#goa-printers-proxy-new-sync" title="goa_printers_proxy_new_sync ()">goa_printers_proxy_new_sync</a> <span class="c_punctuation">()</span>
2079+</td>
2080+</tr>
2081+<tr>
2082+<td class="function_type">
2083+<span class="returnvalue">void</span>
2084+</td>
2085+<td class="function_name">
2086+<a class="link" href="GoaPrinters.html#goa-printers-proxy-new-for-bus" title="goa_printers_proxy_new_for_bus ()">goa_printers_proxy_new_for_bus</a> <span class="c_punctuation">()</span>
2087+</td>
2088+</tr>
2089+<tr>
2090+<td class="function_type">
2091+<a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="returnvalue">GoaPrinters</span></a> *
2092+</td>
2093+<td class="function_name">
2094+<a class="link" href="GoaPrinters.html#goa-printers-proxy-new-for-bus-finish" title="goa_printers_proxy_new_for_bus_finish ()">goa_printers_proxy_new_for_bus_finish</a> <span class="c_punctuation">()</span>
2095+</td>
2096+</tr>
2097+<tr>
2098+<td class="function_type">
2099+<a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="returnvalue">GoaPrinters</span></a> *
2100+</td>
2101+<td class="function_name">
2102+<a class="link" href="GoaPrinters.html#goa-printers-proxy-new-for-bus-sync" title="goa_printers_proxy_new_for_bus_sync ()">goa_printers_proxy_new_for_bus_sync</a> <span class="c_punctuation">()</span>
2103+</td>
2104+</tr>
2105+<tr>
2106+<td class="function_type">
2107+<a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="returnvalue">GoaPrinters</span></a> *
2108+</td>
2109+<td class="function_name">
2110+<a class="link" href="GoaPrinters.html#goa-printers-skeleton-new" title="goa_printers_skeleton_new ()">goa_printers_skeleton_new</a> <span class="c_punctuation">()</span>
2111+</td>
2112+</tr>
2113+</tbody>
2114+</table></div>
2115+</div>
2116+<a name="GoaPrintersProxy"></a><a name="GoaPrintersSkeleton"></a><div class="refsect1">
2117+<a name="GoaPrinters.other"></a><h2>Types and Values</h2>
2118+<div class="informaltable"><table width="100%" border="0">
2119+<colgroup>
2120+<col width="150px" class="name">
2121+<col class="description">
2122+</colgroup>
2123+<tbody>
2124+<tr>
2125+<td class="datatype_keyword"> </td>
2126+<td class="function_name"><a class="link" href="GoaPrinters.html#GoaPrinters-struct" title="GoaPrinters">GoaPrinters</a></td>
2127+</tr>
2128+<tr>
2129+<td class="datatype_keyword">struct</td>
2130+<td class="function_name"><a class="link" href="GoaPrinters.html#GoaPrintersIface" title="struct GoaPrintersIface">GoaPrintersIface</a></td>
2131+</tr>
2132+<tr>
2133+<td class="datatype_keyword">struct</td>
2134+<td class="function_name"><a class="link" href="GoaPrinters.html#GoaPrintersProxy-struct" title="struct GoaPrintersProxy">GoaPrintersProxy</a></td>
2135+</tr>
2136+<tr>
2137+<td class="datatype_keyword">struct</td>
2138+<td class="function_name"><a class="link" href="GoaPrinters.html#GoaPrintersProxyClass" title="struct GoaPrintersProxyClass">GoaPrintersProxyClass</a></td>
2139+</tr>
2140+<tr>
2141+<td class="datatype_keyword">struct</td>
2142+<td class="function_name"><a class="link" href="GoaPrinters.html#GoaPrintersSkeleton-struct" title="struct GoaPrintersSkeleton">GoaPrintersSkeleton</a></td>
2143+</tr>
2144+<tr>
2145+<td class="datatype_keyword">struct</td>
2146+<td class="function_name"><a class="link" href="GoaPrinters.html#GoaPrintersSkeletonClass" title="struct GoaPrintersSkeletonClass">GoaPrintersSkeletonClass</a></td>
2147+</tr>
2148+</tbody>
2149+</table></div>
2150+</div>
2151+<div class="refsect1">
2152+<a name="GoaPrinters.object-hierarchy"></a><h2>Object Hierarchy</h2>
2153+<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
2154+ <span class="lineart">╰──</span> GoaPrinters
2155+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
2156+ <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
2157+ <span class="lineart">│</span> <span class="lineart">╰──</span> GoaPrintersSkeleton
2158+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html">GDBusProxy</a>
2159+ <span class="lineart">╰──</span> GoaPrintersProxy
2160+</pre>
2161+</div>
2162+<div class="refsect1">
2163+<a name="GoaPrinters.prerequisites"></a><h2>Prerequisites</h2>
2164+<p>
2165+GoaPrinters requires
2166+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
2167+</div>
2168+<div class="refsect1">
2169+<a name="GoaPrinters.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
2170+<p>
2171+GoaPrintersProxy implements
2172+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a>, <a href="https://developer.gnome.org/gio/unstable/GInitable.html">GInitable</a>, <a href="https://developer.gnome.org/gio/unstable/GAsyncInitable.html">GAsyncInitable</a> and <a class="link" href="GoaPrinters.html" title="GoaPrinters">GoaPrinters</a>.</p>
2173+<p>
2174+GoaPrintersSkeleton implements
2175+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a> and <a class="link" href="GoaPrinters.html" title="GoaPrinters">GoaPrinters</a>.</p>
2176+</div>
2177+<div class="refsect1">
2178+<a name="GoaPrinters.implementations"></a><h2>Known Implementations</h2>
2179+<p>
2180+GoaPrinters is implemented by
2181+ <a class="link" href="GoaPrinters.html#GoaPrintersProxy">GoaPrintersProxy</a> and <a class="link" href="GoaPrinters.html#GoaPrintersSkeleton">GoaPrintersSkeleton</a>.</p>
2182+</div>
2183+<div class="refsect1">
2184+<a name="GoaPrinters.description"></a><h2>Description</h2>
2185+<p>This section contains code for working with the org.gnome.OnlineAccounts.Printers D-Bus interface in C.</p>
2186+</div>
2187+<div class="refsect1">
2188+<a name="GoaPrinters.functions_details"></a><h2>Functions</h2>
2189+<div class="refsect2">
2190+<a name="goa-printers-interface-info"></a><h3>goa_printers_interface_info ()</h3>
2191+<pre class="programlisting"><a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> *
2192+goa_printers_interface_info (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
2193+<p>Gets a machine-readable description of the org.gnome.OnlineAccounts.Printers D-Bus interface.</p>
2194+<div class="refsect3">
2195+<a name="id-1.4.5.21.12.2.5"></a><h4>Returns</h4>
2196+<p> A <a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. </p>
2197+<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2198+</div>
2199+<p class="since">Since 3.12.0</p>
2200+</div>
2201+<hr>
2202+<div class="refsect2">
2203+<a name="goa-printers-override-properties"></a><h3>goa_printers_override_properties ()</h3>
2204+<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
2205+goa_printers_override_properties (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *klass</code></em>,
2206+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> property_id_begin</code></em>);</pre>
2207+<p>Overrides all <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> properties in the <a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="type">GoaPrinters</span></a> interface for a concrete class.
2208+The properties are overridden in the order they are defined.</p>
2209+<div class="refsect3">
2210+<a name="id-1.4.5.21.12.3.5"></a><h4>Parameters</h4>
2211+<div class="informaltable"><table width="100%" border="0">
2212+<colgroup>
2213+<col width="150px" class="parameters_name">
2214+<col class="parameters_description">
2215+<col width="200px" class="parameters_annotations">
2216+</colgroup>
2217+<tbody>
2218+<tr>
2219+<td class="parameter_name"><p>klass</p></td>
2220+<td class="parameter_description"><p>The class structure for a <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>-derived class.</p></td>
2221+<td class="parameter_annotations"> </td>
2222+</tr>
2223+<tr>
2224+<td class="parameter_name"><p>property_id_begin</p></td>
2225+<td class="parameter_description"><p>The property id to assign to the first overridden property.</p></td>
2226+<td class="parameter_annotations"> </td>
2227+</tr>
2228+</tbody>
2229+</table></div>
2230+</div>
2231+<div class="refsect3">
2232+<a name="id-1.4.5.21.12.3.6"></a><h4>Returns</h4>
2233+<p> The last property id.</p>
2234+<p></p>
2235+</div>
2236+<p class="since">Since 3.12.0</p>
2237+</div>
2238+<hr>
2239+<div class="refsect2">
2240+<a name="goa-printers-proxy-new"></a><h3>goa_printers_proxy_new ()</h3>
2241+<pre class="programlisting"><span class="returnvalue">void</span>
2242+goa_printers_proxy_new (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a> *connection</code></em>,
2243+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
2244+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2245+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
2246+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2247+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2248+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
2249+<p>Asynchronously creates a proxy for the D-Bus interface org.gnome.OnlineAccounts.Printers. See <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#g-dbus-proxy-new"><code class="function">g_dbus_proxy_new()</code></a> for more details.</p>
2250+<p>When the operation is finished, <em class="parameter"><code>callback</code></em>
2251+ will be invoked in the <a href="https://developer.gnome.org/glib/unstable/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main loop</a> of the thread you are calling this method from.
2252+You can then call <a class="link" href="GoaPrinters.html#goa-printers-proxy-new-finish" title="goa_printers_proxy_new_finish ()"><code class="function">goa_printers_proxy_new_finish()</code></a> to get the result of the operation.</p>
2253+<p>See <a class="link" href="GoaPrinters.html#goa-printers-proxy-new-sync" title="goa_printers_proxy_new_sync ()"><code class="function">goa_printers_proxy_new_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
2254+<div class="refsect3">
2255+<a name="id-1.4.5.21.12.4.7"></a><h4>Parameters</h4>
2256+<div class="informaltable"><table width="100%" border="0">
2257+<colgroup>
2258+<col width="150px" class="parameters_name">
2259+<col class="parameters_description">
2260+<col width="200px" class="parameters_annotations">
2261+</colgroup>
2262+<tbody>
2263+<tr>
2264+<td class="parameter_name"><p>connection</p></td>
2265+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</p></td>
2266+<td class="parameter_annotations"> </td>
2267+</tr>
2268+<tr>
2269+<td class="parameter_name"><p>flags</p></td>
2270+<td class="parameter_description"><p>Flags from the <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
2271+<td class="parameter_annotations"> </td>
2272+</tr>
2273+<tr>
2274+<td class="parameter_name"><p>name</p></td>
2275+<td class="parameter_description"><p> A bus name (well-known or unique) or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>connection</code></em>
2276+is not a message bus connection. </p></td>
2277+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2278+</tr>
2279+<tr>
2280+<td class="parameter_name"><p>object_path</p></td>
2281+<td class="parameter_description"><p>An object path.</p></td>
2282+<td class="parameter_annotations"> </td>
2283+</tr>
2284+<tr>
2285+<td class="parameter_name"><p>cancellable</p></td>
2286+<td class="parameter_description"><p> A <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2287+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2288+</tr>
2289+<tr>
2290+<td class="parameter_name"><p>callback</p></td>
2291+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied.</p></td>
2292+<td class="parameter_annotations"> </td>
2293+</tr>
2294+<tr>
2295+<td class="parameter_name"><p>user_data</p></td>
2296+<td class="parameter_description"><p>User data to pass to <em class="parameter"><code>callback</code></em>
2297+.</p></td>
2298+<td class="parameter_annotations"> </td>
2299+</tr>
2300+</tbody>
2301+</table></div>
2302+</div>
2303+<p class="since">Since 3.12.0</p>
2304+</div>
2305+<hr>
2306+<div class="refsect2">
2307+<a name="goa-printers-proxy-new-finish"></a><h3>goa_printers_proxy_new_finish ()</h3>
2308+<pre class="programlisting"><a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="returnvalue">GoaPrinters</span></a> *
2309+goa_printers_proxy_new_finish (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
2310+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
2311+<p>Finishes an operation started with <a class="link" href="GoaPrinters.html#goa-printers-proxy-new" title="goa_printers_proxy_new ()"><code class="function">goa_printers_proxy_new()</code></a>.</p>
2312+<div class="refsect3">
2313+<a name="id-1.4.5.21.12.5.5"></a><h4>Parameters</h4>
2314+<div class="informaltable"><table width="100%" border="0">
2315+<colgroup>
2316+<col width="150px" class="parameters_name">
2317+<col class="parameters_description">
2318+<col width="200px" class="parameters_annotations">
2319+</colgroup>
2320+<tbody>
2321+<tr>
2322+<td class="parameter_name"><p>res</p></td>
2323+<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> obtained from the <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="GoaPrinters.html#goa-printers-proxy-new" title="goa_printers_proxy_new ()"><code class="function">goa_printers_proxy_new()</code></a>.</p></td>
2324+<td class="parameter_annotations"> </td>
2325+</tr>
2326+<tr>
2327+<td class="parameter_name"><p>error</p></td>
2328+<td class="parameter_description"><p>Return location for error or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
2329+<td class="parameter_annotations"> </td>
2330+</tr>
2331+</tbody>
2332+</table></div>
2333+</div>
2334+<div class="refsect3">
2335+<a name="id-1.4.5.21.12.5.6"></a><h4>Returns</h4>
2336+<p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
2337+is set. </p>
2338+<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaPrintersProxy]</span></p>
2339+</div>
2340+<p class="since">Since 3.12.0</p>
2341+</div>
2342+<hr>
2343+<div class="refsect2">
2344+<a name="goa-printers-proxy-new-sync"></a><h3>goa_printers_proxy_new_sync ()</h3>
2345+<pre class="programlisting"><a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="returnvalue">GoaPrinters</span></a> *
2346+goa_printers_proxy_new_sync (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a> *connection</code></em>,
2347+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
2348+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2349+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
2350+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2351+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
2352+<p>Synchronously creates a proxy for the D-Bus interface org.gnome.OnlineAccounts.Printers. See <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#g-dbus-proxy-new-sync"><code class="function">g_dbus_proxy_new_sync()</code></a> for more details.</p>
2353+<p>The calling thread is blocked until a reply is received.</p>
2354+<p>See <a class="link" href="GoaPrinters.html#goa-printers-proxy-new" title="goa_printers_proxy_new ()"><code class="function">goa_printers_proxy_new()</code></a> for the asynchronous version of this constructor.</p>
2355+<div class="refsect3">
2356+<a name="id-1.4.5.21.12.6.7"></a><h4>Parameters</h4>
2357+<div class="informaltable"><table width="100%" border="0">
2358+<colgroup>
2359+<col width="150px" class="parameters_name">
2360+<col class="parameters_description">
2361+<col width="200px" class="parameters_annotations">
2362+</colgroup>
2363+<tbody>
2364+<tr>
2365+<td class="parameter_name"><p>connection</p></td>
2366+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</p></td>
2367+<td class="parameter_annotations"> </td>
2368+</tr>
2369+<tr>
2370+<td class="parameter_name"><p>flags</p></td>
2371+<td class="parameter_description"><p>Flags from the <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
2372+<td class="parameter_annotations"> </td>
2373+</tr>
2374+<tr>
2375+<td class="parameter_name"><p>name</p></td>
2376+<td class="parameter_description"><p> A bus name (well-known or unique) or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>connection</code></em>
2377+is not a message bus connection. </p></td>
2378+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2379+</tr>
2380+<tr>
2381+<td class="parameter_name"><p>object_path</p></td>
2382+<td class="parameter_description"><p>An object path.</p></td>
2383+<td class="parameter_annotations"> </td>
2384+</tr>
2385+<tr>
2386+<td class="parameter_name"><p>cancellable</p></td>
2387+<td class="parameter_description"><p> A <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2388+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2389+</tr>
2390+<tr>
2391+<td class="parameter_name"><p>error</p></td>
2392+<td class="parameter_description"><p>Return location for error or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
2393+<td class="parameter_annotations"> </td>
2394+</tr>
2395+</tbody>
2396+</table></div>
2397+</div>
2398+<div class="refsect3">
2399+<a name="id-1.4.5.21.12.6.8"></a><h4>Returns</h4>
2400+<p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
2401+is set. </p>
2402+<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaPrintersProxy]</span></p>
2403+</div>
2404+<p class="since">Since 3.12.0</p>
2405+</div>
2406+<hr>
2407+<div class="refsect2">
2408+<a name="goa-printers-proxy-new-for-bus"></a><h3>goa_printers_proxy_new_for_bus ()</h3>
2409+<pre class="programlisting"><span class="returnvalue">void</span>
2410+goa_printers_proxy_new_for_bus (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
2411+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
2412+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2413+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
2414+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2415+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2416+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
2417+<p>Like <a class="link" href="GoaPrinters.html#goa-printers-proxy-new" title="goa_printers_proxy_new ()"><code class="function">goa_printers_proxy_new()</code></a> but takes a <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> instead of a <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</p>
2418+<p>When the operation is finished, <em class="parameter"><code>callback</code></em>
2419+ will be invoked in the <a href="https://developer.gnome.org/glib/unstable/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main loop</a> of the thread you are calling this method from.
2420+You can then call <a class="link" href="GoaPrinters.html#goa-printers-proxy-new-for-bus-finish" title="goa_printers_proxy_new_for_bus_finish ()"><code class="function">goa_printers_proxy_new_for_bus_finish()</code></a> to get the result of the operation.</p>
2421+<p>See <a class="link" href="GoaPrinters.html#goa-printers-proxy-new-for-bus-sync" title="goa_printers_proxy_new_for_bus_sync ()"><code class="function">goa_printers_proxy_new_for_bus_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
2422+<div class="refsect3">
2423+<a name="id-1.4.5.21.12.7.7"></a><h4>Parameters</h4>
2424+<div class="informaltable"><table width="100%" border="0">
2425+<colgroup>
2426+<col width="150px" class="parameters_name">
2427+<col class="parameters_description">
2428+<col width="200px" class="parameters_annotations">
2429+</colgroup>
2430+<tbody>
2431+<tr>
2432+<td class="parameter_name"><p>bus_type</p></td>
2433+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</p></td>
2434+<td class="parameter_annotations"> </td>
2435+</tr>
2436+<tr>
2437+<td class="parameter_name"><p>flags</p></td>
2438+<td class="parameter_description"><p>Flags from the <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
2439+<td class="parameter_annotations"> </td>
2440+</tr>
2441+<tr>
2442+<td class="parameter_name"><p>name</p></td>
2443+<td class="parameter_description"><p>A bus name (well-known or unique).</p></td>
2444+<td class="parameter_annotations"> </td>
2445+</tr>
2446+<tr>
2447+<td class="parameter_name"><p>object_path</p></td>
2448+<td class="parameter_description"><p>An object path.</p></td>
2449+<td class="parameter_annotations"> </td>
2450+</tr>
2451+<tr>
2452+<td class="parameter_name"><p>cancellable</p></td>
2453+<td class="parameter_description"><p> A <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2454+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2455+</tr>
2456+<tr>
2457+<td class="parameter_name"><p>callback</p></td>
2458+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied.</p></td>
2459+<td class="parameter_annotations"> </td>
2460+</tr>
2461+<tr>
2462+<td class="parameter_name"><p>user_data</p></td>
2463+<td class="parameter_description"><p>User data to pass to <em class="parameter"><code>callback</code></em>
2464+.</p></td>
2465+<td class="parameter_annotations"> </td>
2466+</tr>
2467+</tbody>
2468+</table></div>
2469+</div>
2470+<p class="since">Since 3.12.0</p>
2471+</div>
2472+<hr>
2473+<div class="refsect2">
2474+<a name="goa-printers-proxy-new-for-bus-finish"></a><h3>goa_printers_proxy_new_for_bus_finish ()</h3>
2475+<pre class="programlisting"><a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="returnvalue">GoaPrinters</span></a> *
2476+goa_printers_proxy_new_for_bus_finish (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
2477+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
2478+<p>Finishes an operation started with <a class="link" href="GoaPrinters.html#goa-printers-proxy-new-for-bus" title="goa_printers_proxy_new_for_bus ()"><code class="function">goa_printers_proxy_new_for_bus()</code></a>.</p>
2479+<div class="refsect3">
2480+<a name="id-1.4.5.21.12.8.5"></a><h4>Parameters</h4>
2481+<div class="informaltable"><table width="100%" border="0">
2482+<colgroup>
2483+<col width="150px" class="parameters_name">
2484+<col class="parameters_description">
2485+<col width="200px" class="parameters_annotations">
2486+</colgroup>
2487+<tbody>
2488+<tr>
2489+<td class="parameter_name"><p>res</p></td>
2490+<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> obtained from the <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="GoaPrinters.html#goa-printers-proxy-new-for-bus" title="goa_printers_proxy_new_for_bus ()"><code class="function">goa_printers_proxy_new_for_bus()</code></a>.</p></td>
2491+<td class="parameter_annotations"> </td>
2492+</tr>
2493+<tr>
2494+<td class="parameter_name"><p>error</p></td>
2495+<td class="parameter_description"><p>Return location for error or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
2496+<td class="parameter_annotations"> </td>
2497+</tr>
2498+</tbody>
2499+</table></div>
2500+</div>
2501+<div class="refsect3">
2502+<a name="id-1.4.5.21.12.8.6"></a><h4>Returns</h4>
2503+<p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
2504+is set. </p>
2505+<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaPrintersProxy]</span></p>
2506+</div>
2507+<p class="since">Since 3.12.0</p>
2508+</div>
2509+<hr>
2510+<div class="refsect2">
2511+<a name="goa-printers-proxy-new-for-bus-sync"></a><h3>goa_printers_proxy_new_for_bus_sync ()</h3>
2512+<pre class="programlisting"><a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="returnvalue">GoaPrinters</span></a> *
2513+goa_printers_proxy_new_for_bus_sync (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
2514+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
2515+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2516+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
2517+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2518+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
2519+<p>Like <a class="link" href="GoaPrinters.html#goa-printers-proxy-new-sync" title="goa_printers_proxy_new_sync ()"><code class="function">goa_printers_proxy_new_sync()</code></a> but takes a <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> instead of a <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</p>
2520+<p>The calling thread is blocked until a reply is received.</p>
2521+<p>See <a class="link" href="GoaPrinters.html#goa-printers-proxy-new-for-bus" title="goa_printers_proxy_new_for_bus ()"><code class="function">goa_printers_proxy_new_for_bus()</code></a> for the asynchronous version of this constructor.</p>
2522+<div class="refsect3">
2523+<a name="id-1.4.5.21.12.9.7"></a><h4>Parameters</h4>
2524+<div class="informaltable"><table width="100%" border="0">
2525+<colgroup>
2526+<col width="150px" class="parameters_name">
2527+<col class="parameters_description">
2528+<col width="200px" class="parameters_annotations">
2529+</colgroup>
2530+<tbody>
2531+<tr>
2532+<td class="parameter_name"><p>bus_type</p></td>
2533+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</p></td>
2534+<td class="parameter_annotations"> </td>
2535+</tr>
2536+<tr>
2537+<td class="parameter_name"><p>flags</p></td>
2538+<td class="parameter_description"><p>Flags from the <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
2539+<td class="parameter_annotations"> </td>
2540+</tr>
2541+<tr>
2542+<td class="parameter_name"><p>name</p></td>
2543+<td class="parameter_description"><p>A bus name (well-known or unique).</p></td>
2544+<td class="parameter_annotations"> </td>
2545+</tr>
2546+<tr>
2547+<td class="parameter_name"><p>object_path</p></td>
2548+<td class="parameter_description"><p>An object path.</p></td>
2549+<td class="parameter_annotations"> </td>
2550+</tr>
2551+<tr>
2552+<td class="parameter_name"><p>cancellable</p></td>
2553+<td class="parameter_description"><p> A <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
2554+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
2555+</tr>
2556+<tr>
2557+<td class="parameter_name"><p>error</p></td>
2558+<td class="parameter_description"><p>Return location for error or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
2559+<td class="parameter_annotations"> </td>
2560+</tr>
2561+</tbody>
2562+</table></div>
2563+</div>
2564+<div class="refsect3">
2565+<a name="id-1.4.5.21.12.9.8"></a><h4>Returns</h4>
2566+<p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
2567+is set. </p>
2568+<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaPrintersProxy]</span></p>
2569+</div>
2570+<p class="since">Since 3.12.0</p>
2571+</div>
2572+<hr>
2573+<div class="refsect2">
2574+<a name="goa-printers-skeleton-new"></a><h3>goa_printers_skeleton_new ()</h3>
2575+<pre class="programlisting"><a class="link" href="GoaPrinters.html" title="GoaPrinters"><span class="returnvalue">GoaPrinters</span></a> *
2576+goa_printers_skeleton_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
2577+<p>Creates a skeleton object for the D-Bus interface org.gnome.OnlineAccounts.Printers.</p>
2578+<div class="refsect3">
2579+<a name="id-1.4.5.21.12.10.5"></a><h4>Returns</h4>
2580+<p> The skeleton object. </p>
2581+<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaPrintersSkeleton]</span></p>
2582+</div>
2583+<p class="since">Since 3.12.0</p>
2584+</div>
2585+</div>
2586+<div class="refsect1">
2587+<a name="GoaPrinters.other_details"></a><h2>Types and Values</h2>
2588+<div class="refsect2">
2589+<a name="GoaPrinters-struct"></a><h3>GoaPrinters</h3>
2590+<pre class="programlisting">typedef struct _GoaPrinters GoaPrinters;</pre>
2591+<p>Abstract interface type for the D-Bus interface org.gnome.OnlineAccounts.Printers.</p>
2592+<p class="since">Since 3.12.0</p>
2593+</div>
2594+<hr>
2595+<div class="refsect2">
2596+<a name="GoaPrintersIface"></a><h3>struct GoaPrintersIface</h3>
2597+<pre class="programlisting">struct GoaPrintersIface {
2598+ GTypeInterface parent_iface;
2599+};
2600+</pre>
2601+<p>Virtual table for the D-Bus interface org.gnome.OnlineAccounts.Printers.</p>
2602+<div class="refsect3">
2603+<a name="id-1.4.5.21.13.3.5"></a><h4>Members</h4>
2604+<div class="informaltable"><table width="100%" border="0">
2605+<colgroup>
2606+<col width="300px" class="struct_members_name">
2607+<col class="struct_members_description">
2608+<col width="200px" class="struct_members_annotations">
2609+</colgroup>
2610+<tbody><tr>
2611+<td class="struct_member_name"><p><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GoaPrintersIface.parent-iface"></a>parent_iface</code></em>;</p></td>
2612+<td class="struct_member_description"><p>The parent interface.</p></td>
2613+<td class="struct_member_annotations"> </td>
2614+</tr></tbody>
2615+</table></div>
2616+</div>
2617+<p class="since">Since 3.12.0</p>
2618+</div>
2619+<hr>
2620+<div class="refsect2">
2621+<a name="GoaPrintersProxy-struct"></a><h3>struct GoaPrintersProxy</h3>
2622+<pre class="programlisting">struct GoaPrintersProxy;</pre>
2623+<p>The <a class="link" href="GoaPrinters.html#GoaPrintersProxy"><span class="type">GoaPrintersProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
2624+<p class="since">Since 3.12.0</p>
2625+</div>
2626+<hr>
2627+<div class="refsect2">
2628+<a name="GoaPrintersProxyClass"></a><h3>struct GoaPrintersProxyClass</h3>
2629+<pre class="programlisting">struct GoaPrintersProxyClass {
2630+ GDBusProxyClass parent_class;
2631+};
2632+</pre>
2633+<p>Class structure for <a class="link" href="GoaPrinters.html#GoaPrintersProxy"><span class="type">GoaPrintersProxy</span></a>.</p>
2634+<div class="refsect3">
2635+<a name="id-1.4.5.21.13.5.5"></a><h4>Members</h4>
2636+<div class="informaltable"><table width="100%" border="0">
2637+<colgroup>
2638+<col width="300px" class="struct_members_name">
2639+<col class="struct_members_description">
2640+<col width="200px" class="struct_members_annotations">
2641+</colgroup>
2642+<tbody><tr>
2643+<td class="struct_member_name"><p><a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyClass"><span class="type">GDBusProxyClass</span></a> <em class="structfield"><code><a name="GoaPrintersProxyClass.parent-class"></a>parent_class</code></em>;</p></td>
2644+<td class="struct_member_description"><p>The parent class.</p></td>
2645+<td class="struct_member_annotations"> </td>
2646+</tr></tbody>
2647+</table></div>
2648+</div>
2649+<p class="since">Since 3.12.0</p>
2650+</div>
2651+<hr>
2652+<div class="refsect2">
2653+<a name="GoaPrintersSkeleton-struct"></a><h3>struct GoaPrintersSkeleton</h3>
2654+<pre class="programlisting">struct GoaPrintersSkeleton;</pre>
2655+<p>The <a class="link" href="GoaPrinters.html#GoaPrintersSkeleton"><span class="type">GoaPrintersSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
2656+<p class="since">Since 3.12.0</p>
2657+</div>
2658+<hr>
2659+<div class="refsect2">
2660+<a name="GoaPrintersSkeletonClass"></a><h3>struct GoaPrintersSkeletonClass</h3>
2661+<pre class="programlisting">struct GoaPrintersSkeletonClass {
2662+ GDBusInterfaceSkeletonClass parent_class;
2663+};
2664+</pre>
2665+<p>Class structure for <a class="link" href="GoaPrinters.html#GoaPrintersSkeleton"><span class="type">GoaPrintersSkeleton</span></a>.</p>
2666+<div class="refsect3">
2667+<a name="id-1.4.5.21.13.7.5"></a><h4>Members</h4>
2668+<div class="informaltable"><table width="100%" border="0">
2669+<colgroup>
2670+<col width="300px" class="struct_members_name">
2671+<col class="struct_members_description">
2672+<col width="200px" class="struct_members_annotations">
2673+</colgroup>
2674+<tbody><tr>
2675+<td class="struct_member_name"><p><a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass"><span class="type">GDBusInterfaceSkeletonClass</span></a> <em class="structfield"><code><a name="GoaPrintersSkeletonClass.parent-class"></a>parent_class</code></em>;</p></td>
2676+<td class="struct_member_description"><p>The parent class.</p></td>
2677+<td class="struct_member_annotations"> </td>
2678+</tr></tbody>
2679+</table></div>
2680+</div>
2681+<p class="since">Since 3.12.0</p>
2682+</div>
2683+</div>
2684+</div>
2685+<div class="footer">
2686+<hr>
2687+ Generated by GTK-Doc V1.21</div>
2688+</body>
2689+</html>
2690\ No newline at end of file
2691
2692=== modified file 'doc/html/GoaProvider.html'
2693--- doc/html/GoaProvider.html 2014-10-20 00:29:37 +0000
2694+++ doc/html/GoaProvider.html 2014-11-21 20:09:34 +0000
2695@@ -1229,7 +1229,10 @@
2696 </tr>
2697 <tr>
2698 <td class="enum_member_name"><p><a name="GOA-PROVIDER-GROUP-CHAT:CAPS"></a>GOA_PROVIDER_GROUP_CHAT</p></td>
2699-<td class="enum_member_description"> </td>
2700+<td class="enum_member_description">
2701+<p>Providers that offer chat-like messaging
2702+ capabilities. For example, XMPP, IRC.</p>
2703+</td>
2704 <td class="enum_member_annotations"> </td>
2705 </tr>
2706 <tr>
2707@@ -1325,7 +1328,9 @@
2708 </tr>
2709 <tr>
2710 <td class="enum_member_name"><p><a name="GOA-PROVIDER-FEATURE-READ-LATER:CAPS"></a>GOA_PROVIDER_FEATURE_READ_LATER</p></td>
2711-<td class="enum_member_description"> </td>
2712+<td class="enum_member_description">
2713+<p>Read later services (eg. Pocket).</p>
2714+</td>
2715 <td class="enum_member_annotations"> </td>
2716 </tr>
2717 <tr>
2718
2719=== added file 'doc/html/GoaReadLater.html'
2720--- doc/html/GoaReadLater.html 1970-01-01 00:00:00 +0000
2721+++ doc/html/GoaReadLater.html 2014-11-21 20:09:34 +0000
2722@@ -0,0 +1,695 @@
2723+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2724+<html>
2725+<head>
2726+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2727+<title>GNOME Online Accounts Reference Manual: GoaReadLater</title>
2728+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
2729+<link rel="home" href="index.html" title="GNOME Online Accounts Reference Manual">
2730+<link rel="up" href="ref-library-generated.html" title="Generated Code">
2731+<link rel="prev" href="GoaTicketing.html" title="GoaTicketing">
2732+<link rel="next" href="GoaPrinters.html" title="GoaPrinters">
2733+<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
2734+<link rel="stylesheet" href="style.css" type="text/css">
2735+</head>
2736+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
2737+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
2738+<td width="100%" align="left" class="shortcuts">
2739+<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
2740+ <a href="#GoaReadLater.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
2741+ <a href="#GoaReadLater.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
2742+ <a href="#GoaReadLater.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
2743+ <a href="#GoaReadLater.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations">  <span class="dim">|</span> 
2744+ <a href="#GoaReadLater.implementations" class="shortcut">Known Implementations</a></span>
2745+</td>
2746+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
2747+<td><a accesskey="u" href="ref-library-generated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
2748+<td><a accesskey="p" href="GoaTicketing.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
2749+<td><a accesskey="n" href="GoaPrinters.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
2750+</tr></table>
2751+<div class="refentry">
2752+<a name="GoaReadLater"></a><div class="titlepage"></div>
2753+<div class="refnamediv"><table width="100%"><tr>
2754+<td valign="top">
2755+<h2><span class="refentrytitle"><a name="GoaReadLater.top_of_page"></a>GoaReadLater</span></h2>
2756+<p>GoaReadLater — Generated C code for the org.gnome.OnlineAccounts.ReadLater D-Bus interface</p>
2757+</td>
2758+<td class="gallery_image" valign="top" align="right"></td>
2759+</tr></table></div>
2760+<div class="refsect1">
2761+<a name="GoaReadLater.functions"></a><h2>Functions</h2>
2762+<div class="informaltable"><table width="100%" border="0">
2763+<colgroup>
2764+<col width="150px" class="functions_return">
2765+<col class="functions_name">
2766+</colgroup>
2767+<tbody>
2768+<tr>
2769+<td class="function_type">
2770+<a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> *
2771+</td>
2772+<td class="function_name">
2773+<a class="link" href="GoaReadLater.html#goa-read-later-interface-info" title="goa_read_later_interface_info ()">goa_read_later_interface_info</a> <span class="c_punctuation">()</span>
2774+</td>
2775+</tr>
2776+<tr>
2777+<td class="function_type">
2778+<a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
2779+</td>
2780+<td class="function_name">
2781+<a class="link" href="GoaReadLater.html#goa-read-later-override-properties" title="goa_read_later_override_properties ()">goa_read_later_override_properties</a> <span class="c_punctuation">()</span>
2782+</td>
2783+</tr>
2784+<tr>
2785+<td class="function_type">
2786+<span class="returnvalue">void</span>
2787+</td>
2788+<td class="function_name">
2789+<a class="link" href="GoaReadLater.html#goa-read-later-proxy-new" title="goa_read_later_proxy_new ()">goa_read_later_proxy_new</a> <span class="c_punctuation">()</span>
2790+</td>
2791+</tr>
2792+<tr>
2793+<td class="function_type">
2794+<a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="returnvalue">GoaReadLater</span></a> *
2795+</td>
2796+<td class="function_name">
2797+<a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-finish" title="goa_read_later_proxy_new_finish ()">goa_read_later_proxy_new_finish</a> <span class="c_punctuation">()</span>
2798+</td>
2799+</tr>
2800+<tr>
2801+<td class="function_type">
2802+<a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="returnvalue">GoaReadLater</span></a> *
2803+</td>
2804+<td class="function_name">
2805+<a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-sync" title="goa_read_later_proxy_new_sync ()">goa_read_later_proxy_new_sync</a> <span class="c_punctuation">()</span>
2806+</td>
2807+</tr>
2808+<tr>
2809+<td class="function_type">
2810+<span class="returnvalue">void</span>
2811+</td>
2812+<td class="function_name">
2813+<a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus" title="goa_read_later_proxy_new_for_bus ()">goa_read_later_proxy_new_for_bus</a> <span class="c_punctuation">()</span>
2814+</td>
2815+</tr>
2816+<tr>
2817+<td class="function_type">
2818+<a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="returnvalue">GoaReadLater</span></a> *
2819+</td>
2820+<td class="function_name">
2821+<a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus-finish" title="goa_read_later_proxy_new_for_bus_finish ()">goa_read_later_proxy_new_for_bus_finish</a> <span class="c_punctuation">()</span>
2822+</td>
2823+</tr>
2824+<tr>
2825+<td class="function_type">
2826+<a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="returnvalue">GoaReadLater</span></a> *
2827+</td>
2828+<td class="function_name">
2829+<a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus-sync" title="goa_read_later_proxy_new_for_bus_sync ()">goa_read_later_proxy_new_for_bus_sync</a> <span class="c_punctuation">()</span>
2830+</td>
2831+</tr>
2832+<tr>
2833+<td class="function_type">
2834+<a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="returnvalue">GoaReadLater</span></a> *
2835+</td>
2836+<td class="function_name">
2837+<a class="link" href="GoaReadLater.html#goa-read-later-skeleton-new" title="goa_read_later_skeleton_new ()">goa_read_later_skeleton_new</a> <span class="c_punctuation">()</span>
2838+</td>
2839+</tr>
2840+</tbody>
2841+</table></div>
2842+</div>
2843+<a name="GoaReadLaterProxy"></a><a name="GoaReadLaterSkeleton"></a><div class="refsect1">
2844+<a name="GoaReadLater.other"></a><h2>Types and Values</h2>
2845+<div class="informaltable"><table width="100%" border="0">
2846+<colgroup>
2847+<col width="150px" class="name">
2848+<col class="description">
2849+</colgroup>
2850+<tbody>
2851+<tr>
2852+<td class="datatype_keyword"> </td>
2853+<td class="function_name"><a class="link" href="GoaReadLater.html#GoaReadLater-struct" title="GoaReadLater">GoaReadLater</a></td>
2854+</tr>
2855+<tr>
2856+<td class="datatype_keyword">struct</td>
2857+<td class="function_name"><a class="link" href="GoaReadLater.html#GoaReadLaterIface" title="struct GoaReadLaterIface">GoaReadLaterIface</a></td>
2858+</tr>
2859+<tr>
2860+<td class="datatype_keyword">struct</td>
2861+<td class="function_name"><a class="link" href="GoaReadLater.html#GoaReadLaterProxy-struct" title="struct GoaReadLaterProxy">GoaReadLaterProxy</a></td>
2862+</tr>
2863+<tr>
2864+<td class="datatype_keyword">struct</td>
2865+<td class="function_name"><a class="link" href="GoaReadLater.html#GoaReadLaterProxyClass" title="struct GoaReadLaterProxyClass">GoaReadLaterProxyClass</a></td>
2866+</tr>
2867+<tr>
2868+<td class="datatype_keyword">struct</td>
2869+<td class="function_name"><a class="link" href="GoaReadLater.html#GoaReadLaterSkeleton-struct" title="struct GoaReadLaterSkeleton">GoaReadLaterSkeleton</a></td>
2870+</tr>
2871+<tr>
2872+<td class="datatype_keyword">struct</td>
2873+<td class="function_name"><a class="link" href="GoaReadLater.html#GoaReadLaterSkeletonClass" title="struct GoaReadLaterSkeletonClass">GoaReadLaterSkeletonClass</a></td>
2874+</tr>
2875+</tbody>
2876+</table></div>
2877+</div>
2878+<div class="refsect1">
2879+<a name="GoaReadLater.object-hierarchy"></a><h2>Object Hierarchy</h2>
2880+<pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
2881+ <span class="lineart">╰──</span> GoaReadLater
2882+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
2883+ <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
2884+ <span class="lineart">│</span> <span class="lineart">╰──</span> GoaReadLaterSkeleton
2885+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html">GDBusProxy</a>
2886+ <span class="lineart">╰──</span> GoaReadLaterProxy
2887+</pre>
2888+</div>
2889+<div class="refsect1">
2890+<a name="GoaReadLater.prerequisites"></a><h2>Prerequisites</h2>
2891+<p>
2892+GoaReadLater requires
2893+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
2894+</div>
2895+<div class="refsect1">
2896+<a name="GoaReadLater.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
2897+<p>
2898+GoaReadLaterProxy implements
2899+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a>, <a href="https://developer.gnome.org/gio/unstable/GInitable.html">GInitable</a>, <a href="https://developer.gnome.org/gio/unstable/GAsyncInitable.html">GAsyncInitable</a> and <a class="link" href="GoaReadLater.html" title="GoaReadLater">GoaReadLater</a>.</p>
2900+<p>
2901+GoaReadLaterSkeleton implements
2902+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a> and <a class="link" href="GoaReadLater.html" title="GoaReadLater">GoaReadLater</a>.</p>
2903+</div>
2904+<div class="refsect1">
2905+<a name="GoaReadLater.implementations"></a><h2>Known Implementations</h2>
2906+<p>
2907+GoaReadLater is implemented by
2908+ <a class="link" href="GoaReadLater.html#GoaReadLaterProxy">GoaReadLaterProxy</a> and <a class="link" href="GoaReadLater.html#GoaReadLaterSkeleton">GoaReadLaterSkeleton</a>.</p>
2909+</div>
2910+<div class="refsect1">
2911+<a name="GoaReadLater.description"></a><h2>Description</h2>
2912+<p>This section contains code for working with the org.gnome.OnlineAccounts.ReadLater D-Bus interface in C.</p>
2913+</div>
2914+<div class="refsect1">
2915+<a name="GoaReadLater.functions_details"></a><h2>Functions</h2>
2916+<div class="refsect2">
2917+<a name="goa-read-later-interface-info"></a><h3>goa_read_later_interface_info ()</h3>
2918+<pre class="programlisting"><a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> *
2919+goa_read_later_interface_info (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
2920+<p>Gets a machine-readable description of the org.gnome.OnlineAccounts.ReadLater D-Bus interface.</p>
2921+<div class="refsect3">
2922+<a name="id-1.4.5.20.12.2.5"></a><h4>Returns</h4>
2923+<p> A <a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. </p>
2924+<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
2925+</div>
2926+<p class="since">Since 3.12.0</p>
2927+</div>
2928+<hr>
2929+<div class="refsect2">
2930+<a name="goa-read-later-override-properties"></a><h3>goa_read_later_override_properties ()</h3>
2931+<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>
2932+goa_read_later_override_properties (<em class="parameter"><code><a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *klass</code></em>,
2933+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> property_id_begin</code></em>);</pre>
2934+<p>Overrides all <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> properties in the <a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="type">GoaReadLater</span></a> interface for a concrete class.
2935+The properties are overridden in the order they are defined.</p>
2936+<div class="refsect3">
2937+<a name="id-1.4.5.20.12.3.5"></a><h4>Parameters</h4>
2938+<div class="informaltable"><table width="100%" border="0">
2939+<colgroup>
2940+<col width="150px" class="parameters_name">
2941+<col class="parameters_description">
2942+<col width="200px" class="parameters_annotations">
2943+</colgroup>
2944+<tbody>
2945+<tr>
2946+<td class="parameter_name"><p>klass</p></td>
2947+<td class="parameter_description"><p>The class structure for a <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>-derived class.</p></td>
2948+<td class="parameter_annotations"> </td>
2949+</tr>
2950+<tr>
2951+<td class="parameter_name"><p>property_id_begin</p></td>
2952+<td class="parameter_description"><p>The property id to assign to the first overridden property.</p></td>
2953+<td class="parameter_annotations"> </td>
2954+</tr>
2955+</tbody>
2956+</table></div>
2957+</div>
2958+<div class="refsect3">
2959+<a name="id-1.4.5.20.12.3.6"></a><h4>Returns</h4>
2960+<p> The last property id.</p>
2961+<p></p>
2962+</div>
2963+<p class="since">Since 3.12.0</p>
2964+</div>
2965+<hr>
2966+<div class="refsect2">
2967+<a name="goa-read-later-proxy-new"></a><h3>goa_read_later_proxy_new ()</h3>
2968+<pre class="programlisting"><span class="returnvalue">void</span>
2969+goa_read_later_proxy_new (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a> *connection</code></em>,
2970+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
2971+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2972+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
2973+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2974+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
2975+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
2976+<p>Asynchronously creates a proxy for the D-Bus interface org.gnome.OnlineAccounts.ReadLater. See <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#g-dbus-proxy-new"><code class="function">g_dbus_proxy_new()</code></a> for more details.</p>
2977+<p>When the operation is finished, <em class="parameter"><code>callback</code></em>
2978+ will be invoked in the <a href="https://developer.gnome.org/glib/unstable/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main loop</a> of the thread you are calling this method from.
2979+You can then call <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-finish" title="goa_read_later_proxy_new_finish ()"><code class="function">goa_read_later_proxy_new_finish()</code></a> to get the result of the operation.</p>
2980+<p>See <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-sync" title="goa_read_later_proxy_new_sync ()"><code class="function">goa_read_later_proxy_new_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
2981+<div class="refsect3">
2982+<a name="id-1.4.5.20.12.4.7"></a><h4>Parameters</h4>
2983+<div class="informaltable"><table width="100%" border="0">
2984+<colgroup>
2985+<col width="150px" class="parameters_name">
2986+<col class="parameters_description">
2987+<col width="200px" class="parameters_annotations">
2988+</colgroup>
2989+<tbody>
2990+<tr>
2991+<td class="parameter_name"><p>connection</p></td>
2992+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</p></td>
2993+<td class="parameter_annotations"> </td>
2994+</tr>
2995+<tr>
2996+<td class="parameter_name"><p>flags</p></td>
2997+<td class="parameter_description"><p>Flags from the <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
2998+<td class="parameter_annotations"> </td>
2999+</tr>
3000+<tr>
3001+<td class="parameter_name"><p>name</p></td>
3002+<td class="parameter_description"><p> A bus name (well-known or unique) or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>connection</code></em>
3003+is not a message bus connection. </p></td>
3004+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3005+</tr>
3006+<tr>
3007+<td class="parameter_name"><p>object_path</p></td>
3008+<td class="parameter_description"><p>An object path.</p></td>
3009+<td class="parameter_annotations"> </td>
3010+</tr>
3011+<tr>
3012+<td class="parameter_name"><p>cancellable</p></td>
3013+<td class="parameter_description"><p> A <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3014+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3015+</tr>
3016+<tr>
3017+<td class="parameter_name"><p>callback</p></td>
3018+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied.</p></td>
3019+<td class="parameter_annotations"> </td>
3020+</tr>
3021+<tr>
3022+<td class="parameter_name"><p>user_data</p></td>
3023+<td class="parameter_description"><p>User data to pass to <em class="parameter"><code>callback</code></em>
3024+.</p></td>
3025+<td class="parameter_annotations"> </td>
3026+</tr>
3027+</tbody>
3028+</table></div>
3029+</div>
3030+<p class="since">Since 3.12.0</p>
3031+</div>
3032+<hr>
3033+<div class="refsect2">
3034+<a name="goa-read-later-proxy-new-finish"></a><h3>goa_read_later_proxy_new_finish ()</h3>
3035+<pre class="programlisting"><a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="returnvalue">GoaReadLater</span></a> *
3036+goa_read_later_proxy_new_finish (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
3037+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
3038+<p>Finishes an operation started with <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new" title="goa_read_later_proxy_new ()"><code class="function">goa_read_later_proxy_new()</code></a>.</p>
3039+<div class="refsect3">
3040+<a name="id-1.4.5.20.12.5.5"></a><h4>Parameters</h4>
3041+<div class="informaltable"><table width="100%" border="0">
3042+<colgroup>
3043+<col width="150px" class="parameters_name">
3044+<col class="parameters_description">
3045+<col width="200px" class="parameters_annotations">
3046+</colgroup>
3047+<tbody>
3048+<tr>
3049+<td class="parameter_name"><p>res</p></td>
3050+<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> obtained from the <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new" title="goa_read_later_proxy_new ()"><code class="function">goa_read_later_proxy_new()</code></a>.</p></td>
3051+<td class="parameter_annotations"> </td>
3052+</tr>
3053+<tr>
3054+<td class="parameter_name"><p>error</p></td>
3055+<td class="parameter_description"><p>Return location for error or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
3056+<td class="parameter_annotations"> </td>
3057+</tr>
3058+</tbody>
3059+</table></div>
3060+</div>
3061+<div class="refsect3">
3062+<a name="id-1.4.5.20.12.5.6"></a><h4>Returns</h4>
3063+<p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
3064+is set. </p>
3065+<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaReadLaterProxy]</span></p>
3066+</div>
3067+<p class="since">Since 3.12.0</p>
3068+</div>
3069+<hr>
3070+<div class="refsect2">
3071+<a name="goa-read-later-proxy-new-sync"></a><h3>goa_read_later_proxy_new_sync ()</h3>
3072+<pre class="programlisting"><a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="returnvalue">GoaReadLater</span></a> *
3073+goa_read_later_proxy_new_sync (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a> *connection</code></em>,
3074+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
3075+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
3076+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
3077+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
3078+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
3079+<p>Synchronously creates a proxy for the D-Bus interface org.gnome.OnlineAccounts.ReadLater. See <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#g-dbus-proxy-new-sync"><code class="function">g_dbus_proxy_new_sync()</code></a> for more details.</p>
3080+<p>The calling thread is blocked until a reply is received.</p>
3081+<p>See <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new" title="goa_read_later_proxy_new ()"><code class="function">goa_read_later_proxy_new()</code></a> for the asynchronous version of this constructor.</p>
3082+<div class="refsect3">
3083+<a name="id-1.4.5.20.12.6.7"></a><h4>Parameters</h4>
3084+<div class="informaltable"><table width="100%" border="0">
3085+<colgroup>
3086+<col width="150px" class="parameters_name">
3087+<col class="parameters_description">
3088+<col width="200px" class="parameters_annotations">
3089+</colgroup>
3090+<tbody>
3091+<tr>
3092+<td class="parameter_name"><p>connection</p></td>
3093+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</p></td>
3094+<td class="parameter_annotations"> </td>
3095+</tr>
3096+<tr>
3097+<td class="parameter_name"><p>flags</p></td>
3098+<td class="parameter_description"><p>Flags from the <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
3099+<td class="parameter_annotations"> </td>
3100+</tr>
3101+<tr>
3102+<td class="parameter_name"><p>name</p></td>
3103+<td class="parameter_description"><p> A bus name (well-known or unique) or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>connection</code></em>
3104+is not a message bus connection. </p></td>
3105+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3106+</tr>
3107+<tr>
3108+<td class="parameter_name"><p>object_path</p></td>
3109+<td class="parameter_description"><p>An object path.</p></td>
3110+<td class="parameter_annotations"> </td>
3111+</tr>
3112+<tr>
3113+<td class="parameter_name"><p>cancellable</p></td>
3114+<td class="parameter_description"><p> A <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3115+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3116+</tr>
3117+<tr>
3118+<td class="parameter_name"><p>error</p></td>
3119+<td class="parameter_description"><p>Return location for error or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
3120+<td class="parameter_annotations"> </td>
3121+</tr>
3122+</tbody>
3123+</table></div>
3124+</div>
3125+<div class="refsect3">
3126+<a name="id-1.4.5.20.12.6.8"></a><h4>Returns</h4>
3127+<p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
3128+is set. </p>
3129+<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaReadLaterProxy]</span></p>
3130+</div>
3131+<p class="since">Since 3.12.0</p>
3132+</div>
3133+<hr>
3134+<div class="refsect2">
3135+<a name="goa-read-later-proxy-new-for-bus"></a><h3>goa_read_later_proxy_new_for_bus ()</h3>
3136+<pre class="programlisting"><span class="returnvalue">void</span>
3137+goa_read_later_proxy_new_for_bus (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
3138+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
3139+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
3140+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
3141+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
3142+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
3143+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
3144+<p>Like <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new" title="goa_read_later_proxy_new ()"><code class="function">goa_read_later_proxy_new()</code></a> but takes a <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> instead of a <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</p>
3145+<p>When the operation is finished, <em class="parameter"><code>callback</code></em>
3146+ will be invoked in the <a href="https://developer.gnome.org/glib/unstable/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main loop</a> of the thread you are calling this method from.
3147+You can then call <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus-finish" title="goa_read_later_proxy_new_for_bus_finish ()"><code class="function">goa_read_later_proxy_new_for_bus_finish()</code></a> to get the result of the operation.</p>
3148+<p>See <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus-sync" title="goa_read_later_proxy_new_for_bus_sync ()"><code class="function">goa_read_later_proxy_new_for_bus_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
3149+<div class="refsect3">
3150+<a name="id-1.4.5.20.12.7.7"></a><h4>Parameters</h4>
3151+<div class="informaltable"><table width="100%" border="0">
3152+<colgroup>
3153+<col width="150px" class="parameters_name">
3154+<col class="parameters_description">
3155+<col width="200px" class="parameters_annotations">
3156+</colgroup>
3157+<tbody>
3158+<tr>
3159+<td class="parameter_name"><p>bus_type</p></td>
3160+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</p></td>
3161+<td class="parameter_annotations"> </td>
3162+</tr>
3163+<tr>
3164+<td class="parameter_name"><p>flags</p></td>
3165+<td class="parameter_description"><p>Flags from the <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
3166+<td class="parameter_annotations"> </td>
3167+</tr>
3168+<tr>
3169+<td class="parameter_name"><p>name</p></td>
3170+<td class="parameter_description"><p>A bus name (well-known or unique).</p></td>
3171+<td class="parameter_annotations"> </td>
3172+</tr>
3173+<tr>
3174+<td class="parameter_name"><p>object_path</p></td>
3175+<td class="parameter_description"><p>An object path.</p></td>
3176+<td class="parameter_annotations"> </td>
3177+</tr>
3178+<tr>
3179+<td class="parameter_name"><p>cancellable</p></td>
3180+<td class="parameter_description"><p> A <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3181+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3182+</tr>
3183+<tr>
3184+<td class="parameter_name"><p>callback</p></td>
3185+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied.</p></td>
3186+<td class="parameter_annotations"> </td>
3187+</tr>
3188+<tr>
3189+<td class="parameter_name"><p>user_data</p></td>
3190+<td class="parameter_description"><p>User data to pass to <em class="parameter"><code>callback</code></em>
3191+.</p></td>
3192+<td class="parameter_annotations"> </td>
3193+</tr>
3194+</tbody>
3195+</table></div>
3196+</div>
3197+<p class="since">Since 3.12.0</p>
3198+</div>
3199+<hr>
3200+<div class="refsect2">
3201+<a name="goa-read-later-proxy-new-for-bus-finish"></a><h3>goa_read_later_proxy_new_for_bus_finish ()</h3>
3202+<pre class="programlisting"><a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="returnvalue">GoaReadLater</span></a> *
3203+goa_read_later_proxy_new_for_bus_finish
3204+ (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
3205+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
3206+<p>Finishes an operation started with <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus" title="goa_read_later_proxy_new_for_bus ()"><code class="function">goa_read_later_proxy_new_for_bus()</code></a>.</p>
3207+<div class="refsect3">
3208+<a name="id-1.4.5.20.12.8.5"></a><h4>Parameters</h4>
3209+<div class="informaltable"><table width="100%" border="0">
3210+<colgroup>
3211+<col width="150px" class="parameters_name">
3212+<col class="parameters_description">
3213+<col width="200px" class="parameters_annotations">
3214+</colgroup>
3215+<tbody>
3216+<tr>
3217+<td class="parameter_name"><p>res</p></td>
3218+<td class="parameter_description"><p>The <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> obtained from the <a href="https://developer.gnome.org/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus" title="goa_read_later_proxy_new_for_bus ()"><code class="function">goa_read_later_proxy_new_for_bus()</code></a>.</p></td>
3219+<td class="parameter_annotations"> </td>
3220+</tr>
3221+<tr>
3222+<td class="parameter_name"><p>error</p></td>
3223+<td class="parameter_description"><p>Return location for error or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
3224+<td class="parameter_annotations"> </td>
3225+</tr>
3226+</tbody>
3227+</table></div>
3228+</div>
3229+<div class="refsect3">
3230+<a name="id-1.4.5.20.12.8.6"></a><h4>Returns</h4>
3231+<p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
3232+is set. </p>
3233+<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaReadLaterProxy]</span></p>
3234+</div>
3235+<p class="since">Since 3.12.0</p>
3236+</div>
3237+<hr>
3238+<div class="refsect2">
3239+<a name="goa-read-later-proxy-new-for-bus-sync"></a><h3>goa_read_later_proxy_new_for_bus_sync ()</h3>
3240+<pre class="programlisting"><a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="returnvalue">GoaReadLater</span></a> *
3241+goa_read_later_proxy_new_for_bus_sync (<em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
3242+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
3243+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
3244+ <em class="parameter"><code>const <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
3245+ <em class="parameter"><code><a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
3246+ <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
3247+<p>Like <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-sync" title="goa_read_later_proxy_new_sync ()"><code class="function">goa_read_later_proxy_new_sync()</code></a> but takes a <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> instead of a <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</p>
3248+<p>The calling thread is blocked until a reply is received.</p>
3249+<p>See <a class="link" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus" title="goa_read_later_proxy_new_for_bus ()"><code class="function">goa_read_later_proxy_new_for_bus()</code></a> for the asynchronous version of this constructor.</p>
3250+<div class="refsect3">
3251+<a name="id-1.4.5.20.12.9.7"></a><h4>Parameters</h4>
3252+<div class="informaltable"><table width="100%" border="0">
3253+<colgroup>
3254+<col width="150px" class="parameters_name">
3255+<col class="parameters_description">
3256+<col width="200px" class="parameters_annotations">
3257+</colgroup>
3258+<tbody>
3259+<tr>
3260+<td class="parameter_name"><p>bus_type</p></td>
3261+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</p></td>
3262+<td class="parameter_annotations"> </td>
3263+</tr>
3264+<tr>
3265+<td class="parameter_name"><p>flags</p></td>
3266+<td class="parameter_description"><p>Flags from the <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</p></td>
3267+<td class="parameter_annotations"> </td>
3268+</tr>
3269+<tr>
3270+<td class="parameter_name"><p>name</p></td>
3271+<td class="parameter_description"><p>A bus name (well-known or unique).</p></td>
3272+<td class="parameter_annotations"> </td>
3273+</tr>
3274+<tr>
3275+<td class="parameter_name"><p>object_path</p></td>
3276+<td class="parameter_description"><p>An object path.</p></td>
3277+<td class="parameter_annotations"> </td>
3278+</tr>
3279+<tr>
3280+<td class="parameter_name"><p>cancellable</p></td>
3281+<td class="parameter_description"><p> A <a href="https://developer.gnome.org/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
3282+<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
3283+</tr>
3284+<tr>
3285+<td class="parameter_name"><p>error</p></td>
3286+<td class="parameter_description"><p>Return location for error or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></p></td>
3287+<td class="parameter_annotations"> </td>
3288+</tr>
3289+</tbody>
3290+</table></div>
3291+</div>
3292+<div class="refsect3">
3293+<a name="id-1.4.5.20.12.9.8"></a><h4>Returns</h4>
3294+<p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
3295+is set. </p>
3296+<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaReadLaterProxy]</span></p>
3297+</div>
3298+<p class="since">Since 3.12.0</p>
3299+</div>
3300+<hr>
3301+<div class="refsect2">
3302+<a name="goa-read-later-skeleton-new"></a><h3>goa_read_later_skeleton_new ()</h3>
3303+<pre class="programlisting"><a class="link" href="GoaReadLater.html" title="GoaReadLater"><span class="returnvalue">GoaReadLater</span></a> *
3304+goa_read_later_skeleton_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
3305+<p>Creates a skeleton object for the D-Bus interface org.gnome.OnlineAccounts.ReadLater.</p>
3306+<div class="refsect3">
3307+<a name="id-1.4.5.20.12.10.5"></a><h4>Returns</h4>
3308+<p> The skeleton object. </p>
3309+<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaReadLaterSkeleton]</span></p>
3310+</div>
3311+<p class="since">Since 3.12.0</p>
3312+</div>
3313+</div>
3314+<div class="refsect1">
3315+<a name="GoaReadLater.other_details"></a><h2>Types and Values</h2>
3316+<div class="refsect2">
3317+<a name="GoaReadLater-struct"></a><h3>GoaReadLater</h3>
3318+<pre class="programlisting">typedef struct _GoaReadLater GoaReadLater;</pre>
3319+<p>Abstract interface type for the D-Bus interface org.gnome.OnlineAccounts.ReadLater.</p>
3320+<p class="since">Since 3.12.0</p>
3321+</div>
3322+<hr>
3323+<div class="refsect2">
3324+<a name="GoaReadLaterIface"></a><h3>struct GoaReadLaterIface</h3>
3325+<pre class="programlisting">struct GoaReadLaterIface {
3326+ GTypeInterface parent_iface;
3327+};
3328+</pre>
3329+<p>Virtual table for the D-Bus interface org.gnome.OnlineAccounts.ReadLater.</p>
3330+<div class="refsect3">
3331+<a name="id-1.4.5.20.13.3.5"></a><h4>Members</h4>
3332+<div class="informaltable"><table width="100%" border="0">
3333+<colgroup>
3334+<col width="300px" class="struct_members_name">
3335+<col class="struct_members_description">
3336+<col width="200px" class="struct_members_annotations">
3337+</colgroup>
3338+<tbody><tr>
3339+<td class="struct_member_name"><p><a href="https://developer.gnome.org/gobject/unstable/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GoaReadLaterIface.parent-iface"></a>parent_iface</code></em>;</p></td>
3340+<td class="struct_member_description"><p>The parent interface.</p></td>
3341+<td class="struct_member_annotations"> </td>
3342+</tr></tbody>
3343+</table></div>
3344+</div>
3345+<p class="since">Since 3.12.0</p>
3346+</div>
3347+<hr>
3348+<div class="refsect2">
3349+<a name="GoaReadLaterProxy-struct"></a><h3>struct GoaReadLaterProxy</h3>
3350+<pre class="programlisting">struct GoaReadLaterProxy;</pre>
3351+<p>The <a class="link" href="GoaReadLater.html#GoaReadLaterProxy"><span class="type">GoaReadLaterProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
3352+<p class="since">Since 3.12.0</p>
3353+</div>
3354+<hr>
3355+<div class="refsect2">
3356+<a name="GoaReadLaterProxyClass"></a><h3>struct GoaReadLaterProxyClass</h3>
3357+<pre class="programlisting">struct GoaReadLaterProxyClass {
3358+ GDBusProxyClass parent_class;
3359+};
3360+</pre>
3361+<p>Class structure for <a class="link" href="GoaReadLater.html#GoaReadLaterProxy"><span class="type">GoaReadLaterProxy</span></a>.</p>
3362+<div class="refsect3">
3363+<a name="id-1.4.5.20.13.5.5"></a><h4>Members</h4>
3364+<div class="informaltable"><table width="100%" border="0">
3365+<colgroup>
3366+<col width="300px" class="struct_members_name">
3367+<col class="struct_members_description">
3368+<col width="200px" class="struct_members_annotations">
3369+</colgroup>
3370+<tbody><tr>
3371+<td class="struct_member_name"><p><a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html#GDBusProxyClass"><span class="type">GDBusProxyClass</span></a> <em class="structfield"><code><a name="GoaReadLaterProxyClass.parent-class"></a>parent_class</code></em>;</p></td>
3372+<td class="struct_member_description"><p>The parent class.</p></td>
3373+<td class="struct_member_annotations"> </td>
3374+</tr></tbody>
3375+</table></div>
3376+</div>
3377+<p class="since">Since 3.12.0</p>
3378+</div>
3379+<hr>
3380+<div class="refsect2">
3381+<a name="GoaReadLaterSkeleton-struct"></a><h3>struct GoaReadLaterSkeleton</h3>
3382+<pre class="programlisting">struct GoaReadLaterSkeleton;</pre>
3383+<p>The <a class="link" href="GoaReadLater.html#GoaReadLaterSkeleton"><span class="type">GoaReadLaterSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
3384+<p class="since">Since 3.12.0</p>
3385+</div>
3386+<hr>
3387+<div class="refsect2">
3388+<a name="GoaReadLaterSkeletonClass"></a><h3>struct GoaReadLaterSkeletonClass</h3>
3389+<pre class="programlisting">struct GoaReadLaterSkeletonClass {
3390+ GDBusInterfaceSkeletonClass parent_class;
3391+};
3392+</pre>
3393+<p>Class structure for <a class="link" href="GoaReadLater.html#GoaReadLaterSkeleton"><span class="type">GoaReadLaterSkeleton</span></a>.</p>
3394+<div class="refsect3">
3395+<a name="id-1.4.5.20.13.7.5"></a><h4>Members</h4>
3396+<div class="informaltable"><table width="100%" border="0">
3397+<colgroup>
3398+<col width="300px" class="struct_members_name">
3399+<col class="struct_members_description">
3400+<col width="200px" class="struct_members_annotations">
3401+</colgroup>
3402+<tbody><tr>
3403+<td class="struct_member_name"><p><a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass"><span class="type">GDBusInterfaceSkeletonClass</span></a> <em class="structfield"><code><a name="GoaReadLaterSkeletonClass.parent-class"></a>parent_class</code></em>;</p></td>
3404+<td class="struct_member_description"><p>The parent class.</p></td>
3405+<td class="struct_member_annotations"> </td>
3406+</tr></tbody>
3407+</table></div>
3408+</div>
3409+<p class="since">Since 3.12.0</p>
3410+</div>
3411+</div>
3412+</div>
3413+<div class="footer">
3414+<hr>
3415+ Generated by GTK-Doc V1.21</div>
3416+</body>
3417+</html>
3418\ No newline at end of file
3419
3420=== modified file 'doc/html/GoaTicketing.html'
3421--- doc/html/GoaTicketing.html 2014-10-20 00:29:37 +0000
3422+++ doc/html/GoaTicketing.html 2014-11-21 20:09:34 +0000
3423@@ -7,7 +7,7 @@
3424 <link rel="home" href="index.html" title="GNOME Online Accounts Reference Manual">
3425 <link rel="up" href="ref-library-generated.html" title="Generated Code">
3426 <link rel="prev" href="GoaMediaServer.html" title="GoaMediaServer">
3427-<link rel="next" href="ref-backend-library.html" title="Part IV. Backend Library API Reference">
3428+<link rel="next" href="GoaReadLater.html" title="GoaReadLater">
3429 <meta name="generator" content="GTK-Doc V1.21 (XML mode)">
3430 <link rel="stylesheet" href="style.css" type="text/css">
3431 </head>
3432@@ -16,13 +16,16 @@
3433 <td width="100%" align="left" class="shortcuts">
3434 <a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
3435 <a href="#GoaTicketing.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
3436- <a href="#GoaTicketing.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
3437- <a href="#GoaTicketing.prerequisites" class="shortcut">Prerequisites</a></span>
3438+ <a href="#GoaTicketing.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
3439+ <a href="#GoaTicketing.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_prerequisites">  <span class="dim">|</span> 
3440+ <a href="#GoaTicketing.prerequisites" class="shortcut">Prerequisites</a></span><span id="nav_implementations">  <span class="dim">|</span> 
3441+ <a href="#GoaTicketing.implementations" class="shortcut">Known Implementations</a></span><span id="nav_signals">  <span class="dim">|</span> 
3442+ <a href="#GoaTicketing.signals" class="shortcut">Signals</a></span>
3443 </td>
3444 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
3445 <td><a accesskey="u" href="ref-library-generated.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
3446 <td><a accesskey="p" href="GoaMediaServer.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
3447-<td><a accesskey="n" href="ref-backend-library.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
3448+<td><a accesskey="n" href="GoaReadLater.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
3449 </tr></table>
3450 <div class="refentry">
3451 <a name="GoaTicketing"></a><div class="titlepage"></div>
3452@@ -149,6 +152,21 @@
3453 </table></div>
3454 </div>
3455 <div class="refsect1">
3456+<a name="GoaTicketing.signals"></a><h2>Signals</h2>
3457+<div class="informaltable"><table border="0">
3458+<colgroup>
3459+<col width="150px" class="signals_return">
3460+<col width="300px" class="signals_name">
3461+<col width="200px" class="signals_flags">
3462+</colgroup>
3463+<tbody><tr>
3464+<td class="signal_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a></td>
3465+<td class="signal_name"><a class="link" href="GoaTicketing.html#GoaTicketing-handle-get-ticket" title="The “handle-get-ticket” signal">handle-get-ticket</a></td>
3466+<td class="signal_flags">Run Last</td>
3467+</tr></tbody>
3468+</table></div>
3469+</div>
3470+<a name="GoaTicketingProxy"></a><a name="GoaTicketingSkeleton"></a><div class="refsect1">
3471 <a name="GoaTicketing.other"></a><h2>Types and Values</h2>
3472 <div class="informaltable"><table width="100%" border="0">
3473 <colgroup>
3474@@ -166,7 +184,7 @@
3475 </tr>
3476 <tr>
3477 <td class="datatype_keyword">struct</td>
3478-<td class="function_name"><a class="link" href="GoaTicketing.html#GoaTicketingProxy" title="struct GoaTicketingProxy">GoaTicketingProxy</a></td>
3479+<td class="function_name"><a class="link" href="GoaTicketing.html#GoaTicketingProxy-struct" title="struct GoaTicketingProxy">GoaTicketingProxy</a></td>
3480 </tr>
3481 <tr>
3482 <td class="datatype_keyword">struct</td>
3483@@ -174,7 +192,7 @@
3484 </tr>
3485 <tr>
3486 <td class="datatype_keyword">struct</td>
3487-<td class="function_name"><a class="link" href="GoaTicketing.html#GoaTicketingSkeleton" title="struct GoaTicketingSkeleton">GoaTicketingSkeleton</a></td>
3488+<td class="function_name"><a class="link" href="GoaTicketing.html#GoaTicketingSkeleton-struct" title="struct GoaTicketingSkeleton">GoaTicketingSkeleton</a></td>
3489 </tr>
3490 <tr>
3491 <td class="datatype_keyword">struct</td>
3492@@ -187,6 +205,11 @@
3493 <a name="GoaTicketing.object-hierarchy"></a><h2>Object Hierarchy</h2>
3494 <pre class="screen"> <a href="https://developer.gnome.org/gobject/unstable/GTypeModule.html">GInterface</a>
3495 <span class="lineart">╰──</span> GoaTicketing
3496+ <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
3497+ <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
3498+ <span class="lineart">│</span> <span class="lineart">╰──</span> GoaTicketingSkeleton
3499+ <span class="lineart">╰──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusProxy.html">GDBusProxy</a>
3500+ <span class="lineart">╰──</span> GoaTicketingProxy
3501 </pre>
3502 </div>
3503 <div class="refsect1">
3504@@ -196,6 +219,21 @@
3505 <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
3506 </div>
3507 <div class="refsect1">
3508+<a name="GoaTicketing.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
3509+<p>
3510+GoaTicketingProxy implements
3511+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a>, <a href="https://developer.gnome.org/gio/unstable/GInitable.html">GInitable</a>, <a href="https://developer.gnome.org/gio/unstable/GAsyncInitable.html">GAsyncInitable</a> and <a class="link" href="GoaTicketing.html" title="GoaTicketing">GoaTicketing</a>.</p>
3512+<p>
3513+GoaTicketingSkeleton implements
3514+ <a href="https://developer.gnome.org/gio/unstable/GDBusInterface.html">GDBusInterface</a> and <a class="link" href="GoaTicketing.html" title="GoaTicketing">GoaTicketing</a>.</p>
3515+</div>
3516+<div class="refsect1">
3517+<a name="GoaTicketing.implementations"></a><h2>Known Implementations</h2>
3518+<p>
3519+GoaTicketing is implemented by
3520+ <a class="link" href="GoaTicketing.html#GoaTicketingProxy">GoaTicketingProxy</a> and <a class="link" href="GoaTicketing.html#GoaTicketingSkeleton">GoaTicketingSkeleton</a>.</p>
3521+</div>
3522+<div class="refsect1">
3523 <a name="GoaTicketing.description"></a><h2>Description</h2>
3524 <p>This section contains code for working with the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Ticketing.html#gdbus-interface-org-gnome-OnlineAccounts-Ticketing.top_of_page">org.gnome.OnlineAccounts.Ticketing</a> D-Bus interface in C.</p>
3525 </div>
3526@@ -207,7 +245,7 @@
3527 goa_ticketing_interface_info (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
3528 <p>Gets a machine-readable description of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Ticketing.html#gdbus-interface-org-gnome-OnlineAccounts-Ticketing.top_of_page">org.gnome.OnlineAccounts.Ticketing</a> D-Bus interface.</p>
3529 <div class="refsect3">
3530-<a name="id-1.4.5.19.8.2.5"></a><h4>Returns</h4>
3531+<a name="id-1.4.5.19.13.2.5"></a><h4>Returns</h4>
3532 <p> A <a href="https://developer.gnome.org/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. </p>
3533 <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
3534 </div>
3535@@ -222,7 +260,7 @@
3536 <p>Overrides all <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> properties in the <a class="link" href="GoaTicketing.html" title="GoaTicketing"><span class="type">GoaTicketing</span></a> interface for a concrete class.
3537 The properties are overridden in the order they are defined.</p>
3538 <div class="refsect3">
3539-<a name="id-1.4.5.19.8.3.5"></a><h4>Parameters</h4>
3540+<a name="id-1.4.5.19.13.3.5"></a><h4>Parameters</h4>
3541 <div class="informaltable"><table width="100%" border="0">
3542 <colgroup>
3543 <col width="150px" class="parameters_name">
3544@@ -244,7 +282,7 @@
3545 </table></div>
3546 </div>
3547 <div class="refsect3">
3548-<a name="id-1.4.5.19.8.3.6"></a><h4>Returns</h4>
3549+<a name="id-1.4.5.19.13.3.6"></a><h4>Returns</h4>
3550 <p> The last property id.</p>
3551 <p></p>
3552 </div>
3553@@ -265,7 +303,7 @@
3554 You can then call <a class="link" href="GoaTicketing.html#goa-ticketing-call-get-ticket-finish" title="goa_ticketing_call_get_ticket_finish ()"><code class="function">goa_ticketing_call_get_ticket_finish()</code></a> to get the result of the operation.</p>
3555 <p>See <a class="link" href="GoaTicketing.html#goa-ticketing-call-get-ticket-sync" title="goa_ticketing_call_get_ticket_sync ()"><code class="function">goa_ticketing_call_get_ticket_sync()</code></a> for the synchronous, blocking version of this method.</p>
3556 <div class="refsect3">
3557-<a name="id-1.4.5.19.8.4.6"></a><h4>Parameters</h4>
3558+<a name="id-1.4.5.19.13.4.6"></a><h4>Parameters</h4>
3559 <div class="informaltable"><table width="100%" border="0">
3560 <colgroup>
3561 <col width="150px" class="parameters_name">
3562@@ -275,7 +313,7 @@
3563 <tbody>
3564 <tr>
3565 <td class="parameter_name"><p>proxy</p></td>
3566-<td class="parameter_description"><p>A <a class="link" href="GoaTicketing.html#GoaTicketingProxy" title="struct GoaTicketingProxy"><span class="type">GoaTicketingProxy</span></a>.</p></td>
3567+<td class="parameter_description"><p>A <a class="link" href="GoaTicketing.html#GoaTicketingProxy"><span class="type">GoaTicketingProxy</span></a>.</p></td>
3568 <td class="parameter_annotations"> </td>
3569 </tr>
3570 <tr>
3571@@ -308,7 +346,7 @@
3572 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
3573 <p>Finishes an operation started with <a class="link" href="GoaTicketing.html#goa-ticketing-call-get-ticket" title="goa_ticketing_call_get_ticket ()"><code class="function">goa_ticketing_call_get_ticket()</code></a>.</p>
3574 <div class="refsect3">
3575-<a name="id-1.4.5.19.8.5.5"></a><h4>Parameters</h4>
3576+<a name="id-1.4.5.19.13.5.5"></a><h4>Parameters</h4>
3577 <div class="informaltable"><table width="100%" border="0">
3578 <colgroup>
3579 <col width="150px" class="parameters_name">
3580@@ -318,7 +356,7 @@
3581 <tbody>
3582 <tr>
3583 <td class="parameter_name"><p>proxy</p></td>
3584-<td class="parameter_description"><p>A <a class="link" href="GoaTicketing.html#GoaTicketingProxy" title="struct GoaTicketingProxy"><span class="type">GoaTicketingProxy</span></a>.</p></td>
3585+<td class="parameter_description"><p>A <a class="link" href="GoaTicketing.html#GoaTicketingProxy"><span class="type">GoaTicketingProxy</span></a>.</p></td>
3586 <td class="parameter_annotations"> </td>
3587 </tr>
3588 <tr>
3589@@ -335,7 +373,7 @@
3590 </table></div>
3591 </div>
3592 <div class="refsect3">
3593-<a name="id-1.4.5.19.8.5.6"></a><h4>Returns</h4>
3594+<a name="id-1.4.5.19.13.5.6"></a><h4>Returns</h4>
3595 <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
3596 is set. </p>
3597 <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
3598@@ -353,7 +391,7 @@
3599 . The calling thread is blocked until a reply is received.</p>
3600 <p>See <a class="link" href="GoaTicketing.html#goa-ticketing-call-get-ticket" title="goa_ticketing_call_get_ticket ()"><code class="function">goa_ticketing_call_get_ticket()</code></a> for the asynchronous version of this method.</p>
3601 <div class="refsect3">
3602-<a name="id-1.4.5.19.8.6.6"></a><h4>Parameters</h4>
3603+<a name="id-1.4.5.19.13.6.6"></a><h4>Parameters</h4>
3604 <div class="informaltable"><table width="100%" border="0">
3605 <colgroup>
3606 <col width="150px" class="parameters_name">
3607@@ -363,7 +401,7 @@
3608 <tbody>
3609 <tr>
3610 <td class="parameter_name"><p>proxy</p></td>
3611-<td class="parameter_description"><p>A <a class="link" href="GoaTicketing.html#GoaTicketingProxy" title="struct GoaTicketingProxy"><span class="type">GoaTicketingProxy</span></a>.</p></td>
3612+<td class="parameter_description"><p>A <a class="link" href="GoaTicketing.html#GoaTicketingProxy"><span class="type">GoaTicketingProxy</span></a>.</p></td>
3613 <td class="parameter_annotations"> </td>
3614 </tr>
3615 <tr>
3616@@ -380,7 +418,7 @@
3617 </table></div>
3618 </div>
3619 <div class="refsect3">
3620-<a name="id-1.4.5.19.8.6.7"></a><h4>Returns</h4>
3621+<a name="id-1.4.5.19.13.6.7"></a><h4>Returns</h4>
3622 <p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em>
3623 is set. </p>
3624 <p><span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span></p>
3625@@ -397,7 +435,7 @@
3626 <p>This method will free <em class="parameter"><code>invocation</code></em>
3627 , you cannot use it afterwards.</p>
3628 <div class="refsect3">
3629-<a name="id-1.4.5.19.8.7.6"></a><h4>Parameters</h4>
3630+<a name="id-1.4.5.19.13.7.6"></a><h4>Parameters</h4>
3631 <div class="informaltable"><table width="100%" border="0">
3632 <colgroup>
3633 <col width="150px" class="parameters_name">
3634@@ -437,7 +475,7 @@
3635 You can then call <a class="link" href="GoaTicketing.html#goa-ticketing-proxy-new-finish" title="goa_ticketing_proxy_new_finish ()"><code class="function">goa_ticketing_proxy_new_finish()</code></a> to get the result of the operation.</p>
3636 <p>See <a class="link" href="GoaTicketing.html#goa-ticketing-proxy-new-sync" title="goa_ticketing_proxy_new_sync ()"><code class="function">goa_ticketing_proxy_new_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
3637 <div class="refsect3">
3638-<a name="id-1.4.5.19.8.8.7"></a><h4>Parameters</h4>
3639+<a name="id-1.4.5.19.13.8.7"></a><h4>Parameters</h4>
3640 <div class="informaltable"><table width="100%" border="0">
3641 <colgroup>
3642 <col width="150px" class="parameters_name">
3643@@ -495,7 +533,7 @@
3644 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
3645 <p>Finishes an operation started with <a class="link" href="GoaTicketing.html#goa-ticketing-proxy-new" title="goa_ticketing_proxy_new ()"><code class="function">goa_ticketing_proxy_new()</code></a>.</p>
3646 <div class="refsect3">
3647-<a name="id-1.4.5.19.8.9.5"></a><h4>Parameters</h4>
3648+<a name="id-1.4.5.19.13.9.5"></a><h4>Parameters</h4>
3649 <div class="informaltable"><table width="100%" border="0">
3650 <colgroup>
3651 <col width="150px" class="parameters_name">
3652@@ -517,7 +555,7 @@
3653 </table></div>
3654 </div>
3655 <div class="refsect3">
3656-<a name="id-1.4.5.19.8.9.6"></a><h4>Returns</h4>
3657+<a name="id-1.4.5.19.13.9.6"></a><h4>Returns</h4>
3658 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
3659 is set. </p>
3660 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaTicketingProxy]</span></p>
3661@@ -538,7 +576,7 @@
3662 <p>The calling thread is blocked until a reply is received.</p>
3663 <p>See <a class="link" href="GoaTicketing.html#goa-ticketing-proxy-new" title="goa_ticketing_proxy_new ()"><code class="function">goa_ticketing_proxy_new()</code></a> for the asynchronous version of this constructor.</p>
3664 <div class="refsect3">
3665-<a name="id-1.4.5.19.8.10.7"></a><h4>Parameters</h4>
3666+<a name="id-1.4.5.19.13.10.7"></a><h4>Parameters</h4>
3667 <div class="informaltable"><table width="100%" border="0">
3668 <colgroup>
3669 <col width="150px" class="parameters_name">
3670@@ -581,7 +619,7 @@
3671 </table></div>
3672 </div>
3673 <div class="refsect3">
3674-<a name="id-1.4.5.19.8.10.8"></a><h4>Returns</h4>
3675+<a name="id-1.4.5.19.13.10.8"></a><h4>Returns</h4>
3676 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
3677 is set. </p>
3678 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaTicketingProxy]</span></p>
3679@@ -605,7 +643,7 @@
3680 You can then call <a class="link" href="GoaTicketing.html#goa-ticketing-proxy-new-for-bus-finish" title="goa_ticketing_proxy_new_for_bus_finish ()"><code class="function">goa_ticketing_proxy_new_for_bus_finish()</code></a> to get the result of the operation.</p>
3681 <p>See <a class="link" href="GoaTicketing.html#goa-ticketing-proxy-new-for-bus-sync" title="goa_ticketing_proxy_new_for_bus_sync ()"><code class="function">goa_ticketing_proxy_new_for_bus_sync()</code></a> for the synchronous, blocking version of this constructor.</p>
3682 <div class="refsect3">
3683-<a name="id-1.4.5.19.8.11.7"></a><h4>Parameters</h4>
3684+<a name="id-1.4.5.19.13.11.7"></a><h4>Parameters</h4>
3685 <div class="informaltable"><table width="100%" border="0">
3686 <colgroup>
3687 <col width="150px" class="parameters_name">
3688@@ -663,7 +701,7 @@
3689 <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
3690 <p>Finishes an operation started with <a class="link" href="GoaTicketing.html#goa-ticketing-proxy-new-for-bus" title="goa_ticketing_proxy_new_for_bus ()"><code class="function">goa_ticketing_proxy_new_for_bus()</code></a>.</p>
3691 <div class="refsect3">
3692-<a name="id-1.4.5.19.8.12.5"></a><h4>Parameters</h4>
3693+<a name="id-1.4.5.19.13.12.5"></a><h4>Parameters</h4>
3694 <div class="informaltable"><table width="100%" border="0">
3695 <colgroup>
3696 <col width="150px" class="parameters_name">
3697@@ -685,7 +723,7 @@
3698 </table></div>
3699 </div>
3700 <div class="refsect3">
3701-<a name="id-1.4.5.19.8.12.6"></a><h4>Returns</h4>
3702+<a name="id-1.4.5.19.13.12.6"></a><h4>Returns</h4>
3703 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
3704 is set. </p>
3705 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaTicketingProxy]</span></p>
3706@@ -706,7 +744,7 @@
3707 <p>The calling thread is blocked until a reply is received.</p>
3708 <p>See <a class="link" href="GoaTicketing.html#goa-ticketing-proxy-new-for-bus" title="goa_ticketing_proxy_new_for_bus ()"><code class="function">goa_ticketing_proxy_new_for_bus()</code></a> for the asynchronous version of this constructor.</p>
3709 <div class="refsect3">
3710-<a name="id-1.4.5.19.8.13.7"></a><h4>Parameters</h4>
3711+<a name="id-1.4.5.19.13.13.7"></a><h4>Parameters</h4>
3712 <div class="informaltable"><table width="100%" border="0">
3713 <colgroup>
3714 <col width="150px" class="parameters_name">
3715@@ -748,7 +786,7 @@
3716 </table></div>
3717 </div>
3718 <div class="refsect3">
3719-<a name="id-1.4.5.19.8.13.8"></a><h4>Returns</h4>
3720+<a name="id-1.4.5.19.13.13.8"></a><h4>Returns</h4>
3721 <p> The constructed proxy object or <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em>
3722 is set. </p>
3723 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaTicketingProxy]</span></p>
3724@@ -762,7 +800,7 @@
3725 goa_ticketing_skeleton_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
3726 <p>Creates a skeleton object for 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>.</p>
3727 <div class="refsect3">
3728-<a name="id-1.4.5.19.8.14.5"></a><h4>Returns</h4>
3729+<a name="id-1.4.5.19.13.14.5"></a><h4>Returns</h4>
3730 <p> The skeleton object. </p>
3731 <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GoaTicketingSkeleton]</span></p>
3732 </div>
3733@@ -790,7 +828,7 @@
3734 </pre>
3735 <p>Virtual table for 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>.</p>
3736 <div class="refsect3">
3737-<a name="id-1.4.5.19.9.3.5"></a><h4>Members</h4>
3738+<a name="id-1.4.5.19.14.3.5"></a><h4>Members</h4>
3739 <div class="informaltable"><table width="100%" border="0">
3740 <colgroup>
3741 <col width="300px" class="struct_members_name">
3742@@ -805,7 +843,7 @@
3743 </tr>
3744 <tr>
3745 <td class="struct_member_name"><p><em class="structfield"><code><a name="GoaTicketingIface.handle-get-ticket"></a>handle_get_ticket</code></em> ()</p></td>
3746-<td class="struct_member_description"><p>Handler for the <span class="type">“handle-get-ticket”</span> signal.</p></td>
3747+<td class="struct_member_description"><p>Handler for the <a class="link" href="GoaTicketing.html#GoaTicketing-handle-get-ticket" title="The “handle-get-ticket” signal"><span class="type">“handle-get-ticket”</span></a> signal.</p></td>
3748 <td class="struct_member_annotations"> </td>
3749 </tr>
3750 </tbody>
3751@@ -815,11 +853,9 @@
3752 </div>
3753 <hr>
3754 <div class="refsect2">
3755-<a name="GoaTicketingProxy"></a><h3>struct GoaTicketingProxy</h3>
3756-<pre class="programlisting">struct GoaTicketingProxy {
3757-};
3758-</pre>
3759-<p>The <a class="link" href="GoaTicketing.html#GoaTicketingProxy" title="struct GoaTicketingProxy"><span class="type">GoaTicketingProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
3760+<a name="GoaTicketingProxy-struct"></a><h3>struct GoaTicketingProxy</h3>
3761+<pre class="programlisting">struct GoaTicketingProxy;</pre>
3762+<p>The <a class="link" href="GoaTicketing.html#GoaTicketingProxy"><span class="type">GoaTicketingProxy</span></a> structure contains only private data and should only be accessed using the provided API.</p>
3763 <p class="since">Since 3.6.0</p>
3764 </div>
3765 <hr>
3766@@ -829,9 +865,9 @@
3767 GDBusProxyClass parent_class;
3768 };
3769 </pre>
3770-<p>Class structure for <a class="link" href="GoaTicketing.html#GoaTicketingProxy" title="struct GoaTicketingProxy"><span class="type">GoaTicketingProxy</span></a>.</p>
3771+<p>Class structure for <a class="link" href="GoaTicketing.html#GoaTicketingProxy"><span class="type">GoaTicketingProxy</span></a>.</p>
3772 <div class="refsect3">
3773-<a name="id-1.4.5.19.9.5.5"></a><h4>Members</h4>
3774+<a name="id-1.4.5.19.14.5.5"></a><h4>Members</h4>
3775 <div class="informaltable"><table width="100%" border="0">
3776 <colgroup>
3777 <col width="300px" class="struct_members_name">
3778@@ -849,11 +885,9 @@
3779 </div>
3780 <hr>
3781 <div class="refsect2">
3782-<a name="GoaTicketingSkeleton"></a><h3>struct GoaTicketingSkeleton</h3>
3783-<pre class="programlisting">struct GoaTicketingSkeleton {
3784-};
3785-</pre>
3786-<p>The <a class="link" href="GoaTicketing.html#GoaTicketingSkeleton" title="struct GoaTicketingSkeleton"><span class="type">GoaTicketingSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
3787+<a name="GoaTicketingSkeleton-struct"></a><h3>struct GoaTicketingSkeleton</h3>
3788+<pre class="programlisting">struct GoaTicketingSkeleton;</pre>
3789+<p>The <a class="link" href="GoaTicketing.html#GoaTicketingSkeleton"><span class="type">GoaTicketingSkeleton</span></a> structure contains only private data and should only be accessed using the provided API.</p>
3790 <p class="since">Since 3.6.0</p>
3791 </div>
3792 <hr>
3793@@ -863,9 +897,9 @@
3794 GDBusInterfaceSkeletonClass parent_class;
3795 };
3796 </pre>
3797-<p>Class structure for <a class="link" href="GoaTicketing.html#GoaTicketingSkeleton" title="struct GoaTicketingSkeleton"><span class="type">GoaTicketingSkeleton</span></a>.</p>
3798+<p>Class structure for <a class="link" href="GoaTicketing.html#GoaTicketingSkeleton"><span class="type">GoaTicketingSkeleton</span></a>.</p>
3799 <div class="refsect3">
3800-<a name="id-1.4.5.19.9.7.5"></a><h4>Members</h4>
3801+<a name="id-1.4.5.19.14.7.5"></a><h4>Members</h4>
3802 <div class="informaltable"><table width="100%" border="0">
3803 <colgroup>
3804 <col width="300px" class="struct_members_name">
3805@@ -882,6 +916,53 @@
3806 <p class="since">Since 3.6.0</p>
3807 </div>
3808 </div>
3809+<div class="refsect1">
3810+<a name="GoaTicketing.signal-details"></a><h2>Signal Details</h2>
3811+<div class="refsect2">
3812+<a name="GoaTicketing-handle-get-ticket"></a><h3>The <code class="literal">“handle-get-ticket”</code> signal</h3>
3813+<pre class="programlisting"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
3814+user_function (<a class="link" href="GoaTicketing.html" title="GoaTicketing"><span class="type">GoaTicketing</span></a> *object,
3815+ <a href="https://developer.gnome.org/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
3816+ <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data)</pre>
3817+<p>Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Ticketing.html#gdbus-method-org-gnome-OnlineAccounts-Ticketing.GetTicket" title="The GetTicket() method"><code class="function">GetTicket()</code></a> D-Bus method.</p>
3818+<p>If a signal handler returns <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em>
3819+ and eventually call <a class="link" href="GoaTicketing.html#goa-ticketing-complete-get-ticket" title="goa_ticketing_complete_get_ticket ()"><code class="function">goa_ticketing_complete_get_ticket()</code></a> or e.g. <a href="https://developer.gnome.org/gio/unstable/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code> error is returned.</p>
3820+<div class="refsect3">
3821+<a name="id-1.4.5.19.15.2.6"></a><h4>Parameters</h4>
3822+<div class="informaltable"><table width="100%" border="0">
3823+<colgroup>
3824+<col width="150px" class="parameters_name">
3825+<col class="parameters_description">
3826+<col width="200px" class="parameters_annotations">
3827+</colgroup>
3828+<tbody>
3829+<tr>
3830+<td class="parameter_name"><p>object</p></td>
3831+<td class="parameter_description"><p>A <a class="link" href="GoaTicketing.html" title="GoaTicketing"><span class="type">GoaTicketing</span></a>.</p></td>
3832+<td class="parameter_annotations"> </td>
3833+</tr>
3834+<tr>
3835+<td class="parameter_name"><p>invocation</p></td>
3836+<td class="parameter_description"><p>A <a href="https://developer.gnome.org/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</p></td>
3837+<td class="parameter_annotations"> </td>
3838+</tr>
3839+<tr>
3840+<td class="parameter_name"><p>user_data</p></td>
3841+<td class="parameter_description"><p>user data set when the signal handler was connected.</p></td>
3842+<td class="parameter_annotations"> </td>
3843+</tr>
3844+</tbody>
3845+</table></div>
3846+</div>
3847+<div class="refsect3">
3848+<a name="id-1.4.5.19.15.2.7"></a><h4>Returns</h4>
3849+<p> <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="https://developer.gnome.org/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</p>
3850+<p></p>
3851+</div>
3852+<p>Flags: Run Last</p>
3853+<p class="since">Since 3.6.0</p>
3854+</div>
3855+</div>
3856 </div>
3857 <div class="footer">
3858 <hr>
3859
3860=== modified file 'doc/html/gio-hierarchy.html'
3861--- doc/html/gio-hierarchy.html 2014-10-20 00:29:37 +0000
3862+++ doc/html/gio-hierarchy.html 2014-11-21 20:09:34 +0000
3863@@ -32,7 +32,15 @@
3864 <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaCalendar.html#GoaCalendarProxy">GoaCalendarProxy</a>
3865 <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaContacts.html#GoaContactsProxy">GoaContactsProxy</a>
3866 <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaChat.html#GoaChatProxy">GoaChatProxy</a>
3867- <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GoaFiles.html#GoaFilesProxy">GoaFilesProxy</a>
3868+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaDocuments.html#GoaDocumentsProxy">GoaDocumentsProxy</a>
3869+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaMaps.html#GoaMapsProxy">GoaMapsProxy</a>
3870+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaPhotos.html#GoaPhotosProxy">GoaPhotosProxy</a>
3871+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaFiles.html#GoaFilesProxy">GoaFilesProxy</a>
3872+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaExchange.html#GoaExchangeProxy">GoaExchangeProxy</a>
3873+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaMediaServer.html#GoaMediaServerProxy">GoaMediaServerProxy</a>
3874+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaTicketing.html#GoaTicketingProxy">GoaTicketingProxy</a>
3875+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaReadLater.html#GoaReadLaterProxy">GoaReadLaterProxy</a>
3876+ <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GoaPrinters.html#GoaPrintersProxy">GoaPrintersProxy</a>
3877 <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
3878 <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaAccount.html#GoaAccountSkeleton">GoaAccountSkeleton</a>
3879 <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaManager.html#GoaManagerSkeleton">GoaManagerSkeleton</a>
3880@@ -40,7 +48,15 @@
3881 <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaCalendar.html#GoaCalendarSkeleton">GoaCalendarSkeleton</a>
3882 <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaContacts.html#GoaContactsSkeleton">GoaContactsSkeleton</a>
3883 <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaChat.html#GoaChatSkeleton">GoaChatSkeleton</a>
3884- <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GoaFiles.html#GoaFilesSkeleton">GoaFilesSkeleton</a>
3885+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaDocuments.html#GoaDocumentsSkeleton">GoaDocumentsSkeleton</a>
3886+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaMaps.html#GoaMapsSkeleton">GoaMapsSkeleton</a>
3887+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaPhotos.html#GoaPhotosSkeleton">GoaPhotosSkeleton</a>
3888+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaFiles.html#GoaFilesSkeleton">GoaFilesSkeleton</a>
3889+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaExchange.html#GoaExchangeSkeleton">GoaExchangeSkeleton</a>
3890+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaMediaServer.html#GoaMediaServerSkeleton">GoaMediaServerSkeleton</a>
3891+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaTicketing.html#GoaTicketingSkeleton">GoaTicketingSkeleton</a>
3892+ <span class="lineart">│</span> <span class="lineart">├──</span> <a class="link" href="GoaReadLater.html#GoaReadLaterSkeleton">GoaReadLaterSkeleton</a>
3893+ <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GoaPrinters.html#GoaPrintersSkeleton">GoaPrintersSkeleton</a>
3894 <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusObjectManagerClient.html">GDBusObjectManagerClient</a>
3895 <span class="lineart">│</span> <span class="lineart">╰──</span> <a class="link" href="GoaObjectManagerClient.html" title="GoaObjectManagerClient">GoaObjectManagerClient</a>
3896 <span class="lineart">├──</span> <a href="https://developer.gnome.org/gio/unstable/GDBusObjectProxy.html">GDBusObjectProxy</a>
3897@@ -67,14 +83,16 @@
3898 <span class="lineart">├──</span> <a class="link" href="GoaCalendar.html" title="GoaCalendar">GoaCalendar</a>
3899 <span class="lineart">├──</span> <a class="link" href="GoaContacts.html" title="GoaContacts">GoaContacts</a>
3900 <span class="lineart">├──</span> <a class="link" href="GoaChat.html" title="GoaChat">GoaChat</a>
3901- <span class="lineart">├──</span> <a class="link" href="GoaFiles.html" title="GoaFiles">GoaFiles</a>
3902- <span class="lineart">├──</span> <a class="link" href="GoaPasswordBased.html" title="GoaPasswordBased">GoaPasswordBased</a>
3903 <span class="lineart">├──</span> <a class="link" href="GoaDocuments.html" title="GoaDocuments">GoaDocuments</a>
3904 <span class="lineart">├──</span> <a class="link" href="GoaMaps.html" title="GoaMaps">GoaMaps</a>
3905 <span class="lineart">├──</span> <a class="link" href="GoaPhotos.html" title="GoaPhotos">GoaPhotos</a>
3906+ <span class="lineart">├──</span> <a class="link" href="GoaFiles.html" title="GoaFiles">GoaFiles</a>
3907 <span class="lineart">├──</span> <a class="link" href="GoaExchange.html" title="GoaExchange">GoaExchange</a>
3908 <span class="lineart">├──</span> <a class="link" href="GoaMediaServer.html" title="GoaMediaServer">GoaMediaServer</a>
3909- <span class="lineart">╰──</span> <a class="link" href="GoaTicketing.html" title="GoaTicketing">GoaTicketing</a>
3910+ <span class="lineart">├──</span> <a class="link" href="GoaTicketing.html" title="GoaTicketing">GoaTicketing</a>
3911+ <span class="lineart">├──</span> <a class="link" href="GoaReadLater.html" title="GoaReadLater">GoaReadLater</a>
3912+ <span class="lineart">├──</span> <a class="link" href="GoaPrinters.html" title="GoaPrinters">GoaPrinters</a>
3913+ <span class="lineart">╰──</span> <a class="link" href="GoaPasswordBased.html" title="GoaPasswordBased">GoaPasswordBased</a>
3914 </pre>
3915 </div>
3916 <div class="footer">
3917
3918=== modified file 'doc/html/goa-Version-Information.html'
3919--- doc/html/goa-Version-Information.html 2014-10-20 00:29:37 +0000
3920+++ doc/html/goa-Version-Information.html 2014-11-21 20:09:34 +0000
3921@@ -269,7 +269,7 @@
3922 <hr>
3923 <div class="refsect2">
3924 <a name="GOA-MICRO-VERSION:CAPS"></a><h3>GOA_MICRO_VERSION</h3>
3925-<pre class="programlisting">#define GOA_MICRO_VERSION 1
3926+<pre class="programlisting">#define GOA_MICRO_VERSION 2
3927 </pre>
3928 <p>The micro version number of the GOA daemon and library.</p>
3929 <p>Like <a class="link" href="goa-Version-Information.html#goa-micro-version" title="goa_micro_version"><span class="type">goa_micro_version</span></a>, but from the headers used at
3930
3931=== modified file 'doc/html/goa.devhelp2'
3932--- doc/html/goa.devhelp2 2014-10-20 00:29:37 +0000
3933+++ doc/html/goa.devhelp2 2014-11-21 20:09:34 +0000
3934@@ -60,6 +60,8 @@
3935 <sub name="GoaExchange" link="GoaExchange.html"/>
3936 <sub name="GoaMediaServer" link="GoaMediaServer.html"/>
3937 <sub name="GoaTicketing" link="GoaTicketing.html"/>
3938+ <sub name="GoaReadLater" link="GoaReadLater.html"/>
3939+ <sub name="GoaPrinters" link="GoaPrinters.html"/>
3940 </sub>
3941 </sub>
3942 <sub name="Backend Library API Reference" link="ref-backend-library.html">
3943@@ -568,9 +570,9 @@
3944 <keyword type="function" name="goa_documents_skeleton_new ()" link="GoaDocuments.html#goa-documents-skeleton-new"/>
3945 <keyword type="struct" name="GoaDocuments" link="GoaDocuments.html#GoaDocuments-struct"/>
3946 <keyword type="struct" name="struct GoaDocumentsIface" link="GoaDocuments.html#GoaDocumentsIface"/>
3947- <keyword type="struct" name="struct GoaDocumentsProxy" link="GoaDocuments.html#GoaDocumentsProxy"/>
3948+ <keyword type="struct" name="struct GoaDocumentsProxy" link="GoaDocuments.html#GoaDocumentsProxy-struct"/>
3949 <keyword type="struct" name="struct GoaDocumentsProxyClass" link="GoaDocuments.html#GoaDocumentsProxyClass"/>
3950- <keyword type="struct" name="struct GoaDocumentsSkeleton" link="GoaDocuments.html#GoaDocumentsSkeleton"/>
3951+ <keyword type="struct" name="struct GoaDocumentsSkeleton" link="GoaDocuments.html#GoaDocumentsSkeleton-struct"/>
3952 <keyword type="struct" name="struct GoaDocumentsSkeletonClass" link="GoaDocuments.html#GoaDocumentsSkeletonClass"/>
3953 <keyword type="function" name="goa_maps_interface_info ()" link="GoaMaps.html#goa-maps-interface-info" since="3.14.0"/>
3954 <keyword type="function" name="goa_maps_override_properties ()" link="GoaMaps.html#goa-maps-override-properties" since="3.14.0"/>
3955@@ -583,9 +585,9 @@
3956 <keyword type="function" name="goa_maps_skeleton_new ()" link="GoaMaps.html#goa-maps-skeleton-new" since="3.14.0"/>
3957 <keyword type="struct" name="GoaMaps" link="GoaMaps.html#GoaMaps-struct"/>
3958 <keyword type="struct" name="struct GoaMapsIface" link="GoaMaps.html#GoaMapsIface" since="3.14.0"/>
3959- <keyword type="struct" name="struct GoaMapsProxy" link="GoaMaps.html#GoaMapsProxy" since="3.14.0"/>
3960+ <keyword type="struct" name="struct GoaMapsProxy" link="GoaMaps.html#GoaMapsProxy-struct"/>
3961 <keyword type="struct" name="struct GoaMapsProxyClass" link="GoaMaps.html#GoaMapsProxyClass" since="3.14.0"/>
3962- <keyword type="struct" name="struct GoaMapsSkeleton" link="GoaMaps.html#GoaMapsSkeleton" since="3.14.0"/>
3963+ <keyword type="struct" name="struct GoaMapsSkeleton" link="GoaMaps.html#GoaMapsSkeleton-struct"/>
3964 <keyword type="struct" name="struct GoaMapsSkeletonClass" link="GoaMaps.html#GoaMapsSkeletonClass" since="3.14.0"/>
3965 <keyword type="function" name="goa_photos_interface_info ()" link="GoaPhotos.html#goa-photos-interface-info" since="3.8.0"/>
3966 <keyword type="function" name="goa_photos_override_properties ()" link="GoaPhotos.html#goa-photos-override-properties" since="3.8.0"/>
3967@@ -598,9 +600,9 @@
3968 <keyword type="function" name="goa_photos_skeleton_new ()" link="GoaPhotos.html#goa-photos-skeleton-new" since="3.8.0"/>
3969 <keyword type="struct" name="GoaPhotos" link="GoaPhotos.html#GoaPhotos-struct"/>
3970 <keyword type="struct" name="struct GoaPhotosIface" link="GoaPhotos.html#GoaPhotosIface" since="3.8.0"/>
3971- <keyword type="struct" name="struct GoaPhotosProxy" link="GoaPhotos.html#GoaPhotosProxy" since="3.8.0"/>
3972+ <keyword type="struct" name="struct GoaPhotosProxy" link="GoaPhotos.html#GoaPhotosProxy-struct"/>
3973 <keyword type="struct" name="struct GoaPhotosProxyClass" link="GoaPhotos.html#GoaPhotosProxyClass" since="3.8.0"/>
3974- <keyword type="struct" name="struct GoaPhotosSkeleton" link="GoaPhotos.html#GoaPhotosSkeleton" since="3.8.0"/>
3975+ <keyword type="struct" name="struct GoaPhotosSkeleton" link="GoaPhotos.html#GoaPhotosSkeleton-struct"/>
3976 <keyword type="struct" name="struct GoaPhotosSkeletonClass" link="GoaPhotos.html#GoaPhotosSkeletonClass" since="3.8.0"/>
3977 <keyword type="function" name="goa_files_override_properties ()" link="GoaFiles.html#goa-files-override-properties" since="3.8.0"/>
3978 <keyword type="function" name="goa_files_interface_info ()" link="GoaFiles.html#goa-files-interface-info" since="3.8.0"/>
3979@@ -640,10 +642,12 @@
3980 <keyword type="function" name="goa_exchange_skeleton_new ()" link="GoaExchange.html#goa-exchange-skeleton-new" since="3.6.0"/>
3981 <keyword type="struct" name="GoaExchange" link="GoaExchange.html#GoaExchange-struct"/>
3982 <keyword type="struct" name="struct GoaExchangeIface" link="GoaExchange.html#GoaExchangeIface" since="3.6.0"/>
3983- <keyword type="struct" name="struct GoaExchangeProxy" link="GoaExchange.html#GoaExchangeProxy" since="3.6.0"/>
3984+ <keyword type="struct" name="struct GoaExchangeProxy" link="GoaExchange.html#GoaExchangeProxy-struct"/>
3985 <keyword type="struct" name="struct GoaExchangeProxyClass" link="GoaExchange.html#GoaExchangeProxyClass" since="3.6.0"/>
3986- <keyword type="struct" name="struct GoaExchangeSkeleton" link="GoaExchange.html#GoaExchangeSkeleton" since="3.6.0"/>
3987+ <keyword type="struct" name="struct GoaExchangeSkeleton" link="GoaExchange.html#GoaExchangeSkeleton-struct"/>
3988 <keyword type="struct" name="struct GoaExchangeSkeletonClass" link="GoaExchange.html#GoaExchangeSkeletonClass" since="3.6.0"/>
3989+ <keyword type="property" name="The “accept-ssl-errors” property" link="GoaExchange.html#GoaExchange--accept-ssl-errors"/>
3990+ <keyword type="property" name="The “host” property" link="GoaExchange.html#GoaExchange--host"/>
3991 <keyword type="function" name="goa_media_server_interface_info ()" link="GoaMediaServer.html#goa-media-server-interface-info" since="3.14"/>
3992 <keyword type="function" name="goa_media_server_get_dlna_supported ()" link="GoaMediaServer.html#goa-media-server-get-dlna-supported" since="3.14"/>
3993 <keyword type="function" name="goa_media_server_set_dlna_supported ()" link="GoaMediaServer.html#goa-media-server-set-dlna-supported" since="3.14"/>
3994@@ -660,10 +664,12 @@
3995 <keyword type="function" name="goa_media_server_skeleton_new ()" link="GoaMediaServer.html#goa-media-server-skeleton-new" since="3.14"/>
3996 <keyword type="struct" name="GoaMediaServer" link="GoaMediaServer.html#GoaMediaServer-struct"/>
3997 <keyword type="struct" name="struct GoaMediaServerIface" link="GoaMediaServer.html#GoaMediaServerIface" since="3.14"/>
3998- <keyword type="struct" name="struct GoaMediaServerProxy" link="GoaMediaServer.html#GoaMediaServerProxy" since="3.14"/>
3999+ <keyword type="struct" name="struct GoaMediaServerProxy" link="GoaMediaServer.html#GoaMediaServerProxy-struct"/>
4000 <keyword type="struct" name="struct GoaMediaServerProxyClass" link="GoaMediaServer.html#GoaMediaServerProxyClass" since="3.14"/>
4001- <keyword type="struct" name="struct GoaMediaServerSkeleton" link="GoaMediaServer.html#GoaMediaServerSkeleton" since="3.14"/>
4002+ <keyword type="struct" name="struct GoaMediaServerSkeleton" link="GoaMediaServer.html#GoaMediaServerSkeleton-struct"/>
4003 <keyword type="struct" name="struct GoaMediaServerSkeletonClass" link="GoaMediaServer.html#GoaMediaServerSkeletonClass" since="3.14"/>
4004+ <keyword type="property" name="The “dlna-supported” property" link="GoaMediaServer.html#GoaMediaServer--dlna-supported"/>
4005+ <keyword type="property" name="The “udn” property" link="GoaMediaServer.html#GoaMediaServer--udn"/>
4006 <keyword type="function" name="goa_ticketing_interface_info ()" link="GoaTicketing.html#goa-ticketing-interface-info" since="3.6.0"/>
4007 <keyword type="function" name="goa_ticketing_override_properties ()" link="GoaTicketing.html#goa-ticketing-override-properties" since="3.6.0"/>
4008 <keyword type="function" name="goa_ticketing_call_get_ticket ()" link="GoaTicketing.html#goa-ticketing-call-get-ticket" since="3.6.0"/>
4009@@ -679,10 +685,41 @@
4010 <keyword type="function" name="goa_ticketing_skeleton_new ()" link="GoaTicketing.html#goa-ticketing-skeleton-new" since="3.6.0"/>
4011 <keyword type="struct" name="GoaTicketing" link="GoaTicketing.html#GoaTicketing-struct"/>
4012 <keyword type="struct" name="struct GoaTicketingIface" link="GoaTicketing.html#GoaTicketingIface" since="3.6.0"/>
4013- <keyword type="struct" name="struct GoaTicketingProxy" link="GoaTicketing.html#GoaTicketingProxy" since="3.6.0"/>
4014+ <keyword type="struct" name="struct GoaTicketingProxy" link="GoaTicketing.html#GoaTicketingProxy-struct"/>
4015 <keyword type="struct" name="struct GoaTicketingProxyClass" link="GoaTicketing.html#GoaTicketingProxyClass" since="3.6.0"/>
4016- <keyword type="struct" name="struct GoaTicketingSkeleton" link="GoaTicketing.html#GoaTicketingSkeleton" since="3.6.0"/>
4017+ <keyword type="struct" name="struct GoaTicketingSkeleton" link="GoaTicketing.html#GoaTicketingSkeleton-struct"/>
4018 <keyword type="struct" name="struct GoaTicketingSkeletonClass" link="GoaTicketing.html#GoaTicketingSkeletonClass" since="3.6.0"/>
4019+ <keyword type="signal" name="The “handle-get-ticket” signal" link="GoaTicketing.html#GoaTicketing-handle-get-ticket"/>
4020+ <keyword type="function" name="goa_read_later_interface_info ()" link="GoaReadLater.html#goa-read-later-interface-info" since="3.12.0"/>
4021+ <keyword type="function" name="goa_read_later_override_properties ()" link="GoaReadLater.html#goa-read-later-override-properties" since="3.12.0"/>
4022+ <keyword type="function" name="goa_read_later_proxy_new ()" link="GoaReadLater.html#goa-read-later-proxy-new" since="3.12.0"/>
4023+ <keyword type="function" name="goa_read_later_proxy_new_finish ()" link="GoaReadLater.html#goa-read-later-proxy-new-finish" since="3.12.0"/>
4024+ <keyword type="function" name="goa_read_later_proxy_new_sync ()" link="GoaReadLater.html#goa-read-later-proxy-new-sync" since="3.12.0"/>
4025+ <keyword type="function" name="goa_read_later_proxy_new_for_bus ()" link="GoaReadLater.html#goa-read-later-proxy-new-for-bus" since="3.12.0"/>
4026+ <keyword type="function" name="goa_read_later_proxy_new_for_bus_finish ()" link="GoaReadLater.html#goa-read-later-proxy-new-for-bus-finish" since="3.12.0"/>
4027+ <keyword type="function" name="goa_read_later_proxy_new_for_bus_sync ()" link="GoaReadLater.html#goa-read-later-proxy-new-for-bus-sync" since="3.12.0"/>
4028+ <keyword type="function" name="goa_read_later_skeleton_new ()" link="GoaReadLater.html#goa-read-later-skeleton-new" since="3.12.0"/>
4029+ <keyword type="struct" name="GoaReadLater" link="GoaReadLater.html#GoaReadLater-struct"/>
4030+ <keyword type="struct" name="struct GoaReadLaterIface" link="GoaReadLater.html#GoaReadLaterIface" since="3.12.0"/>
4031+ <keyword type="struct" name="struct GoaReadLaterProxy" link="GoaReadLater.html#GoaReadLaterProxy-struct"/>
4032+ <keyword type="struct" name="struct GoaReadLaterProxyClass" link="GoaReadLater.html#GoaReadLaterProxyClass" since="3.12.0"/>
4033+ <keyword type="struct" name="struct GoaReadLaterSkeleton" link="GoaReadLater.html#GoaReadLaterSkeleton-struct"/>
4034+ <keyword type="struct" name="struct GoaReadLaterSkeletonClass" link="GoaReadLater.html#GoaReadLaterSkeletonClass" since="3.12.0"/>
4035+ <keyword type="function" name="goa_printers_interface_info ()" link="GoaPrinters.html#goa-printers-interface-info" since="3.12.0"/>
4036+ <keyword type="function" name="goa_printers_override_properties ()" link="GoaPrinters.html#goa-printers-override-properties" since="3.12.0"/>
4037+ <keyword type="function" name="goa_printers_proxy_new ()" link="GoaPrinters.html#goa-printers-proxy-new" since="3.12.0"/>
4038+ <keyword type="function" name="goa_printers_proxy_new_finish ()" link="GoaPrinters.html#goa-printers-proxy-new-finish" since="3.12.0"/>
4039+ <keyword type="function" name="goa_printers_proxy_new_sync ()" link="GoaPrinters.html#goa-printers-proxy-new-sync" since="3.12.0"/>
4040+ <keyword type="function" name="goa_printers_proxy_new_for_bus ()" link="GoaPrinters.html#goa-printers-proxy-new-for-bus" since="3.12.0"/>
4041+ <keyword type="function" name="goa_printers_proxy_new_for_bus_finish ()" link="GoaPrinters.html#goa-printers-proxy-new-for-bus-finish" since="3.12.0"/>
4042+ <keyword type="function" name="goa_printers_proxy_new_for_bus_sync ()" link="GoaPrinters.html#goa-printers-proxy-new-for-bus-sync" since="3.12.0"/>
4043+ <keyword type="function" name="goa_printers_skeleton_new ()" link="GoaPrinters.html#goa-printers-skeleton-new" since="3.12.0"/>
4044+ <keyword type="struct" name="GoaPrinters" link="GoaPrinters.html#GoaPrinters-struct"/>
4045+ <keyword type="struct" name="struct GoaPrintersIface" link="GoaPrinters.html#GoaPrintersIface" since="3.12.0"/>
4046+ <keyword type="struct" name="struct GoaPrintersProxy" link="GoaPrinters.html#GoaPrintersProxy-struct"/>
4047+ <keyword type="struct" name="struct GoaPrintersProxyClass" link="GoaPrinters.html#GoaPrintersProxyClass" since="3.12.0"/>
4048+ <keyword type="struct" name="struct GoaPrintersSkeleton" link="GoaPrinters.html#GoaPrintersSkeleton-struct"/>
4049+ <keyword type="struct" name="struct GoaPrintersSkeletonClass" link="GoaPrinters.html#GoaPrintersSkeletonClass" since="3.12.0"/>
4050 <keyword type="function" name="goa_util_add_row_widget ()" link="goa-Utilities.html#goa-util-add-row-widget"/>
4051 <keyword type="function" name="goa_util_lookup_keyfile_boolean ()" link="goa-Utilities.html#goa-util-lookup-keyfile-boolean"/>
4052 <keyword type="function" name="goa_util_lookup_keyfile_string ()" link="goa-Utilities.html#goa-util-lookup-keyfile-string"/>
4053
4054=== modified file 'doc/html/index.html'
4055--- doc/html/index.html 2014-10-20 00:29:37 +0000
4056+++ doc/html/index.html 2014-11-21 20:09:34 +0000
4057@@ -32,7 +32,7 @@
4058   </p></div></div>
4059 </div>
4060 </div></div>
4061-<div><p class="releaseinfo">Version 3.14.1
4062+<div><p class="releaseinfo">Version 3.14.2
4063 </p></div>
4064 <div><p class="copyright">Copyright © 2011, 2012 The GOA Authors</p></div>
4065 <div><div class="legalnotice">
4066@@ -207,6 +207,12 @@
4067 <dt>
4068 <span class="refentrytitle"><a href="GoaTicketing.html">GoaTicketing</a></span><span class="refpurpose"> — Generated C code for the org.gnome.OnlineAccounts.Ticketing D-Bus interface</span>
4069 </dt>
4070+<dt>
4071+<span class="refentrytitle"><a href="GoaReadLater.html">GoaReadLater</a></span><span class="refpurpose"> — Generated C code for the org.gnome.OnlineAccounts.ReadLater D-Bus interface</span>
4072+</dt>
4073+<dt>
4074+<span class="refentrytitle"><a href="GoaPrinters.html">GoaPrinters</a></span><span class="refpurpose"> — Generated C code for the org.gnome.OnlineAccounts.Printers D-Bus interface</span>
4075+</dt>
4076 </dl></dd>
4077 </dl></dd>
4078 <dt><span class="part"><a href="ref-backend-library.html">IV. Backend Library API Reference</a></span></dt>
4079
4080=== modified file 'doc/html/index.sgml'
4081--- doc/html/index.sgml 2014-10-20 00:29:37 +0000
4082+++ doc/html/index.sgml 2014-11-21 20:09:34 +0000
4083@@ -676,9 +676,13 @@
4084 <ANCHOR id="GoaChatSkeletonClass" href="goa/GoaChat.html#GoaChatSkeletonClass">
4085 <ANCHOR id="GoaDocuments" href="goa/GoaDocuments.html">
4086 <ANCHOR id="GoaDocuments.functions" href="goa/GoaDocuments.html#GoaDocuments.functions">
4087+<ANCHOR id="GoaDocumentsProxy" href="goa/GoaDocuments.html#GoaDocumentsProxy">
4088+<ANCHOR id="GoaDocumentsSkeleton" href="goa/GoaDocuments.html#GoaDocumentsSkeleton">
4089 <ANCHOR id="GoaDocuments.other" href="goa/GoaDocuments.html#GoaDocuments.other">
4090 <ANCHOR id="GoaDocuments.object-hierarchy" href="goa/GoaDocuments.html#GoaDocuments.object-hierarchy">
4091 <ANCHOR id="GoaDocuments.prerequisites" href="goa/GoaDocuments.html#GoaDocuments.prerequisites">
4092+<ANCHOR id="GoaDocuments.implemented-interfaces" href="goa/GoaDocuments.html#GoaDocuments.implemented-interfaces">
4093+<ANCHOR id="GoaDocuments.implementations" href="goa/GoaDocuments.html#GoaDocuments.implementations">
4094 <ANCHOR id="GoaDocuments.description" href="goa/GoaDocuments.html#GoaDocuments.description">
4095 <ANCHOR id="GoaDocuments.functions_details" href="goa/GoaDocuments.html#GoaDocuments.functions_details">
4096 <ANCHOR id="goa-documents-interface-info" href="goa/GoaDocuments.html#goa-documents-interface-info">
4097@@ -693,15 +697,19 @@
4098 <ANCHOR id="GoaDocuments.other_details" href="goa/GoaDocuments.html#GoaDocuments.other_details">
4099 <ANCHOR id="GoaDocuments-struct" href="goa/GoaDocuments.html#GoaDocuments-struct">
4100 <ANCHOR id="GoaDocumentsIface" href="goa/GoaDocuments.html#GoaDocumentsIface">
4101-<ANCHOR id="GoaDocumentsProxy" href="goa/GoaDocuments.html#GoaDocumentsProxy">
4102+<ANCHOR id="GoaDocumentsProxy-struct" href="goa/GoaDocuments.html#GoaDocumentsProxy-struct">
4103 <ANCHOR id="GoaDocumentsProxyClass" href="goa/GoaDocuments.html#GoaDocumentsProxyClass">
4104-<ANCHOR id="GoaDocumentsSkeleton" href="goa/GoaDocuments.html#GoaDocumentsSkeleton">
4105+<ANCHOR id="GoaDocumentsSkeleton-struct" href="goa/GoaDocuments.html#GoaDocumentsSkeleton-struct">
4106 <ANCHOR id="GoaDocumentsSkeletonClass" href="goa/GoaDocuments.html#GoaDocumentsSkeletonClass">
4107 <ANCHOR id="GoaMaps" href="goa/GoaMaps.html">
4108 <ANCHOR id="GoaMaps.functions" href="goa/GoaMaps.html#GoaMaps.functions">
4109+<ANCHOR id="GoaMapsProxy" href="goa/GoaMaps.html#GoaMapsProxy">
4110+<ANCHOR id="GoaMapsSkeleton" href="goa/GoaMaps.html#GoaMapsSkeleton">
4111 <ANCHOR id="GoaMaps.other" href="goa/GoaMaps.html#GoaMaps.other">
4112 <ANCHOR id="GoaMaps.object-hierarchy" href="goa/GoaMaps.html#GoaMaps.object-hierarchy">
4113 <ANCHOR id="GoaMaps.prerequisites" href="goa/GoaMaps.html#GoaMaps.prerequisites">
4114+<ANCHOR id="GoaMaps.implemented-interfaces" href="goa/GoaMaps.html#GoaMaps.implemented-interfaces">
4115+<ANCHOR id="GoaMaps.implementations" href="goa/GoaMaps.html#GoaMaps.implementations">
4116 <ANCHOR id="GoaMaps.description" href="goa/GoaMaps.html#GoaMaps.description">
4117 <ANCHOR id="GoaMaps.functions_details" href="goa/GoaMaps.html#GoaMaps.functions_details">
4118 <ANCHOR id="goa-maps-interface-info" href="goa/GoaMaps.html#goa-maps-interface-info">
4119@@ -716,15 +724,19 @@
4120 <ANCHOR id="GoaMaps.other_details" href="goa/GoaMaps.html#GoaMaps.other_details">
4121 <ANCHOR id="GoaMaps-struct" href="goa/GoaMaps.html#GoaMaps-struct">
4122 <ANCHOR id="GoaMapsIface" href="goa/GoaMaps.html#GoaMapsIface">
4123-<ANCHOR id="GoaMapsProxy" href="goa/GoaMaps.html#GoaMapsProxy">
4124+<ANCHOR id="GoaMapsProxy-struct" href="goa/GoaMaps.html#GoaMapsProxy-struct">
4125 <ANCHOR id="GoaMapsProxyClass" href="goa/GoaMaps.html#GoaMapsProxyClass">
4126-<ANCHOR id="GoaMapsSkeleton" href="goa/GoaMaps.html#GoaMapsSkeleton">
4127+<ANCHOR id="GoaMapsSkeleton-struct" href="goa/GoaMaps.html#GoaMapsSkeleton-struct">
4128 <ANCHOR id="GoaMapsSkeletonClass" href="goa/GoaMaps.html#GoaMapsSkeletonClass">
4129 <ANCHOR id="GoaPhotos" href="goa/GoaPhotos.html">
4130 <ANCHOR id="GoaPhotos.functions" href="goa/GoaPhotos.html#GoaPhotos.functions">
4131+<ANCHOR id="GoaPhotosProxy" href="goa/GoaPhotos.html#GoaPhotosProxy">
4132+<ANCHOR id="GoaPhotosSkeleton" href="goa/GoaPhotos.html#GoaPhotosSkeleton">
4133 <ANCHOR id="GoaPhotos.other" href="goa/GoaPhotos.html#GoaPhotos.other">
4134 <ANCHOR id="GoaPhotos.object-hierarchy" href="goa/GoaPhotos.html#GoaPhotos.object-hierarchy">
4135 <ANCHOR id="GoaPhotos.prerequisites" href="goa/GoaPhotos.html#GoaPhotos.prerequisites">
4136+<ANCHOR id="GoaPhotos.implemented-interfaces" href="goa/GoaPhotos.html#GoaPhotos.implemented-interfaces">
4137+<ANCHOR id="GoaPhotos.implementations" href="goa/GoaPhotos.html#GoaPhotos.implementations">
4138 <ANCHOR id="GoaPhotos.description" href="goa/GoaPhotos.html#GoaPhotos.description">
4139 <ANCHOR id="GoaPhotos.functions_details" href="goa/GoaPhotos.html#GoaPhotos.functions_details">
4140 <ANCHOR id="goa-photos-interface-info" href="goa/GoaPhotos.html#goa-photos-interface-info">
4141@@ -739,9 +751,9 @@
4142 <ANCHOR id="GoaPhotos.other_details" href="goa/GoaPhotos.html#GoaPhotos.other_details">
4143 <ANCHOR id="GoaPhotos-struct" href="goa/GoaPhotos.html#GoaPhotos-struct">
4144 <ANCHOR id="GoaPhotosIface" href="goa/GoaPhotos.html#GoaPhotosIface">
4145-<ANCHOR id="GoaPhotosProxy" href="goa/GoaPhotos.html#GoaPhotosProxy">
4146+<ANCHOR id="GoaPhotosProxy-struct" href="goa/GoaPhotos.html#GoaPhotosProxy-struct">
4147 <ANCHOR id="GoaPhotosProxyClass" href="goa/GoaPhotos.html#GoaPhotosProxyClass">
4148-<ANCHOR id="GoaPhotosSkeleton" href="goa/GoaPhotos.html#GoaPhotosSkeleton">
4149+<ANCHOR id="GoaPhotosSkeleton-struct" href="goa/GoaPhotos.html#GoaPhotosSkeleton-struct">
4150 <ANCHOR id="GoaPhotosSkeletonClass" href="goa/GoaPhotos.html#GoaPhotosSkeletonClass">
4151 <ANCHOR id="GoaFiles" href="goa/GoaFiles.html">
4152 <ANCHOR id="GoaFiles.functions" href="goa/GoaFiles.html#GoaFiles.functions">
4153@@ -781,9 +793,14 @@
4154 <ANCHOR id="GoaFiles--uri" href="goa/GoaFiles.html#GoaFiles--uri">
4155 <ANCHOR id="GoaExchange" href="goa/GoaExchange.html">
4156 <ANCHOR id="GoaExchange.functions" href="goa/GoaExchange.html#GoaExchange.functions">
4157+<ANCHOR id="GoaExchange.properties" href="goa/GoaExchange.html#GoaExchange.properties">
4158+<ANCHOR id="GoaExchangeProxy" href="goa/GoaExchange.html#GoaExchangeProxy">
4159+<ANCHOR id="GoaExchangeSkeleton" href="goa/GoaExchange.html#GoaExchangeSkeleton">
4160 <ANCHOR id="GoaExchange.other" href="goa/GoaExchange.html#GoaExchange.other">
4161 <ANCHOR id="GoaExchange.object-hierarchy" href="goa/GoaExchange.html#GoaExchange.object-hierarchy">
4162 <ANCHOR id="GoaExchange.prerequisites" href="goa/GoaExchange.html#GoaExchange.prerequisites">
4163+<ANCHOR id="GoaExchange.implemented-interfaces" href="goa/GoaExchange.html#GoaExchange.implemented-interfaces">
4164+<ANCHOR id="GoaExchange.implementations" href="goa/GoaExchange.html#GoaExchange.implementations">
4165 <ANCHOR id="GoaExchange.description" href="goa/GoaExchange.html#GoaExchange.description">
4166 <ANCHOR id="GoaExchange.functions_details" href="goa/GoaExchange.html#GoaExchange.functions_details">
4167 <ANCHOR id="goa-exchange-interface-info" href="goa/GoaExchange.html#goa-exchange-interface-info">
4168@@ -803,15 +820,23 @@
4169 <ANCHOR id="GoaExchange.other_details" href="goa/GoaExchange.html#GoaExchange.other_details">
4170 <ANCHOR id="GoaExchange-struct" href="goa/GoaExchange.html#GoaExchange-struct">
4171 <ANCHOR id="GoaExchangeIface" href="goa/GoaExchange.html#GoaExchangeIface">
4172-<ANCHOR id="GoaExchangeProxy" href="goa/GoaExchange.html#GoaExchangeProxy">
4173+<ANCHOR id="GoaExchangeProxy-struct" href="goa/GoaExchange.html#GoaExchangeProxy-struct">
4174 <ANCHOR id="GoaExchangeProxyClass" href="goa/GoaExchange.html#GoaExchangeProxyClass">
4175-<ANCHOR id="GoaExchangeSkeleton" href="goa/GoaExchange.html#GoaExchangeSkeleton">
4176+<ANCHOR id="GoaExchangeSkeleton-struct" href="goa/GoaExchange.html#GoaExchangeSkeleton-struct">
4177 <ANCHOR id="GoaExchangeSkeletonClass" href="goa/GoaExchange.html#GoaExchangeSkeletonClass">
4178+<ANCHOR id="GoaExchange.property-details" href="goa/GoaExchange.html#GoaExchange.property-details">
4179+<ANCHOR id="GoaExchange--accept-ssl-errors" href="goa/GoaExchange.html#GoaExchange--accept-ssl-errors">
4180+<ANCHOR id="GoaExchange--host" href="goa/GoaExchange.html#GoaExchange--host">
4181 <ANCHOR id="GoaMediaServer" href="goa/GoaMediaServer.html">
4182 <ANCHOR id="GoaMediaServer.functions" href="goa/GoaMediaServer.html#GoaMediaServer.functions">
4183+<ANCHOR id="GoaMediaServer.properties" href="goa/GoaMediaServer.html#GoaMediaServer.properties">
4184+<ANCHOR id="GoaMediaServerProxy" href="goa/GoaMediaServer.html#GoaMediaServerProxy">
4185+<ANCHOR id="GoaMediaServerSkeleton" href="goa/GoaMediaServer.html#GoaMediaServerSkeleton">
4186 <ANCHOR id="GoaMediaServer.other" href="goa/GoaMediaServer.html#GoaMediaServer.other">
4187 <ANCHOR id="GoaMediaServer.object-hierarchy" href="goa/GoaMediaServer.html#GoaMediaServer.object-hierarchy">
4188 <ANCHOR id="GoaMediaServer.prerequisites" href="goa/GoaMediaServer.html#GoaMediaServer.prerequisites">
4189+<ANCHOR id="GoaMediaServer.implemented-interfaces" href="goa/GoaMediaServer.html#GoaMediaServer.implemented-interfaces">
4190+<ANCHOR id="GoaMediaServer.implementations" href="goa/GoaMediaServer.html#GoaMediaServer.implementations">
4191 <ANCHOR id="GoaMediaServer.description" href="goa/GoaMediaServer.html#GoaMediaServer.description">
4192 <ANCHOR id="GoaMediaServer.functions_details" href="goa/GoaMediaServer.html#GoaMediaServer.functions_details">
4193 <ANCHOR id="goa-media-server-interface-info" href="goa/GoaMediaServer.html#goa-media-server-interface-info">
4194@@ -831,15 +856,23 @@
4195 <ANCHOR id="GoaMediaServer.other_details" href="goa/GoaMediaServer.html#GoaMediaServer.other_details">
4196 <ANCHOR id="GoaMediaServer-struct" href="goa/GoaMediaServer.html#GoaMediaServer-struct">
4197 <ANCHOR id="GoaMediaServerIface" href="goa/GoaMediaServer.html#GoaMediaServerIface">
4198-<ANCHOR id="GoaMediaServerProxy" href="goa/GoaMediaServer.html#GoaMediaServerProxy">
4199+<ANCHOR id="GoaMediaServerProxy-struct" href="goa/GoaMediaServer.html#GoaMediaServerProxy-struct">
4200 <ANCHOR id="GoaMediaServerProxyClass" href="goa/GoaMediaServer.html#GoaMediaServerProxyClass">
4201-<ANCHOR id="GoaMediaServerSkeleton" href="goa/GoaMediaServer.html#GoaMediaServerSkeleton">
4202+<ANCHOR id="GoaMediaServerSkeleton-struct" href="goa/GoaMediaServer.html#GoaMediaServerSkeleton-struct">
4203 <ANCHOR id="GoaMediaServerSkeletonClass" href="goa/GoaMediaServer.html#GoaMediaServerSkeletonClass">
4204+<ANCHOR id="GoaMediaServer.property-details" href="goa/GoaMediaServer.html#GoaMediaServer.property-details">
4205+<ANCHOR id="GoaMediaServer--dlna-supported" href="goa/GoaMediaServer.html#GoaMediaServer--dlna-supported">
4206+<ANCHOR id="GoaMediaServer--udn" href="goa/GoaMediaServer.html#GoaMediaServer--udn">
4207 <ANCHOR id="GoaTicketing" href="goa/GoaTicketing.html">
4208 <ANCHOR id="GoaTicketing.functions" href="goa/GoaTicketing.html#GoaTicketing.functions">
4209+<ANCHOR id="GoaTicketing.signals" href="goa/GoaTicketing.html#GoaTicketing.signals">
4210+<ANCHOR id="GoaTicketingProxy" href="goa/GoaTicketing.html#GoaTicketingProxy">
4211+<ANCHOR id="GoaTicketingSkeleton" href="goa/GoaTicketing.html#GoaTicketingSkeleton">
4212 <ANCHOR id="GoaTicketing.other" href="goa/GoaTicketing.html#GoaTicketing.other">
4213 <ANCHOR id="GoaTicketing.object-hierarchy" href="goa/GoaTicketing.html#GoaTicketing.object-hierarchy">
4214 <ANCHOR id="GoaTicketing.prerequisites" href="goa/GoaTicketing.html#GoaTicketing.prerequisites">
4215+<ANCHOR id="GoaTicketing.implemented-interfaces" href="goa/GoaTicketing.html#GoaTicketing.implemented-interfaces">
4216+<ANCHOR id="GoaTicketing.implementations" href="goa/GoaTicketing.html#GoaTicketing.implementations">
4217 <ANCHOR id="GoaTicketing.description" href="goa/GoaTicketing.html#GoaTicketing.description">
4218 <ANCHOR id="GoaTicketing.functions_details" href="goa/GoaTicketing.html#GoaTicketing.functions_details">
4219 <ANCHOR id="goa-ticketing-interface-info" href="goa/GoaTicketing.html#goa-ticketing-interface-info">
4220@@ -858,10 +891,66 @@
4221 <ANCHOR id="GoaTicketing.other_details" href="goa/GoaTicketing.html#GoaTicketing.other_details">
4222 <ANCHOR id="GoaTicketing-struct" href="goa/GoaTicketing.html#GoaTicketing-struct">
4223 <ANCHOR id="GoaTicketingIface" href="goa/GoaTicketing.html#GoaTicketingIface">
4224-<ANCHOR id="GoaTicketingProxy" href="goa/GoaTicketing.html#GoaTicketingProxy">
4225+<ANCHOR id="GoaTicketingProxy-struct" href="goa/GoaTicketing.html#GoaTicketingProxy-struct">
4226 <ANCHOR id="GoaTicketingProxyClass" href="goa/GoaTicketing.html#GoaTicketingProxyClass">
4227-<ANCHOR id="GoaTicketingSkeleton" href="goa/GoaTicketing.html#GoaTicketingSkeleton">
4228+<ANCHOR id="GoaTicketingSkeleton-struct" href="goa/GoaTicketing.html#GoaTicketingSkeleton-struct">
4229 <ANCHOR id="GoaTicketingSkeletonClass" href="goa/GoaTicketing.html#GoaTicketingSkeletonClass">
4230+<ANCHOR id="GoaTicketing.signal-details" href="goa/GoaTicketing.html#GoaTicketing.signal-details">
4231+<ANCHOR id="GoaTicketing-handle-get-ticket" href="goa/GoaTicketing.html#GoaTicketing-handle-get-ticket">
4232+<ANCHOR id="GoaReadLater" href="goa/GoaReadLater.html">
4233+<ANCHOR id="GoaReadLater.functions" href="goa/GoaReadLater.html#GoaReadLater.functions">
4234+<ANCHOR id="GoaReadLaterProxy" href="goa/GoaReadLater.html#GoaReadLaterProxy">
4235+<ANCHOR id="GoaReadLaterSkeleton" href="goa/GoaReadLater.html#GoaReadLaterSkeleton">
4236+<ANCHOR id="GoaReadLater.other" href="goa/GoaReadLater.html#GoaReadLater.other">
4237+<ANCHOR id="GoaReadLater.object-hierarchy" href="goa/GoaReadLater.html#GoaReadLater.object-hierarchy">
4238+<ANCHOR id="GoaReadLater.prerequisites" href="goa/GoaReadLater.html#GoaReadLater.prerequisites">
4239+<ANCHOR id="GoaReadLater.implemented-interfaces" href="goa/GoaReadLater.html#GoaReadLater.implemented-interfaces">
4240+<ANCHOR id="GoaReadLater.implementations" href="goa/GoaReadLater.html#GoaReadLater.implementations">
4241+<ANCHOR id="GoaReadLater.description" href="goa/GoaReadLater.html#GoaReadLater.description">
4242+<ANCHOR id="GoaReadLater.functions_details" href="goa/GoaReadLater.html#GoaReadLater.functions_details">
4243+<ANCHOR id="goa-read-later-interface-info" href="goa/GoaReadLater.html#goa-read-later-interface-info">
4244+<ANCHOR id="goa-read-later-override-properties" href="goa/GoaReadLater.html#goa-read-later-override-properties">
4245+<ANCHOR id="goa-read-later-proxy-new" href="goa/GoaReadLater.html#goa-read-later-proxy-new">
4246+<ANCHOR id="goa-read-later-proxy-new-finish" href="goa/GoaReadLater.html#goa-read-later-proxy-new-finish">
4247+<ANCHOR id="goa-read-later-proxy-new-sync" href="goa/GoaReadLater.html#goa-read-later-proxy-new-sync">
4248+<ANCHOR id="goa-read-later-proxy-new-for-bus" href="goa/GoaReadLater.html#goa-read-later-proxy-new-for-bus">
4249+<ANCHOR id="goa-read-later-proxy-new-for-bus-finish" href="goa/GoaReadLater.html#goa-read-later-proxy-new-for-bus-finish">
4250+<ANCHOR id="goa-read-later-proxy-new-for-bus-sync" href="goa/GoaReadLater.html#goa-read-later-proxy-new-for-bus-sync">
4251+<ANCHOR id="goa-read-later-skeleton-new" href="goa/GoaReadLater.html#goa-read-later-skeleton-new">
4252+<ANCHOR id="GoaReadLater.other_details" href="goa/GoaReadLater.html#GoaReadLater.other_details">
4253+<ANCHOR id="GoaReadLater-struct" href="goa/GoaReadLater.html#GoaReadLater-struct">
4254+<ANCHOR id="GoaReadLaterIface" href="goa/GoaReadLater.html#GoaReadLaterIface">
4255+<ANCHOR id="GoaReadLaterProxy-struct" href="goa/GoaReadLater.html#GoaReadLaterProxy-struct">
4256+<ANCHOR id="GoaReadLaterProxyClass" href="goa/GoaReadLater.html#GoaReadLaterProxyClass">
4257+<ANCHOR id="GoaReadLaterSkeleton-struct" href="goa/GoaReadLater.html#GoaReadLaterSkeleton-struct">
4258+<ANCHOR id="GoaReadLaterSkeletonClass" href="goa/GoaReadLater.html#GoaReadLaterSkeletonClass">
4259+<ANCHOR id="GoaPrinters" href="goa/GoaPrinters.html">
4260+<ANCHOR id="GoaPrinters.functions" href="goa/GoaPrinters.html#GoaPrinters.functions">
4261+<ANCHOR id="GoaPrintersProxy" href="goa/GoaPrinters.html#GoaPrintersProxy">
4262+<ANCHOR id="GoaPrintersSkeleton" href="goa/GoaPrinters.html#GoaPrintersSkeleton">
4263+<ANCHOR id="GoaPrinters.other" href="goa/GoaPrinters.html#GoaPrinters.other">
4264+<ANCHOR id="GoaPrinters.object-hierarchy" href="goa/GoaPrinters.html#GoaPrinters.object-hierarchy">
4265+<ANCHOR id="GoaPrinters.prerequisites" href="goa/GoaPrinters.html#GoaPrinters.prerequisites">
4266+<ANCHOR id="GoaPrinters.implemented-interfaces" href="goa/GoaPrinters.html#GoaPrinters.implemented-interfaces">
4267+<ANCHOR id="GoaPrinters.implementations" href="goa/GoaPrinters.html#GoaPrinters.implementations">
4268+<ANCHOR id="GoaPrinters.description" href="goa/GoaPrinters.html#GoaPrinters.description">
4269+<ANCHOR id="GoaPrinters.functions_details" href="goa/GoaPrinters.html#GoaPrinters.functions_details">
4270+<ANCHOR id="goa-printers-interface-info" href="goa/GoaPrinters.html#goa-printers-interface-info">
4271+<ANCHOR id="goa-printers-override-properties" href="goa/GoaPrinters.html#goa-printers-override-properties">
4272+<ANCHOR id="goa-printers-proxy-new" href="goa/GoaPrinters.html#goa-printers-proxy-new">
4273+<ANCHOR id="goa-printers-proxy-new-finish" href="goa/GoaPrinters.html#goa-printers-proxy-new-finish">
4274+<ANCHOR id="goa-printers-proxy-new-sync" href="goa/GoaPrinters.html#goa-printers-proxy-new-sync">
4275+<ANCHOR id="goa-printers-proxy-new-for-bus" href="goa/GoaPrinters.html#goa-printers-proxy-new-for-bus">
4276+<ANCHOR id="goa-printers-proxy-new-for-bus-finish" href="goa/GoaPrinters.html#goa-printers-proxy-new-for-bus-finish">
4277+<ANCHOR id="goa-printers-proxy-new-for-bus-sync" href="goa/GoaPrinters.html#goa-printers-proxy-new-for-bus-sync">
4278+<ANCHOR id="goa-printers-skeleton-new" href="goa/GoaPrinters.html#goa-printers-skeleton-new">
4279+<ANCHOR id="GoaPrinters.other_details" href="goa/GoaPrinters.html#GoaPrinters.other_details">
4280+<ANCHOR id="GoaPrinters-struct" href="goa/GoaPrinters.html#GoaPrinters-struct">
4281+<ANCHOR id="GoaPrintersIface" href="goa/GoaPrinters.html#GoaPrintersIface">
4282+<ANCHOR id="GoaPrintersProxy-struct" href="goa/GoaPrinters.html#GoaPrintersProxy-struct">
4283+<ANCHOR id="GoaPrintersProxyClass" href="goa/GoaPrinters.html#GoaPrintersProxyClass">
4284+<ANCHOR id="GoaPrintersSkeleton-struct" href="goa/GoaPrinters.html#GoaPrintersSkeleton-struct">
4285+<ANCHOR id="GoaPrintersSkeletonClass" href="goa/GoaPrinters.html#GoaPrintersSkeletonClass">
4286 <ANCHOR id="goa-Utilities" href="goa/goa-Utilities.html">
4287 <ANCHOR id="goa-Utilities.functions" href="goa/goa-Utilities.html#goa-Utilities.functions">
4288 <ANCHOR id="goa-Utilities.description" href="goa/goa-Utilities.html#goa-Utilities.description">
4289
4290=== modified file 'doc/html/ix01.html'
4291--- doc/html/ix01.html 2014-10-20 00:29:37 +0000
4292+++ doc/html/ix01.html 2014-11-21 20:09:34 +0000
4293@@ -414,11 +414,11 @@
4294 </dt>
4295 <dt>GoaDocumentsIface, <a class="indexterm" href="GoaDocuments.html#GoaDocumentsIface">struct GoaDocumentsIface</a>
4296 </dt>
4297-<dt>GoaDocumentsProxy, <a class="indexterm" href="GoaDocuments.html#GoaDocumentsProxy">struct GoaDocumentsProxy</a>
4298+<dt>GoaDocumentsProxy, <a class="indexterm" href="GoaDocuments.html#GoaDocumentsProxy-struct">struct GoaDocumentsProxy</a>
4299 </dt>
4300 <dt>GoaDocumentsProxyClass, <a class="indexterm" href="GoaDocuments.html#GoaDocumentsProxyClass">struct GoaDocumentsProxyClass</a>
4301 </dt>
4302-<dt>GoaDocumentsSkeleton, <a class="indexterm" href="GoaDocuments.html#GoaDocumentsSkeleton">struct GoaDocumentsSkeleton</a>
4303+<dt>GoaDocumentsSkeleton, <a class="indexterm" href="GoaDocuments.html#GoaDocumentsSkeleton-struct">struct GoaDocumentsSkeleton</a>
4304 </dt>
4305 <dt>GoaDocumentsSkeletonClass, <a class="indexterm" href="GoaDocuments.html#GoaDocumentsSkeletonClass">struct GoaDocumentsSkeletonClass</a>
4306 </dt>
4307@@ -453,19 +453,23 @@
4308 </dt>
4309 <dt>org.gnome.OnlineAccounts.Exchange, <a class="indexterm" href="gdbus-org.gnome.OnlineAccounts.Exchange.html#gdbus-interface-org-gnome-OnlineAccounts-Exchange.top_of_page">org.gnome.OnlineAccounts.Exchange</a>
4310 </dt>
4311+<dt>GoaExchange:accept-ssl-errors, <a class="indexterm" href="GoaExchange.html#GoaExchange--accept-ssl-errors">The “accept-ssl-errors” property</a>
4312+</dt>
4313 <dt>org.gnome.OnlineAccounts.Exchange:AcceptSslErrors, <a class="indexterm" href="gdbus-org.gnome.OnlineAccounts.Exchange.html#gdbus-property-org-gnome-OnlineAccounts-Exchange.AcceptSslErrors">The "AcceptSslErrors" property</a>
4314 </dt>
4315+<dt>GoaExchange:host, <a class="indexterm" href="GoaExchange.html#GoaExchange--host">The “host” property</a>
4316+</dt>
4317 <dt>org.gnome.OnlineAccounts.Exchange:Host, <a class="indexterm" href="gdbus-org.gnome.OnlineAccounts.Exchange.html#gdbus-property-org-gnome-OnlineAccounts-Exchange.Host">The "Host" property</a>
4318 </dt>
4319 <dt>GoaExchangeIface, <a class="indexterm" href="GoaExchange.html#GoaExchangeIface">struct GoaExchangeIface</a>
4320 </dt>
4321 <dt>GoaExchangeProvider, <a class="indexterm" href="goa-GoaExchangeProvider.html#GoaExchangeProvider">GoaExchangeProvider</a>
4322 </dt>
4323-<dt>GoaExchangeProxy, <a class="indexterm" href="GoaExchange.html#GoaExchangeProxy">struct GoaExchangeProxy</a>
4324+<dt>GoaExchangeProxy, <a class="indexterm" href="GoaExchange.html#GoaExchangeProxy-struct">struct GoaExchangeProxy</a>
4325 </dt>
4326 <dt>GoaExchangeProxyClass, <a class="indexterm" href="GoaExchange.html#GoaExchangeProxyClass">struct GoaExchangeProxyClass</a>
4327 </dt>
4328-<dt>GoaExchangeSkeleton, <a class="indexterm" href="GoaExchange.html#GoaExchangeSkeleton">struct GoaExchangeSkeleton</a>
4329+<dt>GoaExchangeSkeleton, <a class="indexterm" href="GoaExchange.html#GoaExchangeSkeleton-struct">struct GoaExchangeSkeleton</a>
4330 </dt>
4331 <dt>GoaExchangeSkeletonClass, <a class="indexterm" href="GoaExchange.html#GoaExchangeSkeletonClass">struct GoaExchangeSkeletonClass</a>
4332 </dt>
4333@@ -808,11 +812,11 @@
4334 </dt>
4335 <dt>GoaMapsIface, <a class="indexterm" href="GoaMaps.html#GoaMapsIface">struct GoaMapsIface</a>
4336 </dt>
4337-<dt>GoaMapsProxy, <a class="indexterm" href="GoaMaps.html#GoaMapsProxy">struct GoaMapsProxy</a>
4338+<dt>GoaMapsProxy, <a class="indexterm" href="GoaMaps.html#GoaMapsProxy-struct">struct GoaMapsProxy</a>
4339 </dt>
4340 <dt>GoaMapsProxyClass, <a class="indexterm" href="GoaMaps.html#GoaMapsProxyClass">struct GoaMapsProxyClass</a>
4341 </dt>
4342-<dt>GoaMapsSkeleton, <a class="indexterm" href="GoaMaps.html#GoaMapsSkeleton">struct GoaMapsSkeleton</a>
4343+<dt>GoaMapsSkeleton, <a class="indexterm" href="GoaMaps.html#GoaMapsSkeleton-struct">struct GoaMapsSkeleton</a>
4344 </dt>
4345 <dt>GoaMapsSkeletonClass, <a class="indexterm" href="GoaMaps.html#GoaMapsSkeletonClass">struct GoaMapsSkeletonClass</a>
4346 </dt>
4347@@ -838,19 +842,23 @@
4348 </dt>
4349 <dt>org.gnome.OnlineAccounts.MediaServer, <a class="indexterm" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-interface-org-gnome-OnlineAccounts-MediaServer.top_of_page">org.gnome.OnlineAccounts.MediaServer</a>
4350 </dt>
4351+<dt>GoaMediaServer:dlna-supported, <a class="indexterm" href="GoaMediaServer.html#GoaMediaServer--dlna-supported">The “dlna-supported” property</a>
4352+</dt>
4353 <dt>org.gnome.OnlineAccounts.MediaServer:DlnaSupported, <a class="indexterm" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-property-org-gnome-OnlineAccounts-MediaServer.DlnaSupported">The "DlnaSupported" property</a>
4354 </dt>
4355+<dt>GoaMediaServer:udn, <a class="indexterm" href="GoaMediaServer.html#GoaMediaServer--udn">The “udn” property</a>
4356+</dt>
4357 <dt>org.gnome.OnlineAccounts.MediaServer:Udn, <a class="indexterm" href="gdbus-org.gnome.OnlineAccounts.MediaServer.html#gdbus-property-org-gnome-OnlineAccounts-MediaServer.Udn">The "Udn" property</a>
4358 </dt>
4359 <dt>GoaMediaServerIface, <a class="indexterm" href="GoaMediaServer.html#GoaMediaServerIface">struct GoaMediaServerIface</a>
4360 </dt>
4361 <dt>GoaMediaServerProvider, <a class="indexterm" href="GoaMediaServerProvider.html#GoaMediaServerProvider-struct">GoaMediaServerProvider</a>
4362 </dt>
4363-<dt>GoaMediaServerProxy, <a class="indexterm" href="GoaMediaServer.html#GoaMediaServerProxy">struct GoaMediaServerProxy</a>
4364+<dt>GoaMediaServerProxy, <a class="indexterm" href="GoaMediaServer.html#GoaMediaServerProxy-struct">struct GoaMediaServerProxy</a>
4365 </dt>
4366 <dt>GoaMediaServerProxyClass, <a class="indexterm" href="GoaMediaServer.html#GoaMediaServerProxyClass">struct GoaMediaServerProxyClass</a>
4367 </dt>
4368-<dt>GoaMediaServerSkeleton, <a class="indexterm" href="GoaMediaServer.html#GoaMediaServerSkeleton">struct GoaMediaServerSkeleton</a>
4369+<dt>GoaMediaServerSkeleton, <a class="indexterm" href="GoaMediaServer.html#GoaMediaServerSkeleton-struct">struct GoaMediaServerSkeleton</a>
4370 </dt>
4371 <dt>GoaMediaServerSkeletonClass, <a class="indexterm" href="GoaMediaServer.html#GoaMediaServerSkeletonClass">struct GoaMediaServerSkeletonClass</a>
4372 </dt>
4373@@ -1298,11 +1306,11 @@
4374 </dt>
4375 <dt>GoaPhotosIface, <a class="indexterm" href="GoaPhotos.html#GoaPhotosIface">struct GoaPhotosIface</a>
4376 </dt>
4377-<dt>GoaPhotosProxy, <a class="indexterm" href="GoaPhotos.html#GoaPhotosProxy">struct GoaPhotosProxy</a>
4378+<dt>GoaPhotosProxy, <a class="indexterm" href="GoaPhotos.html#GoaPhotosProxy-struct">struct GoaPhotosProxy</a>
4379 </dt>
4380 <dt>GoaPhotosProxyClass, <a class="indexterm" href="GoaPhotos.html#GoaPhotosProxyClass">struct GoaPhotosProxyClass</a>
4381 </dt>
4382-<dt>GoaPhotosSkeleton, <a class="indexterm" href="GoaPhotos.html#GoaPhotosSkeleton">struct GoaPhotosSkeleton</a>
4383+<dt>GoaPhotosSkeleton, <a class="indexterm" href="GoaPhotos.html#GoaPhotosSkeleton-struct">struct GoaPhotosSkeleton</a>
4384 </dt>
4385 <dt>GoaPhotosSkeletonClass, <a class="indexterm" href="GoaPhotos.html#GoaPhotosSkeletonClass">struct GoaPhotosSkeletonClass</a>
4386 </dt>
4387@@ -1324,6 +1332,36 @@
4388 </dt>
4389 <dt>goa_photos_skeleton_new, <a class="indexterm" href="GoaPhotos.html#goa-photos-skeleton-new">goa_photos_skeleton_new ()</a>
4390 </dt>
4391+<dt>GoaPrinters, <a class="indexterm" href="GoaPrinters.html#GoaPrinters-struct">GoaPrinters</a>
4392+</dt>
4393+<dt>GoaPrintersIface, <a class="indexterm" href="GoaPrinters.html#GoaPrintersIface">struct GoaPrintersIface</a>
4394+</dt>
4395+<dt>GoaPrintersProxy, <a class="indexterm" href="GoaPrinters.html#GoaPrintersProxy-struct">struct GoaPrintersProxy</a>
4396+</dt>
4397+<dt>GoaPrintersProxyClass, <a class="indexterm" href="GoaPrinters.html#GoaPrintersProxyClass">struct GoaPrintersProxyClass</a>
4398+</dt>
4399+<dt>GoaPrintersSkeleton, <a class="indexterm" href="GoaPrinters.html#GoaPrintersSkeleton-struct">struct GoaPrintersSkeleton</a>
4400+</dt>
4401+<dt>GoaPrintersSkeletonClass, <a class="indexterm" href="GoaPrinters.html#GoaPrintersSkeletonClass">struct GoaPrintersSkeletonClass</a>
4402+</dt>
4403+<dt>goa_printers_interface_info, <a class="indexterm" href="GoaPrinters.html#goa-printers-interface-info">goa_printers_interface_info ()</a>
4404+</dt>
4405+<dt>goa_printers_override_properties, <a class="indexterm" href="GoaPrinters.html#goa-printers-override-properties">goa_printers_override_properties ()</a>
4406+</dt>
4407+<dt>goa_printers_proxy_new, <a class="indexterm" href="GoaPrinters.html#goa-printers-proxy-new">goa_printers_proxy_new ()</a>
4408+</dt>
4409+<dt>goa_printers_proxy_new_finish, <a class="indexterm" href="GoaPrinters.html#goa-printers-proxy-new-finish">goa_printers_proxy_new_finish ()</a>
4410+</dt>
4411+<dt>goa_printers_proxy_new_for_bus, <a class="indexterm" href="GoaPrinters.html#goa-printers-proxy-new-for-bus">goa_printers_proxy_new_for_bus ()</a>
4412+</dt>
4413+<dt>goa_printers_proxy_new_for_bus_finish, <a class="indexterm" href="GoaPrinters.html#goa-printers-proxy-new-for-bus-finish">goa_printers_proxy_new_for_bus_finish ()</a>
4414+</dt>
4415+<dt>goa_printers_proxy_new_for_bus_sync, <a class="indexterm" href="GoaPrinters.html#goa-printers-proxy-new-for-bus-sync">goa_printers_proxy_new_for_bus_sync ()</a>
4416+</dt>
4417+<dt>goa_printers_proxy_new_sync, <a class="indexterm" href="GoaPrinters.html#goa-printers-proxy-new-sync">goa_printers_proxy_new_sync ()</a>
4418+</dt>
4419+<dt>goa_printers_skeleton_new, <a class="indexterm" href="GoaPrinters.html#goa-printers-skeleton-new">goa_printers_skeleton_new ()</a>
4420+</dt>
4421 <dt>GoaProvider, <a class="indexterm" href="GoaProvider.html#GoaProvider-struct">GoaProvider</a>
4422 </dt>
4423 <dt>GoaProvider:preseed-data, <a class="indexterm" href="GoaProvider.html#GoaProvider--preseed-data">The “preseed-data” property</a>
4424@@ -1385,6 +1423,41 @@
4425 </dl>
4426 </div>
4427 <div class="indexdiv">
4428+<h3>R</h3>
4429+<dl>
4430+<dt>GoaReadLater, <a class="indexterm" href="GoaReadLater.html#GoaReadLater-struct">GoaReadLater</a>
4431+</dt>
4432+<dt>GoaReadLaterIface, <a class="indexterm" href="GoaReadLater.html#GoaReadLaterIface">struct GoaReadLaterIface</a>
4433+</dt>
4434+<dt>GoaReadLaterProxy, <a class="indexterm" href="GoaReadLater.html#GoaReadLaterProxy-struct">struct GoaReadLaterProxy</a>
4435+</dt>
4436+<dt>GoaReadLaterProxyClass, <a class="indexterm" href="GoaReadLater.html#GoaReadLaterProxyClass">struct GoaReadLaterProxyClass</a>
4437+</dt>
4438+<dt>GoaReadLaterSkeleton, <a class="indexterm" href="GoaReadLater.html#GoaReadLaterSkeleton-struct">struct GoaReadLaterSkeleton</a>
4439+</dt>
4440+<dt>GoaReadLaterSkeletonClass, <a class="indexterm" href="GoaReadLater.html#GoaReadLaterSkeletonClass">struct GoaReadLaterSkeletonClass</a>
4441+</dt>
4442+<dt>goa_read_later_interface_info, <a class="indexterm" href="GoaReadLater.html#goa-read-later-interface-info">goa_read_later_interface_info ()</a>
4443+</dt>
4444+<dt>goa_read_later_override_properties, <a class="indexterm" href="GoaReadLater.html#goa-read-later-override-properties">goa_read_later_override_properties ()</a>
4445+</dt>
4446+<dt>goa_read_later_proxy_new, <a class="indexterm" href="GoaReadLater.html#goa-read-later-proxy-new">goa_read_later_proxy_new ()</a>
4447+</dt>
4448+<dt>goa_read_later_proxy_new_finish, <a class="indexterm" href="GoaReadLater.html#goa-read-later-proxy-new-finish">goa_read_later_proxy_new_finish ()</a>
4449+</dt>
4450+<dt>goa_read_later_proxy_new_for_bus, <a class="indexterm" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus">goa_read_later_proxy_new_for_bus ()</a>
4451+</dt>
4452+<dt>goa_read_later_proxy_new_for_bus_finish, <a class="indexterm" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus-finish">goa_read_later_proxy_new_for_bus_finish ()</a>
4453+</dt>
4454+<dt>goa_read_later_proxy_new_for_bus_sync, <a class="indexterm" href="GoaReadLater.html#goa-read-later-proxy-new-for-bus-sync">goa_read_later_proxy_new_for_bus_sync ()</a>
4455+</dt>
4456+<dt>goa_read_later_proxy_new_sync, <a class="indexterm" href="GoaReadLater.html#goa-read-later-proxy-new-sync">goa_read_later_proxy_new_sync ()</a>
4457+</dt>
4458+<dt>goa_read_later_skeleton_new, <a class="indexterm" href="GoaReadLater.html#goa-read-later-skeleton-new">goa_read_later_skeleton_new ()</a>
4459+</dt>
4460+</dl>
4461+</div>
4462+<div class="indexdiv">
4463 <h3>T</h3>
4464 <dl>
4465 <dt>GoaTelepathyFactory, <a class="indexterm" href="goa-GoaTelepathyFactory.html#GoaTelepathyFactory">struct GoaTelepathyFactory</a>
4466@@ -1403,13 +1476,15 @@
4467 </dt>
4468 <dt>org.gnome.OnlineAccounts.Ticketing.GetTicket(), <a class="indexterm" href="gdbus-org.gnome.OnlineAccounts.Ticketing.html#gdbus-method-org-gnome-OnlineAccounts-Ticketing.GetTicket">The GetTicket() method</a>
4469 </dt>
4470+<dt>GoaTicketing::handle-get-ticket, <a class="indexterm" href="GoaTicketing.html#GoaTicketing-handle-get-ticket">The “handle-get-ticket” signal</a>
4471+</dt>
4472 <dt>GoaTicketingIface, <a class="indexterm" href="GoaTicketing.html#GoaTicketingIface">struct GoaTicketingIface</a>
4473 </dt>
4474-<dt>GoaTicketingProxy, <a class="indexterm" href="GoaTicketing.html#GoaTicketingProxy">struct GoaTicketingProxy</a>
4475+<dt>GoaTicketingProxy, <a class="indexterm" href="GoaTicketing.html#GoaTicketingProxy-struct">struct GoaTicketingProxy</a>
4476 </dt>
4477 <dt>GoaTicketingProxyClass, <a class="indexterm" href="GoaTicketing.html#GoaTicketingProxyClass">struct GoaTicketingProxyClass</a>
4478 </dt>
4479-<dt>GoaTicketingSkeleton, <a class="indexterm" href="GoaTicketing.html#GoaTicketingSkeleton">struct GoaTicketingSkeleton</a>
4480+<dt>GoaTicketingSkeleton, <a class="indexterm" href="GoaTicketing.html#GoaTicketingSkeleton-struct">struct GoaTicketingSkeleton</a>
4481 </dt>
4482 <dt>GoaTicketingSkeletonClass, <a class="indexterm" href="GoaTicketing.html#GoaTicketingSkeletonClass">struct GoaTicketingSkeletonClass</a>
4483 </dt>
4484
4485=== modified file 'doc/html/ref-backend-library.html'
4486--- doc/html/ref-backend-library.html 2014-10-20 00:29:37 +0000
4487+++ doc/html/ref-backend-library.html 2014-11-21 20:09:34 +0000
4488@@ -6,7 +6,7 @@
4489 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
4490 <link rel="home" href="index.html" title="GNOME Online Accounts Reference Manual">
4491 <link rel="up" href="index.html" title="GNOME Online Accounts Reference Manual">
4492-<link rel="prev" href="GoaTicketing.html" title="GoaTicketing">
4493+<link rel="prev" href="GoaPrinters.html" title="GoaPrinters">
4494 <link rel="next" href="ch07.html" title="Core">
4495 <meta name="generator" content="GTK-Doc V1.21 (XML mode)">
4496 <link rel="stylesheet" href="style.css" type="text/css">
4497@@ -16,7 +16,7 @@
4498 <td width="100%" align="left" class="shortcuts"></td>
4499 <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
4500 <td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
4501-<td><a accesskey="p" href="GoaTicketing.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
4502+<td><a accesskey="p" href="GoaPrinters.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
4503 <td><a accesskey="n" href="ch07.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
4504 </tr></table>
4505 <div class="part">
4506
4507=== modified file 'doc/html/ref-library-generated.html'
4508--- doc/html/ref-library-generated.html 2014-10-20 00:29:37 +0000
4509+++ doc/html/ref-library-generated.html 2014-11-21 20:09:34 +0000
4510@@ -77,6 +77,12 @@
4511 <dt>
4512 <span class="refentrytitle"><a href="GoaTicketing.html">GoaTicketing</a></span><span class="refpurpose"> — Generated C code for the org.gnome.OnlineAccounts.Ticketing D-Bus interface</span>
4513 </dt>
4514+<dt>
4515+<span class="refentrytitle"><a href="GoaReadLater.html">GoaReadLater</a></span><span class="refpurpose"> — Generated C code for the org.gnome.OnlineAccounts.ReadLater D-Bus interface</span>
4516+</dt>
4517+<dt>
4518+<span class="refentrytitle"><a href="GoaPrinters.html">GoaPrinters</a></span><span class="refpurpose"> — Generated C code for the org.gnome.OnlineAccounts.Printers D-Bus interface</span>
4519+</dt>
4520 </dl></div>
4521 </div>
4522 <div class="footer">
4523
4524=== modified file 'doc/html/ref-library.html'
4525--- doc/html/ref-library.html 2014-10-20 00:29:37 +0000
4526+++ doc/html/ref-library.html 2014-11-21 20:09:34 +0000
4527@@ -90,6 +90,12 @@
4528 <dt>
4529 <span class="refentrytitle"><a href="GoaTicketing.html">GoaTicketing</a></span><span class="refpurpose"> — Generated C code for the org.gnome.OnlineAccounts.Ticketing D-Bus interface</span>
4530 </dt>
4531+<dt>
4532+<span class="refentrytitle"><a href="GoaReadLater.html">GoaReadLater</a></span><span class="refpurpose"> — Generated C code for the org.gnome.OnlineAccounts.ReadLater D-Bus interface</span>
4533+</dt>
4534+<dt>
4535+<span class="refentrytitle"><a href="GoaPrinters.html">GoaPrinters</a></span><span class="refpurpose"> — Generated C code for the org.gnome.OnlineAccounts.Printers D-Bus interface</span>
4536+</dt>
4537 </dl></dd>
4538 </dl>
4539 </div>
4540
4541=== modified file 'doc/tmpl/GoaExchange.sgml'
4542--- doc/tmpl/GoaExchange.sgml 2013-09-10 19:48:09 +0000
4543+++ doc/tmpl/GoaExchange.sgml 2014-11-21 20:09:34 +0000
4544@@ -28,6 +28,16 @@
4545 </para>
4546
4547
4548+<!-- ##### ARG GoaExchange:accept-ssl-errors ##### -->
4549+<para>
4550+
4551+</para>
4552+
4553+<!-- ##### ARG GoaExchange:host ##### -->
4554+<para>
4555+
4556+</para>
4557+
4558 <!-- ##### STRUCT GoaExchangeIface ##### -->
4559 <para>
4560
4561
4562=== modified file 'doc/tmpl/GoaMediaServer.sgml'
4563--- doc/tmpl/GoaMediaServer.sgml 2014-09-06 04:12:57 +0000
4564+++ doc/tmpl/GoaMediaServer.sgml 2014-11-21 20:09:34 +0000
4565@@ -28,6 +28,16 @@
4566 </para>
4567
4568
4569+<!-- ##### ARG GoaMediaServer:dlna-supported ##### -->
4570+<para>
4571+
4572+</para>
4573+
4574+<!-- ##### ARG GoaMediaServer:udn ##### -->
4575+<para>
4576+
4577+</para>
4578+
4579 <!-- ##### STRUCT GoaMediaServerIface ##### -->
4580 <para>
4581
4582
4583=== added file 'doc/tmpl/GoaPrinters.sgml'
4584--- doc/tmpl/GoaPrinters.sgml 1970-01-01 00:00:00 +0000
4585+++ doc/tmpl/GoaPrinters.sgml 2014-11-21 20:09:34 +0000
4586@@ -0,0 +1,167 @@
4587+<!-- ##### SECTION Title ##### -->
4588+GoaPrinters
4589+
4590+<!-- ##### SECTION Short_Description ##### -->
4591+
4592+
4593+<!-- ##### SECTION Long_Description ##### -->
4594+<para>
4595+
4596+</para>
4597+
4598+
4599+<!-- ##### SECTION See_Also ##### -->
4600+<para>
4601+
4602+</para>
4603+
4604+
4605+<!-- ##### SECTION Stability_Level ##### -->
4606+
4607+
4608+<!-- ##### SECTION Image ##### -->
4609+
4610+
4611+<!-- ##### STRUCT GoaPrinters ##### -->
4612+<para>
4613+
4614+</para>
4615+
4616+
4617+<!-- ##### STRUCT GoaPrintersIface ##### -->
4618+<para>
4619+
4620+</para>
4621+
4622+@parent_iface:
4623+
4624+<!-- ##### FUNCTION goa_printers_interface_info ##### -->
4625+<para>
4626+
4627+</para>
4628+
4629+@void:
4630+@Returns:
4631+
4632+
4633+<!-- ##### FUNCTION goa_printers_override_properties ##### -->
4634+<para>
4635+
4636+</para>
4637+
4638+@klass:
4639+@property_id_begin:
4640+@Returns:
4641+
4642+
4643+<!-- ##### STRUCT GoaPrintersProxy ##### -->
4644+<para>
4645+
4646+</para>
4647+
4648+
4649+<!-- ##### STRUCT GoaPrintersProxyClass ##### -->
4650+<para>
4651+
4652+</para>
4653+
4654+@parent_class:
4655+
4656+<!-- ##### FUNCTION goa_printers_proxy_new ##### -->
4657+<para>
4658+
4659+</para>
4660+
4661+@connection:
4662+@flags:
4663+@name:
4664+@object_path:
4665+@cancellable:
4666+@callback:
4667+@user_data:
4668+
4669+
4670+<!-- ##### FUNCTION goa_printers_proxy_new_finish ##### -->
4671+<para>
4672+
4673+</para>
4674+
4675+@res:
4676+@error:
4677+@Returns:
4678+
4679+
4680+<!-- ##### FUNCTION goa_printers_proxy_new_sync ##### -->
4681+<para>
4682+
4683+</para>
4684+
4685+@connection:
4686+@flags:
4687+@name:
4688+@object_path:
4689+@cancellable:
4690+@error:
4691+@Returns:
4692+
4693+
4694+<!-- ##### FUNCTION goa_printers_proxy_new_for_bus ##### -->
4695+<para>
4696+
4697+</para>
4698+
4699+@bus_type:
4700+@flags:
4701+@name:
4702+@object_path:
4703+@cancellable:
4704+@callback:
4705+@user_data:
4706+
4707+
4708+<!-- ##### FUNCTION goa_printers_proxy_new_for_bus_finish ##### -->
4709+<para>
4710+
4711+</para>
4712+
4713+@res:
4714+@error:
4715+@Returns:
4716+
4717+
4718+<!-- ##### FUNCTION goa_printers_proxy_new_for_bus_sync ##### -->
4719+<para>
4720+
4721+</para>
4722+
4723+@bus_type:
4724+@flags:
4725+@name:
4726+@object_path:
4727+@cancellable:
4728+@error:
4729+@Returns:
4730+
4731+
4732+<!-- ##### STRUCT GoaPrintersSkeleton ##### -->
4733+<para>
4734+
4735+</para>
4736+
4737+
4738+<!-- ##### STRUCT GoaPrintersSkeletonClass ##### -->
4739+<para>
4740+
4741+</para>
4742+
4743+@parent_class:
4744+
4745+<!-- ##### FUNCTION goa_printers_skeleton_new ##### -->
4746+<para>
4747+
4748+</para>
4749+
4750+@void:
4751+@Returns:
4752+
4753+
4754
4755=== added file 'doc/tmpl/GoaReadLater.sgml'
4756--- doc/tmpl/GoaReadLater.sgml 1970-01-01 00:00:00 +0000
4757+++ doc/tmpl/GoaReadLater.sgml 2014-11-21 20:09:34 +0000
4758@@ -0,0 +1,167 @@
4759+<!-- ##### SECTION Title ##### -->
4760+GoaReadLater
4761+
4762+<!-- ##### SECTION Short_Description ##### -->
4763+
4764+
4765+<!-- ##### SECTION Long_Description ##### -->
4766+<para>
4767+
4768+</para>
4769+
4770+
4771+<!-- ##### SECTION See_Also ##### -->
4772+<para>
4773+
4774+</para>
4775+
4776+
4777+<!-- ##### SECTION Stability_Level ##### -->
4778+
4779+
4780+<!-- ##### SECTION Image ##### -->
4781+
4782+
4783+<!-- ##### STRUCT GoaReadLater ##### -->
4784+<para>
4785+
4786+</para>
4787+
4788+
4789+<!-- ##### STRUCT GoaReadLaterIface ##### -->
4790+<para>
4791+
4792+</para>
4793+
4794+@parent_iface:
4795+
4796+<!-- ##### FUNCTION goa_read_later_interface_info ##### -->
4797+<para>
4798+
4799+</para>
4800+
4801+@void:
4802+@Returns:
4803+
4804+
4805+<!-- ##### FUNCTION goa_read_later_override_properties ##### -->
4806+<para>
4807+
4808+</para>
4809+
4810+@klass:
4811+@property_id_begin:
4812+@Returns:
4813+
4814+
4815+<!-- ##### STRUCT GoaReadLaterProxy ##### -->
4816+<para>
4817+
4818+</para>
4819+
4820+
4821+<!-- ##### STRUCT GoaReadLaterProxyClass ##### -->
4822+<para>
4823+
4824+</para>
4825+
4826+@parent_class:
4827+
4828+<!-- ##### FUNCTION goa_read_later_proxy_new ##### -->
4829+<para>
4830+
4831+</para>
4832+
4833+@connection:
4834+@flags:
4835+@name:
4836+@object_path:
4837+@cancellable:
4838+@callback:
4839+@user_data:
4840+
4841+
4842+<!-- ##### FUNCTION goa_read_later_proxy_new_finish ##### -->
4843+<para>
4844+
4845+</para>
4846+
4847+@res:
4848+@error:
4849+@Returns:
4850+
4851+
4852+<!-- ##### FUNCTION goa_read_later_proxy_new_sync ##### -->
4853+<para>
4854+
4855+</para>
4856+
4857+@connection:
4858+@flags:
4859+@name:
4860+@object_path:
4861+@cancellable:
4862+@error:
4863+@Returns:
4864+
4865+
4866+<!-- ##### FUNCTION goa_read_later_proxy_new_for_bus ##### -->
4867+<para>
4868+
4869+</para>
4870+
4871+@bus_type:
4872+@flags:
4873+@name:
4874+@object_path:
4875+@cancellable:
4876+@callback:
4877+@user_data:
4878+
4879+
4880+<!-- ##### FUNCTION goa_read_later_proxy_new_for_bus_finish ##### -->
4881+<para>
4882+
4883+</para>
4884+
4885+@res:
4886+@error:
4887+@Returns:
4888+
4889+
4890+<!-- ##### FUNCTION goa_read_later_proxy_new_for_bus_sync ##### -->
4891+<para>
4892+
4893+</para>
4894+
4895+@bus_type:
4896+@flags:
4897+@name:
4898+@object_path:
4899+@cancellable:
4900+@error:
4901+@Returns:
4902+
4903+
4904+<!-- ##### STRUCT GoaReadLaterSkeleton ##### -->
4905+<para>
4906+
4907+</para>
4908+
4909+
4910+<!-- ##### STRUCT GoaReadLaterSkeletonClass ##### -->
4911+<para>
4912+
4913+</para>
4914+
4915+@parent_class:
4916+
4917+<!-- ##### FUNCTION goa_read_later_skeleton_new ##### -->
4918+<para>
4919+
4920+</para>
4921+
4922+@void:
4923+@Returns:
4924+
4925+
4926
4927=== modified file 'doc/tmpl/GoaTicketing.sgml'
4928--- doc/tmpl/GoaTicketing.sgml 2013-04-25 16:58:36 +0000
4929+++ doc/tmpl/GoaTicketing.sgml 2014-11-21 20:09:34 +0000
4930@@ -28,6 +28,15 @@
4931 </para>
4932
4933
4934+<!-- ##### SIGNAL GoaTicketing::handle-get-ticket ##### -->
4935+<para>
4936+
4937+</para>
4938+
4939+@goaticketing: the object which received the signal.
4940+@arg1:
4941+@Returns:
4942+
4943 <!-- ##### STRUCT GoaTicketingIface ##### -->
4944 <para>
4945
4946
4947=== modified file 'src/daemon/goadaemon.c'
4948--- src/daemon/goadaemon.c 2014-10-20 00:29:37 +0000
4949+++ src/daemon/goadaemon.c 2014-11-21 20:09:34 +0000
4950@@ -508,6 +508,7 @@
4951 g_object_unref (account);
4952 g_free (type);
4953 g_free (identity);
4954+ g_free (presentation_identity);
4955 return ret;
4956 }
4957
4958
4959=== modified file 'src/goabackend/goabackendenums.h'
4960--- src/goabackend/goabackendenums.h 2014-09-06 04:12:57 +0000
4961+++ src/goabackend/goabackendenums.h 2014-11-21 20:09:34 +0000
4962@@ -37,6 +37,8 @@
4963 * services. For example, IMAP and SMTP.
4964 * @GOA_PROVIDER_GROUP_TICKETING: Providers with ticketing
4965 * capabilities. For example, Kerberos.
4966+ * @GOA_PROVIDER_GROUP_CHAT: Providers that offer chat-like messaging
4967+ * capabilities. For example, XMPP, IRC.
4968 * @GOA_PROVIDER_GROUP_INVALID: Used for error handling. No provider
4969 * should belong to this group.
4970 *
4971@@ -65,6 +67,7 @@
4972 * @GOA_PROVIDER_FEATURE_PHOTOS: Photos storage services (ie. Flickr).
4973 * @GOA_PROVIDER_FEATURE_FILES: Files storage services (ie. WebDAV).
4974 * @GOA_PROVIDER_FEATURE_TICKETING: Ticketing services (ie. Kerberos).
4975+ * @GOA_PROVIDER_FEATURE_READ_LATER: Read later services (eg. Pocket).
4976 * @GOA_PROVIDER_FEATURE_PRINTERS: Network printing services (e.g. Google Cloud Print).
4977 * @GOA_PROVIDER_FEATURE_MAPS: Maps related services (e.g. Foursquare, Facebook).
4978 * @GOA_PROVIDER_FEATURE_INVALID: Used for error handling. No provider
4979
4980=== modified file 'src/goabackend/goafacebookprovider.c'
4981--- src/goabackend/goafacebookprovider.c 2014-09-06 04:12:57 +0000
4982+++ src/goabackend/goafacebookprovider.c 2014-11-21 20:09:34 +0000
4983@@ -252,12 +252,16 @@
4984 presentation_identity = g_strdup (json_object_get_string_member (json_object, "email"));
4985 if (presentation_identity == NULL)
4986 {
4987- g_warning ("Did not find email in JSON data");
4988- g_set_error (error,
4989- GOA_ERROR,
4990- GOA_ERROR_FAILED,
4991- _("Could not parse response"));
4992- goto out;
4993+ presentation_identity = g_strdup (json_object_get_string_member (json_object, "username"));
4994+ if (presentation_identity == NULL)
4995+ {
4996+ g_warning ("Did not find email or username in JSON data");
4997+ g_set_error (error,
4998+ GOA_ERROR,
4999+ GOA_ERROR_FAILED,
5000+ _("Could not parse response"));
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: