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

« back to all changes in this revision

Viewing changes to doc/html/GoaClient.html

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Thomas Bechtold, Tim Lunn, Jeremy Bicha, Michael Biebl
  • Date: 2013-05-24 17:59:18 UTC
  • mfrom: (0.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20130524175918-fd3s69zy2ow3g4af
Tags: 3.8.2-1
[ Thomas Bechtold ]
* New upstream release.

[ Tim Lunn ]
* debian/rules:
  - Explicitly enable owncloud
  - Don't try to enable Twitter or Yahoo support as they are not currently
    included
* debian/libgoa-1.0-common: install arch-independent css file here rather
  than in libgoa-1.0-0

[ Jeremy Bicha ]
* debian/control.in: Add Breaks/Replaces for above change. This is only
  needed for users of experimental though.

[ Michael Biebl ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>GoaClient</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7
7
<link rel="home" href="index.html" title="GNOME Online Accounts Reference Manual">
8
8
<link rel="up" href="ref-library.html" title="Part III. Client Library API Reference">
9
9
<link rel="prev" href="ref-library.html" title="Part III. Client Library API Reference">
10
10
<link rel="next" href="goa-GoaError.html" title="GoaError">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
182
182
<tbody>
183
183
<tr>
184
184
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
185
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
185
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
186
186
</td>
187
187
</tr>
188
188
<tr>
189
189
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
190
 
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
190
<td>Return location for error or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
191
191
</td>
192
192
</tr>
193
193
<tr>
218
218
<tr>
219
219
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
220
220
<td>A <a class="link" href="GoaManager.html" title="GoaManager"><span class="type">GoaManager</span></a>. Do not free, the returned
221
 
object belongs to <em class="parameter"><code>client</code></em>. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
221
object belongs to <em class="parameter"><code>client</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
222
222
</td>
223
223
</tr>
224
224
</tbody>
233
233
<a class="link" href="GoaObject.html" title="GoaObject"><span class="type">GoaObject</span></a> instances where each object at least has an <a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a>
234
234
interface (that can be obtained via the <a class="link" href="GoaObject.html#goa-object-get-account" title="goa_object_get_account ()"><code class="function">goa_object_get_account()</code></a>
235
235
method) but may also implement other interfaces such as
236
 
<span class="type">GoaGoogleAccount</span>.
 
236
<a class="link" href="GoaMail.html" title="GoaMail"><span class="type">GoaMail</span></a> or <a class="link" href="GoaFiles.html" title="GoaFiles"><span class="type">GoaFiles</span></a>.
237
237
</p>
238
238
<div class="variablelist"><table border="0" class="variablelist">
239
239
<colgroup>
249
249
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
250
250
<td>A list of
251
251
<a class="link" href="GoaObject.html" title="GoaObject"><span class="type">GoaObject</span></a> instances that must be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a> after
252
 
each element has been freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> GoaObject]</span>
 
252
each element has been freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GoaObject]</span>
253
253
</td>
254
254
</tr>
255
255
</tbody>
275
275
<tr>
276
276
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
277
277
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusObjectManager.html"><span class="type">GDBusObjectManager</span></a>. Do not free, the
278
 
instance is owned by <em class="parameter"><code>client</code></em>. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
278
instance is owned by <em class="parameter"><code>client</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
279
279
</td>
280
280
</tr>
281
281
</tbody>
308
308
<tr>
309
309
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
310
310
<td>A <a class="link" href="GoaObject.html" title="GoaObject"><span class="type">GoaObject</span></a>. Free the returned
311
 
object with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
311
object with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
312
312
</td>
313
313
</tr>
314
314
</tbody>
423
423
</div>
424
424
<div class="footer">
425
425
<hr>
426
 
          Generated by GTK-Doc V1.18</div>
 
426
          Generated by GTK-Doc V1.18.1</div>
427
427
</body>
428
428
</html>
 
 
b'\\ No newline at end of file'