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

« back to all changes in this revision

Viewing changes to doc/html/GoaAccount.html

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ref-library-generated.html" title="Generated Code">
9
9
<link rel="prev" href="GoaManager.html" title="GoaManager">
10
10
<link rel="next" href="GoaOAuthBased.html" title="GoaOAuthBased">
11
 
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
51
51
<a name="GoaAccount.synopsis"></a><h2>Synopsis</h2>
52
52
<a name="GoaAccountProxy"></a><a name="GoaAccountSkeleton"></a><pre class="synopsis">                    <a class="link" href="GoaAccount.html#GoaAccount-struct" title="GoaAccount">GoaAccount</a>;
53
53
struct              <a class="link" href="GoaAccount.html#GoaAccountIface" title="struct GoaAccountIface">GoaAccountIface</a>;
54
 
<a href="http://library.gnome.org/devel/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> * <a class="link" href="GoaAccount.html#goa-account-interface-info" title="goa_account_interface_info ()">goa_account_interface_info</a>         (<em class="parameter"><code><span class="type">void</span></code></em>);
55
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="GoaAccount.html#goa-account-override-properties" title="goa_account_override_properties ()">goa_account_override_properties</a>     (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *klass</code></em>,
56
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> property_id_begin</code></em>);
57
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GoaAccount.html#goa-account-get-provider-type" title="goa_account_get_provider_type ()">goa_account_get_provider_type</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
58
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="GoaAccount.html#goa-account-dup-provider-type" title="goa_account_dup_provider_type ()">goa_account_dup_provider_type</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
54
<span class="returnvalue">GDBusInterfaceInfo</span> * <a class="link" href="GoaAccount.html#goa-account-interface-info" title="goa_account_interface_info ()">goa_account_interface_info</a>         (<em class="parameter"><code><span class="type">void</span></code></em>);
 
55
<span class="returnvalue">guint</span>               <a class="link" href="GoaAccount.html#goa-account-override-properties" title="goa_account_override_properties ()">goa_account_override_properties</a>     (<em class="parameter"><code><span class="type">GObjectClass</span> *klass</code></em>,
 
56
                                                         <em class="parameter"><code><span class="type">guint</span> property_id_begin</code></em>);
 
57
const <span class="returnvalue">gchar</span> *       <a class="link" href="GoaAccount.html#goa-account-get-provider-type" title="goa_account_get_provider_type ()">goa_account_get_provider_type</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
58
<span class="returnvalue">gchar</span> *             <a class="link" href="GoaAccount.html#goa-account-dup-provider-type" title="goa_account_dup_provider_type ()">goa_account_dup_provider_type</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
59
59
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-provider-type" title="goa_account_set_provider_type ()">goa_account_set_provider_type</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
60
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
61
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GoaAccount.html#goa-account-get-provider-name" title="goa_account_get_provider_name ()">goa_account_get_provider_name</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
62
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="GoaAccount.html#goa-account-dup-provider-name" title="goa_account_dup_provider_name ()">goa_account_dup_provider_name</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
60
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
61
const <span class="returnvalue">gchar</span> *       <a class="link" href="GoaAccount.html#goa-account-get-provider-name" title="goa_account_get_provider_name ()">goa_account_get_provider_name</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
62
<span class="returnvalue">gchar</span> *             <a class="link" href="GoaAccount.html#goa-account-dup-provider-name" title="goa_account_dup_provider_name ()">goa_account_dup_provider_name</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
63
63
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-provider-name" title="goa_account_set_provider_name ()">goa_account_set_provider_name</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
64
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
65
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GoaAccount.html#goa-account-get-provider-icon" title="goa_account_get_provider_icon ()">goa_account_get_provider_icon</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
66
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="GoaAccount.html#goa-account-dup-provider-icon" title="goa_account_dup_provider_icon ()">goa_account_dup_provider_icon</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
64
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
65
const <span class="returnvalue">gchar</span> *       <a class="link" href="GoaAccount.html#goa-account-get-provider-icon" title="goa_account_get_provider_icon ()">goa_account_get_provider_icon</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
66
<span class="returnvalue">gchar</span> *             <a class="link" href="GoaAccount.html#goa-account-dup-provider-icon" title="goa_account_dup_provider_icon ()">goa_account_dup_provider_icon</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
67
67
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-provider-icon" title="goa_account_set_provider_icon ()">goa_account_set_provider_icon</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
68
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
69
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GoaAccount.html#goa-account-get-id" title="goa_account_get_id ()">goa_account_get_id</a>                  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
70
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="GoaAccount.html#goa-account-dup-id" title="goa_account_dup_id ()">goa_account_dup_id</a>                  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
68
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
69
const <span class="returnvalue">gchar</span> *       <a class="link" href="GoaAccount.html#goa-account-get-id" title="goa_account_get_id ()">goa_account_get_id</a>                  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
70
<span class="returnvalue">gchar</span> *             <a class="link" href="GoaAccount.html#goa-account-dup-id" title="goa_account_dup_id ()">goa_account_dup_id</a>                  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
71
71
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-id" title="goa_account_set_id ()">goa_account_set_id</a>                  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
72
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
73
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-get-attention-needed" title="goa_account_get_attention_needed ()">goa_account_get_attention_needed</a>    (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
72
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
73
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-get-attention-needed" title="goa_account_get_attention_needed ()">goa_account_get_attention_needed</a>    (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
74
74
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-attention-needed" title="goa_account_set_attention_needed ()">goa_account_set_attention_needed</a>    (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
75
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
76
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GoaAccount.html#goa-account-get-identity" title="goa_account_get_identity ()">goa_account_get_identity</a>            (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
77
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="GoaAccount.html#goa-account-dup-identity" title="goa_account_dup_identity ()">goa_account_dup_identity</a>            (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
75
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
76
const <span class="returnvalue">gchar</span> *       <a class="link" href="GoaAccount.html#goa-account-get-identity" title="goa_account_get_identity ()">goa_account_get_identity</a>            (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
77
<span class="returnvalue">gchar</span> *             <a class="link" href="GoaAccount.html#goa-account-dup-identity" title="goa_account_dup_identity ()">goa_account_dup_identity</a>            (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
78
78
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-identity" title="goa_account_set_identity ()">goa_account_set_identity</a>            (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
79
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
80
 
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="GoaAccount.html#goa-account-get-presentation-identity" title="goa_account_get_presentation_identity ()">goa_account_get_presentation_identity</a>
 
79
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
80
const <span class="returnvalue">gchar</span> *       <a class="link" href="GoaAccount.html#goa-account-get-presentation-identity" title="goa_account_get_presentation_identity ()">goa_account_get_presentation_identity</a>
81
81
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
82
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="GoaAccount.html#goa-account-dup-presentation-identity" title="goa_account_dup_presentation_identity ()">goa_account_dup_presentation_identity</a>
 
82
<span class="returnvalue">gchar</span> *             <a class="link" href="GoaAccount.html#goa-account-dup-presentation-identity" title="goa_account_dup_presentation_identity ()">goa_account_dup_presentation_identity</a>
83
83
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
84
84
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-presentation-identity" title="goa_account_set_presentation_identity ()">goa_account_set_presentation_identity</a>
85
85
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
86
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
87
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-get-mail-disabled" title="goa_account_get_mail_disabled ()">goa_account_get_mail_disabled</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
86
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
87
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-get-mail-disabled" title="goa_account_get_mail_disabled ()">goa_account_get_mail_disabled</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
88
88
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-mail-disabled" title="goa_account_set_mail_disabled ()">goa_account_set_mail_disabled</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
89
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
90
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-get-calendar-disabled" title="goa_account_get_calendar_disabled ()">goa_account_get_calendar_disabled</a>   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
89
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
90
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-get-calendar-disabled" title="goa_account_get_calendar_disabled ()">goa_account_get_calendar_disabled</a>   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
91
91
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-calendar-disabled" title="goa_account_set_calendar_disabled ()">goa_account_set_calendar_disabled</a>   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
92
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
93
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-get-contacts-disabled" title="goa_account_get_contacts_disabled ()">goa_account_get_contacts_disabled</a>   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
92
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
93
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-get-contacts-disabled" title="goa_account_get_contacts_disabled ()">goa_account_get_contacts_disabled</a>   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
94
94
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-contacts-disabled" title="goa_account_set_contacts_disabled ()">goa_account_set_contacts_disabled</a>   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
95
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
96
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-get-chat-disabled" title="goa_account_get_chat_disabled ()">goa_account_get_chat_disabled</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
95
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
96
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-get-chat-disabled" title="goa_account_get_chat_disabled ()">goa_account_get_chat_disabled</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
97
97
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-chat-disabled" title="goa_account_set_chat_disabled ()">goa_account_set_chat_disabled</a>       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
98
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
99
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-get-documents-disabled" title="goa_account_get_documents_disabled ()">goa_account_get_documents_disabled</a>  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
98
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
99
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-get-documents-disabled" title="goa_account_get_documents_disabled ()">goa_account_get_documents_disabled</a>  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
100
100
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-documents-disabled" title="goa_account_set_documents_disabled ()">goa_account_set_documents_disabled</a>  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
101
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
102
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-get-photos-disabled" title="goa_account_get_photos_disabled ()">goa_account_get_photos_disabled</a>     (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
101
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
102
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-get-photos-disabled" title="goa_account_get_photos_disabled ()">goa_account_get_photos_disabled</a>     (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
103
103
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-photos-disabled" title="goa_account_set_photos_disabled ()">goa_account_set_photos_disabled</a>     (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
104
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
105
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-get-files-disabled" title="goa_account_get_files_disabled ()">goa_account_get_files_disabled</a>      (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
104
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
105
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-get-files-disabled" title="goa_account_get_files_disabled ()">goa_account_get_files_disabled</a>      (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
106
106
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-files-disabled" title="goa_account_set_files_disabled ()">goa_account_set_files_disabled</a>      (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
107
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
108
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-get-ticketing-disabled" title="goa_account_get_ticketing_disabled ()">goa_account_get_ticketing_disabled</a>  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
 
107
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
108
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-get-ticketing-disabled" title="goa_account_get_ticketing_disabled ()">goa_account_get_ticketing_disabled</a>  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);
109
109
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-set-ticketing-disabled" title="goa_account_set_ticketing_disabled ()">goa_account_set_ticketing_disabled</a>  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
110
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);
 
110
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
111
111
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-call-ensure-credentials" title="goa_account_call_ensure_credentials ()">goa_account_call_ensure_credentials</a> (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
112
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
113
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
114
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
115
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-call-ensure-credentials-finish" title="goa_account_call_ensure_credentials_finish ()">goa_account_call_ensure_credentials_finish</a>
116
 
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
117
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *out_expires_in</code></em>,
118
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
119
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
120
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-call-ensure-credentials-sync" title="goa_account_call_ensure_credentials_sync ()">goa_account_call_ensure_credentials_sync</a>
121
 
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
122
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *out_expires_in</code></em>,
123
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
124
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
112
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
113
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
114
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
115
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-call-ensure-credentials-finish" title="goa_account_call_ensure_credentials_finish ()">goa_account_call_ensure_credentials_finish</a>
 
116
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
 
117
                                                         <em class="parameter"><code><span class="type">gint</span> *out_expires_in</code></em>,
 
118
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
 
119
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
120
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-call-ensure-credentials-sync" title="goa_account_call_ensure_credentials_sync ()">goa_account_call_ensure_credentials_sync</a>
 
121
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
 
122
                                                         <em class="parameter"><code><span class="type">gint</span> *out_expires_in</code></em>,
 
123
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
124
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
125
125
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-complete-ensure-credentials" title="goa_account_complete_ensure_credentials ()">goa_account_complete_ensure_credentials</a>
126
126
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
127
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
128
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> expires_in</code></em>);
 
127
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>,
 
128
                                                         <em class="parameter"><code><span class="type">gint</span> expires_in</code></em>);
129
129
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-call-remove" title="goa_account_call_remove ()">goa_account_call_remove</a>             (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
130
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
131
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
132
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
133
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-call-remove-finish" title="goa_account_call_remove_finish ()">goa_account_call_remove_finish</a>      (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
134
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
135
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
136
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="GoaAccount.html#goa-account-call-remove-sync" title="goa_account_call_remove_sync ()">goa_account_call_remove_sync</a>        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
137
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
138
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
130
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
131
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
132
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
133
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-call-remove-finish" title="goa_account_call_remove_finish ()">goa_account_call_remove_finish</a>      (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
 
134
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
 
135
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
136
<span class="returnvalue">gboolean</span>            <a class="link" href="GoaAccount.html#goa-account-call-remove-sync" title="goa_account_call_remove_sync ()">goa_account_call_remove_sync</a>        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
 
137
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
138
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
139
139
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-complete-remove" title="goa_account_complete_remove ()">goa_account_complete_remove</a>         (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
140
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
 
140
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
141
141
struct              <a class="link" href="GoaAccount.html#GoaAccountProxy-struct" title="struct GoaAccountProxy">GoaAccountProxy</a>;
142
142
struct              <a class="link" href="GoaAccount.html#GoaAccountProxyClass" title="struct GoaAccountProxyClass">GoaAccountProxyClass</a>;
143
 
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-proxy-new" title="goa_account_proxy_new ()">goa_account_proxy_new</a>               (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a> *connection</code></em>,
144
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
145
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
146
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
147
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
148
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
149
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
150
 
<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        <a class="link" href="GoaAccount.html#goa-account-proxy-new-finish" title="goa_account_proxy_new_finish ()">goa_account_proxy_new_finish</a>        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
151
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
152
 
<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        <a class="link" href="GoaAccount.html#goa-account-proxy-new-sync" title="goa_account_proxy_new_sync ()">goa_account_proxy_new_sync</a>          (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a> *connection</code></em>,
153
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
154
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
155
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
156
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
157
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
158
 
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-proxy-new-for-bus" title="goa_account_proxy_new_for_bus ()">goa_account_proxy_new_for_bus</a>       (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
159
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
160
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
161
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
162
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
163
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
164
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
 
143
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-proxy-new" title="goa_account_proxy_new ()">goa_account_proxy_new</a>               (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
 
144
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
 
145
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
146
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
 
147
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
148
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
149
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
150
<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        <a class="link" href="GoaAccount.html#goa-account-proxy-new-finish" title="goa_account_proxy_new_finish ()">goa_account_proxy_new_finish</a>        (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
 
151
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
152
<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        <a class="link" href="GoaAccount.html#goa-account-proxy-new-sync" title="goa_account_proxy_new_sync ()">goa_account_proxy_new_sync</a>          (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
 
153
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
 
154
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
155
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
 
156
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
157
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
158
<span class="returnvalue">void</span>                <a class="link" href="GoaAccount.html#goa-account-proxy-new-for-bus" title="goa_account_proxy_new_for_bus ()">goa_account_proxy_new_for_bus</a>       (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
 
159
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
 
160
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
161
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
 
162
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
163
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
164
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
165
165
<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        <a class="link" href="GoaAccount.html#goa-account-proxy-new-for-bus-finish" title="goa_account_proxy_new_for_bus_finish ()">goa_account_proxy_new_for_bus_finish</a>
166
 
                                                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
167
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
168
 
<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        <a class="link" href="GoaAccount.html#goa-account-proxy-new-for-bus-sync" title="goa_account_proxy_new_for_bus_sync ()">goa_account_proxy_new_for_bus_sync</a>  (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
169
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
170
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
171
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
172
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
173
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
166
                                                        (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
 
167
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
168
<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        <a class="link" href="GoaAccount.html#goa-account-proxy-new-for-bus-sync" title="goa_account_proxy_new_for_bus_sync ()">goa_account_proxy_new_for_bus_sync</a>  (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
 
169
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
 
170
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
171
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
 
172
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
173
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
174
174
struct              <a class="link" href="GoaAccount.html#GoaAccountSkeleton-struct" title="struct GoaAccountSkeleton">GoaAccountSkeleton</a>;
175
175
struct              <a class="link" href="GoaAccount.html#GoaAccountSkeletonClass" title="struct GoaAccountSkeletonClass">GoaAccountSkeletonClass</a>;
176
176
<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        <a class="link" href="GoaAccount.html#goa-account-skeleton-new" title="goa_account_skeleton_new ()">goa_account_skeleton_new</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
183
183
   +----GoaAccount
184
184
</pre>
185
185
<pre class="synopsis">
186
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
187
 
   +----<a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html">GDBusProxy</a>
 
186
  GObject
 
187
   +----GDBusProxy
188
188
         +----GoaAccountProxy
189
189
</pre>
190
190
<pre class="synopsis">
191
 
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
192
 
   +----<a href="http://library.gnome.org/devel/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
 
191
  GObject
 
192
   +----GDBusInterfaceSkeleton
193
193
         +----GoaAccountSkeleton
194
194
</pre>
195
195
</div>
197
197
<a name="GoaAccount.prerequisites"></a><h2>Prerequisites</h2>
198
198
<p>
199
199
GoaAccount requires
200
 
 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
 
200
 GObject.</p>
201
201
</div>
202
202
<div class="refsect1">
203
203
<a name="GoaAccount.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
204
204
<p>
205
205
GoaAccountProxy implements
206
 
 <a href="http://library.gnome.org/devel/gio/unstable/GDBusInterface.html">GDBusInterface</a>,  <a href="http://library.gnome.org/devel/gio/unstable/GInitable.html">GInitable</a>,  <a href="http://library.gnome.org/devel/gio/unstable/GAsyncInitable.html">GAsyncInitable</a> and  <a class="link" href="GoaAccount.html" title="GoaAccount">GoaAccount</a>.</p>
 
206
 GDBusInterface,  GInitable,  GAsyncInitable and  <a class="link" href="GoaAccount.html" title="GoaAccount">GoaAccount</a>.</p>
207
207
<p>
208
208
GoaAccountSkeleton implements
209
 
 <a href="http://library.gnome.org/devel/gio/unstable/GDBusInterface.html">GDBusInterface</a> and  <a class="link" href="GoaAccount.html" title="GoaAccount">GoaAccount</a>.</p>
 
209
 GDBusInterface and  <a class="link" href="GoaAccount.html" title="GoaAccount">GoaAccount</a>.</p>
210
210
</div>
211
211
<div class="refsect1">
212
212
<a name="GoaAccount.implementations"></a><h2>Known Implementations</h2>
217
217
<div class="refsect1">
218
218
<a name="GoaAccount.properties"></a><h2>Properties</h2>
219
219
<pre class="synopsis">
220
 
  "<a class="link" href="GoaAccount.html#GoaAccount--attention-needed" title='The "attention-needed" property'>attention-needed</a>"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
221
 
  "<a class="link" href="GoaAccount.html#GoaAccount--calendar-disabled" title='The "calendar-disabled" property'>calendar-disabled</a>"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
222
 
  "<a class="link" href="GoaAccount.html#GoaAccount--chat-disabled" title='The "chat-disabled" property'>chat-disabled</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
223
 
  "<a class="link" href="GoaAccount.html#GoaAccount--contacts-disabled" title='The "contacts-disabled" property'>contacts-disabled</a>"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
224
 
  "<a class="link" href="GoaAccount.html#GoaAccount--documents-disabled" title='The "documents-disabled" property'>documents-disabled</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
225
 
  "<a class="link" href="GoaAccount.html#GoaAccount--files-disabled" title='The "files-disabled" property'>files-disabled</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
226
 
  "<a class="link" href="GoaAccount.html#GoaAccount--id" title='The "id" property'>id</a>"                       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
227
 
  "<a class="link" href="GoaAccount.html#GoaAccount--identity" title='The "identity" property'>identity</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
228
 
  "<a class="link" href="GoaAccount.html#GoaAccount--is-temporary" title='The "is-temporary" property'>is-temporary</a>"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
229
 
  "<a class="link" href="GoaAccount.html#GoaAccount--mail-disabled" title='The "mail-disabled" property'>mail-disabled</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
230
 
  "<a class="link" href="GoaAccount.html#GoaAccount--photos-disabled" title='The "photos-disabled" property'>photos-disabled</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
231
 
  "<a class="link" href="GoaAccount.html#GoaAccount--presentation-identity" title='The "presentation-identity" property'>presentation-identity</a>"    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
232
 
  "<a class="link" href="GoaAccount.html#GoaAccount--provider-icon" title='The "provider-icon" property'>provider-icon</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
233
 
  "<a class="link" href="GoaAccount.html#GoaAccount--provider-name" title='The "provider-name" property'>provider-name</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
234
 
  "<a class="link" href="GoaAccount.html#GoaAccount--provider-type" title='The "provider-type" property'>provider-type</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
235
 
  "<a class="link" href="GoaAccount.html#GoaAccount--ticketing-disabled" title='The "ticketing-disabled" property'>ticketing-disabled</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
220
  "<a class="link" href="GoaAccount.html#GoaAccount--attention-needed" title='The "attention-needed" property'>attention-needed</a>"         <span class="type">gboolean</span>              : Read / Write
 
221
  "<a class="link" href="GoaAccount.html#GoaAccount--calendar-disabled" title='The "calendar-disabled" property'>calendar-disabled</a>"        <span class="type">gboolean</span>              : Read / Write
 
222
  "<a class="link" href="GoaAccount.html#GoaAccount--chat-disabled" title='The "chat-disabled" property'>chat-disabled</a>"            <span class="type">gboolean</span>              : Read / Write
 
223
  "<a class="link" href="GoaAccount.html#GoaAccount--contacts-disabled" title='The "contacts-disabled" property'>contacts-disabled</a>"        <span class="type">gboolean</span>              : Read / Write
 
224
  "<a class="link" href="GoaAccount.html#GoaAccount--documents-disabled" title='The "documents-disabled" property'>documents-disabled</a>"       <span class="type">gboolean</span>              : Read / Write
 
225
  "<a class="link" href="GoaAccount.html#GoaAccount--files-disabled" title='The "files-disabled" property'>files-disabled</a>"           <span class="type">gboolean</span>              : Read / Write
 
226
  "<a class="link" href="GoaAccount.html#GoaAccount--id" title='The "id" property'>id</a>"                       <span class="type">gchar</span>*                : Read / Write
 
227
  "<a class="link" href="GoaAccount.html#GoaAccount--identity" title='The "identity" property'>identity</a>"                 <span class="type">gchar</span>*                : Read / Write
 
228
  "<a class="link" href="GoaAccount.html#GoaAccount--is-temporary" title='The "is-temporary" property'>is-temporary</a>"             <span class="type">gboolean</span>              : Read / Write
 
229
  "<a class="link" href="GoaAccount.html#GoaAccount--mail-disabled" title='The "mail-disabled" property'>mail-disabled</a>"            <span class="type">gboolean</span>              : Read / Write
 
230
  "<a class="link" href="GoaAccount.html#GoaAccount--photos-disabled" title='The "photos-disabled" property'>photos-disabled</a>"          <span class="type">gboolean</span>              : Read / Write
 
231
  "<a class="link" href="GoaAccount.html#GoaAccount--presentation-identity" title='The "presentation-identity" property'>presentation-identity</a>"    <span class="type">gchar</span>*                : Read / Write
 
232
  "<a class="link" href="GoaAccount.html#GoaAccount--provider-icon" title='The "provider-icon" property'>provider-icon</a>"            <span class="type">gchar</span>*                : Read / Write
 
233
  "<a class="link" href="GoaAccount.html#GoaAccount--provider-name" title='The "provider-name" property'>provider-name</a>"            <span class="type">gchar</span>*                : Read / Write
 
234
  "<a class="link" href="GoaAccount.html#GoaAccount--provider-type" title='The "provider-type" property'>provider-type</a>"            <span class="type">gchar</span>*                : Read / Write
 
235
  "<a class="link" href="GoaAccount.html#GoaAccount--ticketing-disabled" title='The "ticketing-disabled" property'>ticketing-disabled</a>"       <span class="type">gboolean</span>              : Read / Write
236
236
</pre>
237
237
</div>
238
238
<div class="refsect1">
239
239
<a name="GoaAccount.signals"></a><h2>Signals</h2>
240
240
<pre class="synopsis">
241
 
  "<a class="link" href="GoaAccount.html#GoaAccount-handle-ensure-credentials" title='The "handle-ensure-credentials" signal'>handle-ensure-credentials</a>"                      : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
242
 
  "<a class="link" href="GoaAccount.html#GoaAccount-handle-remove" title='The "handle-remove" signal'>handle-remove</a>"                                  : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
241
  "<a class="link" href="GoaAccount.html#GoaAccount-handle-ensure-credentials" title='The "handle-ensure-credentials" signal'>handle-ensure-credentials</a>"                      : <code class="literal">Run Last</code>
 
242
  "<a class="link" href="GoaAccount.html#GoaAccount-handle-remove" title='The "handle-remove" signal'>handle-remove</a>"                                  : <code class="literal">Run Last</code>
243
243
</pre>
244
244
</div>
245
245
<div class="refsect1">
315
315
</colgroup>
316
316
<tbody>
317
317
<tr>
318
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GTypeInterface"><span class="type">GTypeInterface</span></a> <em class="structfield"><code><a name="GoaAccountIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
 
318
<td><p><span class="term"><span class="type">GTypeInterface</span> <em class="structfield"><code><a name="GoaAccountIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
319
319
<td>The parent interface.</td>
320
320
</tr>
321
321
<tr>
396
396
<hr>
397
397
<div class="refsect2">
398
398
<a name="goa-account-interface-info"></a><h3>goa_account_interface_info ()</h3>
399
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> * goa_account_interface_info         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
399
<pre class="programlisting"><span class="returnvalue">GDBusInterfaceInfo</span> * goa_account_interface_info         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
400
400
<p>
401
401
Gets a machine-readable description of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-interface-org-gnome-OnlineAccounts-Account.top_of_page">org.gnome.OnlineAccounts.Account</a> D-Bus interface.
402
402
</p>
407
407
</colgroup>
408
408
<tbody><tr>
409
409
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
410
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="type">GDBusInterfaceInfo</span></a>. Do not free. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
410
<td>A <span class="type">GDBusInterfaceInfo</span>. Do not free. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
411
411
</td>
412
412
</tr></tbody>
413
413
</table></div>
415
415
<hr>
416
416
<div class="refsect2">
417
417
<a name="goa-account-override-properties"></a><h3>goa_account_override_properties ()</h3>
418
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               goa_account_override_properties     (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *klass</code></em>,
419
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> property_id_begin</code></em>);</pre>
 
418
<pre class="programlisting"><span class="returnvalue">guint</span>               goa_account_override_properties     (<em class="parameter"><code><span class="type">GObjectClass</span> *klass</code></em>,
 
419
                                                         <em class="parameter"><code><span class="type">guint</span> property_id_begin</code></em>);</pre>
420
420
<p>
421
 
Overrides all <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> properties in the <a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> interface for a concrete class.
 
421
Overrides all <span class="type">GObject</span> properties in the <a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> interface for a concrete class.
422
422
The properties are overridden in the order they are defined.
423
423
</p>
424
424
<div class="variablelist"><table border="0" class="variablelist">
429
429
<tbody>
430
430
<tr>
431
431
<td><p><span class="term"><em class="parameter"><code>klass</code></em> :</span></p></td>
432
 
<td>The class structure for a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a>-derived class.</td>
 
432
<td>The class structure for a <span class="type">GObject</span>-derived class.</td>
433
433
</tr>
434
434
<tr>
435
435
<td><p><span class="term"><em class="parameter"><code>property_id_begin</code></em> :</span></p></td>
445
445
<hr>
446
446
<div class="refsect2">
447
447
<a name="goa-account-get-provider-type"></a><h3>goa_account_get_provider_type ()</h3>
448
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       goa_account_get_provider_type       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
448
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       goa_account_get_provider_type       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
449
449
<p>
450
450
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderType" title='The "ProviderType" property'>"ProviderType"</a> D-Bus property.
451
451
</p>
470
470
</tr>
471
471
<tr>
472
472
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
473
 
<td>The property value or <a href="http://library.gnome.org/devel/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>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
473
<td>The property value or <code class="literal">NULL</code> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
474
474
</td>
475
475
</tr>
476
476
</tbody>
479
479
<hr>
480
480
<div class="refsect2">
481
481
<a name="goa-account-dup-provider-type"></a><h3>goa_account_dup_provider_type ()</h3>
482
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             goa_account_dup_provider_type       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
482
<pre class="programlisting"><span class="returnvalue">gchar</span> *             goa_account_dup_provider_type       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
483
483
<p>
484
484
Gets a copy of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderType" title='The "ProviderType" property'>"ProviderType"</a> D-Bus property.
485
485
</p>
498
498
</tr>
499
499
<tr>
500
500
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
501
 
<td>The property value or <a href="http://library.gnome.org/devel/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="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
501
<td>The property value or <code class="literal">NULL</code> if the property is not set. The returned value should be freed with <code class="function">g_free()</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
502
502
</td>
503
503
</tr>
504
504
</tbody>
508
508
<div class="refsect2">
509
509
<a name="goa-account-set-provider-type"></a><h3>goa_account_set_provider_type ()</h3>
510
510
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_provider_type       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
511
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
 
511
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
512
512
<p>
513
513
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderType" title='The "ProviderType" property'>"ProviderType"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
514
514
</p>
535
535
<hr>
536
536
<div class="refsect2">
537
537
<a name="goa-account-get-provider-name"></a><h3>goa_account_get_provider_name ()</h3>
538
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       goa_account_get_provider_name       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
538
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       goa_account_get_provider_name       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
539
539
<p>
540
540
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderName" title='The "ProviderName" property'>"ProviderName"</a> D-Bus property.
541
541
</p>
560
560
</tr>
561
561
<tr>
562
562
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
563
 
<td>The property value or <a href="http://library.gnome.org/devel/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>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
563
<td>The property value or <code class="literal">NULL</code> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
564
564
</td>
565
565
</tr>
566
566
</tbody>
569
569
<hr>
570
570
<div class="refsect2">
571
571
<a name="goa-account-dup-provider-name"></a><h3>goa_account_dup_provider_name ()</h3>
572
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             goa_account_dup_provider_name       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
572
<pre class="programlisting"><span class="returnvalue">gchar</span> *             goa_account_dup_provider_name       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
573
573
<p>
574
574
Gets a copy of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderName" title='The "ProviderName" property'>"ProviderName"</a> D-Bus property.
575
575
</p>
588
588
</tr>
589
589
<tr>
590
590
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
591
 
<td>The property value or <a href="http://library.gnome.org/devel/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="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
591
<td>The property value or <code class="literal">NULL</code> if the property is not set. The returned value should be freed with <code class="function">g_free()</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
592
592
</td>
593
593
</tr>
594
594
</tbody>
598
598
<div class="refsect2">
599
599
<a name="goa-account-set-provider-name"></a><h3>goa_account_set_provider_name ()</h3>
600
600
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_provider_name       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
601
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
 
601
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
602
602
<p>
603
603
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderName" title='The "ProviderName" property'>"ProviderName"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
604
604
</p>
625
625
<hr>
626
626
<div class="refsect2">
627
627
<a name="goa-account-get-provider-icon"></a><h3>goa_account_get_provider_icon ()</h3>
628
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       goa_account_get_provider_icon       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
628
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       goa_account_get_provider_icon       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
629
629
<p>
630
630
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderIcon" title='The "ProviderIcon" property'>"ProviderIcon"</a> D-Bus property.
631
631
</p>
650
650
</tr>
651
651
<tr>
652
652
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
653
 
<td>The property value or <a href="http://library.gnome.org/devel/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>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
653
<td>The property value or <code class="literal">NULL</code> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
654
654
</td>
655
655
</tr>
656
656
</tbody>
659
659
<hr>
660
660
<div class="refsect2">
661
661
<a name="goa-account-dup-provider-icon"></a><h3>goa_account_dup_provider_icon ()</h3>
662
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             goa_account_dup_provider_icon       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
662
<pre class="programlisting"><span class="returnvalue">gchar</span> *             goa_account_dup_provider_icon       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
663
663
<p>
664
664
Gets a copy of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderIcon" title='The "ProviderIcon" property'>"ProviderIcon"</a> D-Bus property.
665
665
</p>
678
678
</tr>
679
679
<tr>
680
680
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
681
 
<td>The property value or <a href="http://library.gnome.org/devel/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="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
681
<td>The property value or <code class="literal">NULL</code> if the property is not set. The returned value should be freed with <code class="function">g_free()</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
682
682
</td>
683
683
</tr>
684
684
</tbody>
688
688
<div class="refsect2">
689
689
<a name="goa-account-set-provider-icon"></a><h3>goa_account_set_provider_icon ()</h3>
690
690
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_provider_icon       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
691
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
 
691
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
692
692
<p>
693
693
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderIcon" title='The "ProviderIcon" property'>"ProviderIcon"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
694
694
</p>
715
715
<hr>
716
716
<div class="refsect2">
717
717
<a name="goa-account-get-id"></a><h3>goa_account_get_id ()</h3>
718
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       goa_account_get_id                  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
718
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       goa_account_get_id                  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
719
719
<p>
720
720
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.Id" title='The "Id" property'>"Id"</a> D-Bus property.
721
721
</p>
740
740
</tr>
741
741
<tr>
742
742
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
743
 
<td>The property value or <a href="http://library.gnome.org/devel/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>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
743
<td>The property value or <code class="literal">NULL</code> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
744
744
</td>
745
745
</tr>
746
746
</tbody>
749
749
<hr>
750
750
<div class="refsect2">
751
751
<a name="goa-account-dup-id"></a><h3>goa_account_dup_id ()</h3>
752
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             goa_account_dup_id                  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
752
<pre class="programlisting"><span class="returnvalue">gchar</span> *             goa_account_dup_id                  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
753
753
<p>
754
754
Gets a copy of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.Id" title='The "Id" property'>"Id"</a> D-Bus property.
755
755
</p>
768
768
</tr>
769
769
<tr>
770
770
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
771
 
<td>The property value or <a href="http://library.gnome.org/devel/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="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
771
<td>The property value or <code class="literal">NULL</code> if the property is not set. The returned value should be freed with <code class="function">g_free()</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
772
772
</td>
773
773
</tr>
774
774
</tbody>
778
778
<div class="refsect2">
779
779
<a name="goa-account-set-id"></a><h3>goa_account_set_id ()</h3>
780
780
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_id                  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
781
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
 
781
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
782
782
<p>
783
783
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.Id" title='The "Id" property'>"Id"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
784
784
</p>
805
805
<hr>
806
806
<div class="refsect2">
807
807
<a name="goa-account-get-attention-needed"></a><h3>goa_account_get_attention_needed ()</h3>
808
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_get_attention_needed    (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
808
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_get_attention_needed    (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
809
809
<p>
810
810
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.AttentionNeeded" title='The "AttentionNeeded" property'>"AttentionNeeded"</a> D-Bus property.
811
811
</p>
833
833
<div class="refsect2">
834
834
<a name="goa-account-set-attention-needed"></a><h3>goa_account_set_attention_needed ()</h3>
835
835
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_attention_needed    (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
836
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
 
836
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
837
837
<p>
838
838
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.AttentionNeeded" title='The "AttentionNeeded" property'>"AttentionNeeded"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
839
839
</p>
860
860
<hr>
861
861
<div class="refsect2">
862
862
<a name="goa-account-get-identity"></a><h3>goa_account_get_identity ()</h3>
863
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       goa_account_get_identity            (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
863
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       goa_account_get_identity            (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
864
864
<p>
865
865
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.Identity" title='The "Identity" property'>"Identity"</a> D-Bus property.
866
866
</p>
885
885
</tr>
886
886
<tr>
887
887
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
888
 
<td>The property value or <a href="http://library.gnome.org/devel/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>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
888
<td>The property value or <code class="literal">NULL</code> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
889
889
</td>
890
890
</tr>
891
891
</tbody>
894
894
<hr>
895
895
<div class="refsect2">
896
896
<a name="goa-account-dup-identity"></a><h3>goa_account_dup_identity ()</h3>
897
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             goa_account_dup_identity            (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
897
<pre class="programlisting"><span class="returnvalue">gchar</span> *             goa_account_dup_identity            (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
898
898
<p>
899
899
Gets a copy of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.Identity" title='The "Identity" property'>"Identity"</a> D-Bus property.
900
900
</p>
913
913
</tr>
914
914
<tr>
915
915
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
916
 
<td>The property value or <a href="http://library.gnome.org/devel/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="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
916
<td>The property value or <code class="literal">NULL</code> if the property is not set. The returned value should be freed with <code class="function">g_free()</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
917
917
</td>
918
918
</tr>
919
919
</tbody>
923
923
<div class="refsect2">
924
924
<a name="goa-account-set-identity"></a><h3>goa_account_set_identity ()</h3>
925
925
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_identity            (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
926
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
 
926
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
927
927
<p>
928
928
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.Identity" title='The "Identity" property'>"Identity"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
929
929
</p>
950
950
<hr>
951
951
<div class="refsect2">
952
952
<a name="goa-account-get-presentation-identity"></a><h3>goa_account_get_presentation_identity ()</h3>
953
 
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       goa_account_get_presentation_identity
 
953
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       goa_account_get_presentation_identity
954
954
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
955
955
<p>
956
956
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.PresentationIdentity" title='The "PresentationIdentity" property'>"PresentationIdentity"</a> D-Bus property.
976
976
</tr>
977
977
<tr>
978
978
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
979
 
<td>The property value or <a href="http://library.gnome.org/devel/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>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
 
979
<td>The property value or <code class="literal">NULL</code> if the property is not set. Do not free the returned value, it belongs to <em class="parameter"><code>object</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
980
980
</td>
981
981
</tr>
982
982
</tbody>
985
985
<hr>
986
986
<div class="refsect2">
987
987
<a name="goa-account-dup-presentation-identity"></a><h3>goa_account_dup_presentation_identity ()</h3>
988
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             goa_account_dup_presentation_identity
 
988
<pre class="programlisting"><span class="returnvalue">gchar</span> *             goa_account_dup_presentation_identity
989
989
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
990
990
<p>
991
991
Gets a copy of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.PresentationIdentity" title='The "PresentationIdentity" property'>"PresentationIdentity"</a> D-Bus property.
1005
1005
</tr>
1006
1006
<tr>
1007
1007
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1008
 
<td>The property value or <a href="http://library.gnome.org/devel/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="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
1008
<td>The property value or <code class="literal">NULL</code> if the property is not set. The returned value should be freed with <code class="function">g_free()</code>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
1009
1009
</td>
1010
1010
</tr>
1011
1011
</tbody>
1016
1016
<a name="goa-account-set-presentation-identity"></a><h3>goa_account_set_presentation_identity ()</h3>
1017
1017
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_presentation_identity
1018
1018
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1019
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);</pre>
 
1019
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
1020
1020
<p>
1021
1021
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.PresentationIdentity" title='The "PresentationIdentity" property'>"PresentationIdentity"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1022
1022
</p>
1043
1043
<hr>
1044
1044
<div class="refsect2">
1045
1045
<a name="goa-account-get-mail-disabled"></a><h3>goa_account_get_mail_disabled ()</h3>
1046
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_get_mail_disabled       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
1046
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_get_mail_disabled       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
1047
1047
<p>
1048
1048
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.MailDisabled" title='The "MailDisabled" property'>"MailDisabled"</a> D-Bus property.
1049
1049
</p>
1071
1071
<div class="refsect2">
1072
1072
<a name="goa-account-set-mail-disabled"></a><h3>goa_account_set_mail_disabled ()</h3>
1073
1073
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_mail_disabled       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1074
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
 
1074
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
1075
1075
<p>
1076
1076
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.MailDisabled" title='The "MailDisabled" property'>"MailDisabled"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1077
1077
</p>
1098
1098
<hr>
1099
1099
<div class="refsect2">
1100
1100
<a name="goa-account-get-calendar-disabled"></a><h3>goa_account_get_calendar_disabled ()</h3>
1101
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_get_calendar_disabled   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
1101
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_get_calendar_disabled   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
1102
1102
<p>
1103
1103
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.CalendarDisabled" title='The "CalendarDisabled" property'>"CalendarDisabled"</a> D-Bus property.
1104
1104
</p>
1126
1126
<div class="refsect2">
1127
1127
<a name="goa-account-set-calendar-disabled"></a><h3>goa_account_set_calendar_disabled ()</h3>
1128
1128
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_calendar_disabled   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1129
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
 
1129
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
1130
1130
<p>
1131
1131
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.CalendarDisabled" title='The "CalendarDisabled" property'>"CalendarDisabled"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1132
1132
</p>
1153
1153
<hr>
1154
1154
<div class="refsect2">
1155
1155
<a name="goa-account-get-contacts-disabled"></a><h3>goa_account_get_contacts_disabled ()</h3>
1156
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_get_contacts_disabled   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
1156
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_get_contacts_disabled   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
1157
1157
<p>
1158
1158
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ContactsDisabled" title='The "ContactsDisabled" property'>"ContactsDisabled"</a> D-Bus property.
1159
1159
</p>
1181
1181
<div class="refsect2">
1182
1182
<a name="goa-account-set-contacts-disabled"></a><h3>goa_account_set_contacts_disabled ()</h3>
1183
1183
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_contacts_disabled   (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1184
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
 
1184
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
1185
1185
<p>
1186
1186
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ContactsDisabled" title='The "ContactsDisabled" property'>"ContactsDisabled"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1187
1187
</p>
1208
1208
<hr>
1209
1209
<div class="refsect2">
1210
1210
<a name="goa-account-get-chat-disabled"></a><h3>goa_account_get_chat_disabled ()</h3>
1211
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_get_chat_disabled       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
1211
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_get_chat_disabled       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
1212
1212
<p>
1213
1213
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ChatDisabled" title='The "ChatDisabled" property'>"ChatDisabled"</a> D-Bus property.
1214
1214
</p>
1236
1236
<div class="refsect2">
1237
1237
<a name="goa-account-set-chat-disabled"></a><h3>goa_account_set_chat_disabled ()</h3>
1238
1238
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_chat_disabled       (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1239
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
 
1239
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
1240
1240
<p>
1241
1241
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ChatDisabled" title='The "ChatDisabled" property'>"ChatDisabled"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1242
1242
</p>
1263
1263
<hr>
1264
1264
<div class="refsect2">
1265
1265
<a name="goa-account-get-documents-disabled"></a><h3>goa_account_get_documents_disabled ()</h3>
1266
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_get_documents_disabled  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
1266
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_get_documents_disabled  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
1267
1267
<p>
1268
1268
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.DocumentsDisabled" title='The "DocumentsDisabled" property'>"DocumentsDisabled"</a> D-Bus property.
1269
1269
</p>
1291
1291
<div class="refsect2">
1292
1292
<a name="goa-account-set-documents-disabled"></a><h3>goa_account_set_documents_disabled ()</h3>
1293
1293
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_documents_disabled  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1294
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
 
1294
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
1295
1295
<p>
1296
1296
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.DocumentsDisabled" title='The "DocumentsDisabled" property'>"DocumentsDisabled"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1297
1297
</p>
1318
1318
<hr>
1319
1319
<div class="refsect2">
1320
1320
<a name="goa-account-get-photos-disabled"></a><h3>goa_account_get_photos_disabled ()</h3>
1321
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_get_photos_disabled     (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
1321
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_get_photos_disabled     (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
1322
1322
<p>
1323
1323
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.PhotosDisabled" title='The "PhotosDisabled" property'>"PhotosDisabled"</a> D-Bus property.
1324
1324
</p>
1347
1347
<div class="refsect2">
1348
1348
<a name="goa-account-set-photos-disabled"></a><h3>goa_account_set_photos_disabled ()</h3>
1349
1349
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_photos_disabled     (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1350
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
 
1350
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
1351
1351
<p>
1352
1352
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.PhotosDisabled" title='The "PhotosDisabled" property'>"PhotosDisabled"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1353
1353
</p>
1375
1375
<hr>
1376
1376
<div class="refsect2">
1377
1377
<a name="goa-account-get-files-disabled"></a><h3>goa_account_get_files_disabled ()</h3>
1378
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_get_files_disabled      (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
1378
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_get_files_disabled      (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
1379
1379
<p>
1380
1380
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.FilesDisabled" title='The "FilesDisabled" property'>"FilesDisabled"</a> D-Bus property.
1381
1381
</p>
1404
1404
<div class="refsect2">
1405
1405
<a name="goa-account-set-files-disabled"></a><h3>goa_account_set_files_disabled ()</h3>
1406
1406
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_files_disabled      (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1407
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
 
1407
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
1408
1408
<p>
1409
1409
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.FilesDisabled" title='The "FilesDisabled" property'>"FilesDisabled"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1410
1410
</p>
1432
1432
<hr>
1433
1433
<div class="refsect2">
1434
1434
<a name="goa-account-get-ticketing-disabled"></a><h3>goa_account_get_ticketing_disabled ()</h3>
1435
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_get_ticketing_disabled  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
 
1435
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_get_ticketing_disabled  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>);</pre>
1436
1436
<p>
1437
1437
Gets the value of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.TicketingDisabled" title='The "TicketingDisabled" property'>"TicketingDisabled"</a> D-Bus property.
1438
1438
</p>
1461
1461
<div class="refsect2">
1462
1462
<a name="goa-account-set-ticketing-disabled"></a><h3>goa_account_set_ticketing_disabled ()</h3>
1463
1463
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_set_ticketing_disabled  (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1464
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value</code></em>);</pre>
 
1464
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
1465
1465
<p>
1466
1466
Sets the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.TicketingDisabled" title='The "TicketingDisabled" property'>"TicketingDisabled"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1467
1467
</p>
1490
1490
<div class="refsect2">
1491
1491
<a name="goa-account-call-ensure-credentials"></a><h3>goa_account_call_ensure_credentials ()</h3>
1492
1492
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_call_ensure_credentials (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
1493
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1494
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1495
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
1493
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1494
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
1495
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
1496
1496
<p>
1497
1497
Asynchronously invokes the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-method-org-gnome-OnlineAccounts-Account.EnsureCredentials" title="The EnsureCredentials() method"><code class="function">EnsureCredentials()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
1498
 
When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the <a href="http://library.gnome.org/devel/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.
 
1498
When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the thread-default main loop of the thread you are calling this method from.
1499
1499
You can then call <a class="link" href="GoaAccount.html#goa-account-call-ensure-credentials-finish" title="goa_account_call_ensure_credentials_finish ()"><code class="function">goa_account_call_ensure_credentials_finish()</code></a> to get the result of the operation.
1500
1500
</p>
1501
1501
<p>
1513
1513
</tr>
1514
1514
<tr>
1515
1515
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1516
 
<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>
 
1516
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1517
1517
</td>
1518
1518
</tr>
1519
1519
<tr>
1520
1520
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1521
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
 
1521
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
1522
1522
</tr>
1523
1523
<tr>
1524
1524
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1530
1530
<hr>
1531
1531
<div class="refsect2">
1532
1532
<a name="goa-account-call-ensure-credentials-finish"></a><h3>goa_account_call_ensure_credentials_finish ()</h3>
1533
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_call_ensure_credentials_finish
 
1533
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_call_ensure_credentials_finish
1534
1534
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
1535
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *out_expires_in</code></em>,
1536
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
1537
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1535
                                                         <em class="parameter"><code><span class="type">gint</span> *out_expires_in</code></em>,
 
1536
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
 
1537
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1538
1538
<p>
1539
1539
Finishes an operation started with <a class="link" href="GoaAccount.html#goa-account-call-ensure-credentials" title="goa_account_call_ensure_credentials ()"><code class="function">goa_account_call_ensure_credentials()</code></a>.
1540
1540
</p>
1550
1550
</tr>
1551
1551
<tr>
1552
1552
<td><p><span class="term"><em class="parameter"><code>out_expires_in</code></em> :</span></p></td>
1553
 
<td>Return location for return parameter or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1553
<td>Return location for return parameter or <code class="literal">NULL</code> to ignore. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1554
1554
</td>
1555
1555
</tr>
1556
1556
<tr>
1557
1557
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1558
 
<td>The <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> obtained from the <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="GoaAccount.html#goa-account-call-ensure-credentials" title="goa_account_call_ensure_credentials ()"><code class="function">goa_account_call_ensure_credentials()</code></a>.</td>
 
1558
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="GoaAccount.html#goa-account-call-ensure-credentials" title="goa_account_call_ensure_credentials ()"><code class="function">goa_account_call_ensure_credentials()</code></a>.</td>
1559
1559
</tr>
1560
1560
<tr>
1561
1561
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1562
 
<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>.</td>
 
1562
<td>Return location for error or <code class="literal">NULL</code>.</td>
1563
1563
</tr>
1564
1564
<tr>
1565
1565
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1566
1566
<td>
1567
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span>
 
1567
<code class="literal">TRUE</code> if the call succeded, <code class="literal">FALSE</code> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span>
1568
1568
</td>
1569
1569
</tr>
1570
1570
</tbody>
1573
1573
<hr>
1574
1574
<div class="refsect2">
1575
1575
<a name="goa-account-call-ensure-credentials-sync"></a><h3>goa_account_call_ensure_credentials_sync ()</h3>
1576
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_call_ensure_credentials_sync
 
1576
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_call_ensure_credentials_sync
1577
1577
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
1578
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *out_expires_in</code></em>,
1579
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1580
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1578
                                                         <em class="parameter"><code><span class="type">gint</span> *out_expires_in</code></em>,
 
1579
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1580
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1581
1581
<p>
1582
1582
Synchronously invokes the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-method-org-gnome-OnlineAccounts-Account.EnsureCredentials" title="The EnsureCredentials() method"><code class="function">EnsureCredentials()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
1583
1583
</p>
1596
1596
</tr>
1597
1597
<tr>
1598
1598
<td><p><span class="term"><em class="parameter"><code>out_expires_in</code></em> :</span></p></td>
1599
 
<td>Return location for return parameter or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to ignore. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 
1599
<td>Return location for return parameter or <code class="literal">NULL</code> to ignore. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
1600
1600
</td>
1601
1601
</tr>
1602
1602
<tr>
1603
1603
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1604
 
<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>
 
1604
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1605
1605
</td>
1606
1606
</tr>
1607
1607
<tr>
1608
1608
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1609
 
<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>.</td>
 
1609
<td>Return location for error or <code class="literal">NULL</code>.</td>
1610
1610
</tr>
1611
1611
<tr>
1612
1612
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1613
1613
<td>
1614
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span>
 
1614
<code class="literal">TRUE</code> if the call succeded, <code class="literal">FALSE</code> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span>
1615
1615
</td>
1616
1616
</tr>
1617
1617
</tbody>
1622
1622
<a name="goa-account-complete-ensure-credentials"></a><h3>goa_account_complete_ensure_credentials ()</h3>
1623
1623
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_complete_ensure_credentials
1624
1624
                                                        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1625
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
1626
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> expires_in</code></em>);</pre>
 
1625
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>,
 
1626
                                                         <em class="parameter"><code><span class="type">gint</span> expires_in</code></em>);</pre>
1627
1627
<p>
1628
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-method-org-gnome-OnlineAccounts-Account.EnsureCredentials" title="The EnsureCredentials() method"><code class="function">EnsureCredentials()</code></a> D-Bus method. If you instead want to finish handling an invocation by returning an error, use <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> or similar.
 
1628
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-method-org-gnome-OnlineAccounts-Account.EnsureCredentials" title="The EnsureCredentials() method"><code class="function">EnsureCredentials()</code></a> D-Bus method. If you instead want to finish handling an invocation by returning an error, use <code class="function">g_dbus_method_invocation_return_error()</code> or similar.
1629
1629
</p>
1630
1630
<p>
1631
1631
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
1642
1642
</tr>
1643
1643
<tr>
1644
1644
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
1645
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
1645
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
1646
1646
</td>
1647
1647
</tr>
1648
1648
<tr>
1656
1656
<div class="refsect2">
1657
1657
<a name="goa-account-call-remove"></a><h3>goa_account_call_remove ()</h3>
1658
1658
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_call_remove             (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
1659
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1660
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1661
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
1659
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1660
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
1661
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
1662
1662
<p>
1663
1663
Asynchronously invokes the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-method-org-gnome-OnlineAccounts-Account.Remove" title="The Remove() method"><code class="function">Remove()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
1664
 
When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the <a href="http://library.gnome.org/devel/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.
 
1664
When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the thread-default main loop of the thread you are calling this method from.
1665
1665
You can then call <a class="link" href="GoaAccount.html#goa-account-call-remove-finish" title="goa_account_call_remove_finish ()"><code class="function">goa_account_call_remove_finish()</code></a> to get the result of the operation.
1666
1666
</p>
1667
1667
<p>
1679
1679
</tr>
1680
1680
<tr>
1681
1681
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1682
 
<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>
 
1682
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1683
1683
</td>
1684
1684
</tr>
1685
1685
<tr>
1686
1686
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1687
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</td>
 
1687
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
1688
1688
</tr>
1689
1689
<tr>
1690
1690
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1696
1696
<hr>
1697
1697
<div class="refsect2">
1698
1698
<a name="goa-account-call-remove-finish"></a><h3>goa_account_call_remove_finish ()</h3>
1699
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_call_remove_finish      (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
1700
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
1701
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1699
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_call_remove_finish      (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
 
1700
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
 
1701
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1702
1702
<p>
1703
1703
Finishes an operation started with <a class="link" href="GoaAccount.html#goa-account-call-remove" title="goa_account_call_remove ()"><code class="function">goa_account_call_remove()</code></a>.
1704
1704
</p>
1714
1714
</tr>
1715
1715
<tr>
1716
1716
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1717
 
<td>The <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> obtained from the <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="GoaAccount.html#goa-account-call-remove" title="goa_account_call_remove ()"><code class="function">goa_account_call_remove()</code></a>.</td>
 
1717
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="GoaAccount.html#goa-account-call-remove" title="goa_account_call_remove ()"><code class="function">goa_account_call_remove()</code></a>.</td>
1718
1718
</tr>
1719
1719
<tr>
1720
1720
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1721
 
<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>.</td>
 
1721
<td>Return location for error or <code class="literal">NULL</code>.</td>
1722
1722
</tr>
1723
1723
<tr>
1724
1724
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1725
1725
<td>
1726
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span>
 
1726
<code class="literal">TRUE</code> if the call succeded, <code class="literal">FALSE</code> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span>
1727
1727
</td>
1728
1728
</tr>
1729
1729
</tbody>
1732
1732
<hr>
1733
1733
<div class="refsect2">
1734
1734
<a name="goa-account-call-remove-sync"></a><h3>goa_account_call_remove_sync ()</h3>
1735
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            goa_account_call_remove_sync        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
1736
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1737
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1735
<pre class="programlisting"><span class="returnvalue">gboolean</span>            goa_account_call_remove_sync        (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *proxy</code></em>,
 
1736
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1737
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1738
1738
<p>
1739
1739
Synchronously invokes the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-method-org-gnome-OnlineAccounts-Account.Remove" title="The Remove() method"><code class="function">Remove()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
1740
1740
</p>
1753
1753
</tr>
1754
1754
<tr>
1755
1755
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1756
 
<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>
 
1756
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1757
1757
</td>
1758
1758
</tr>
1759
1759
<tr>
1760
1760
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1761
 
<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>.</td>
 
1761
<td>Return location for error or <code class="literal">NULL</code>.</td>
1762
1762
</tr>
1763
1763
<tr>
1764
1764
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1765
1765
<td>
1766
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the call succeded, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span>
 
1766
<code class="literal">TRUE</code> if the call succeded, <code class="literal">FALSE</code> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<acronym title="Exposed in C code, not necessarily available in other languages."><span class="acronym">skip</span></acronym>]</span>
1767
1767
</td>
1768
1768
</tr>
1769
1769
</tbody>
1773
1773
<div class="refsect2">
1774
1774
<a name="goa-account-complete-remove"></a><h3>goa_account_complete_remove ()</h3>
1775
1775
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_complete_remove         (<em class="parameter"><code><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a> *object</code></em>,
1776
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);</pre>
 
1776
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
1777
1777
<p>
1778
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-method-org-gnome-OnlineAccounts-Account.Remove" title="The Remove() method"><code class="function">Remove()</code></a> D-Bus method. If you instead want to finish handling an invocation by returning an error, use <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> or similar.
 
1778
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-method-org-gnome-OnlineAccounts-Account.Remove" title="The Remove() method"><code class="function">Remove()</code></a> D-Bus method. If you instead want to finish handling an invocation by returning an error, use <code class="function">g_dbus_method_invocation_return_error()</code> or similar.
1779
1779
</p>
1780
1780
<p>
1781
1781
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
1792
1792
</tr>
1793
1793
<tr>
1794
1794
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
1795
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 
1795
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
1796
1796
</td>
1797
1797
</tr>
1798
1798
</tbody>
1822
1822
<col>
1823
1823
</colgroup>
1824
1824
<tbody><tr>
1825
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyClass"><span class="type">GDBusProxyClass</span></a> <em class="structfield"><code><a name="GoaAccountProxyClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
1825
<td><p><span class="term"><span class="type">GDBusProxyClass</span> <em class="structfield"><code><a name="GoaAccountProxyClass.parent-class"></a>parent_class</code></em>;</span></p></td>
1826
1826
<td>The parent class.</td>
1827
1827
</tr></tbody>
1828
1828
</table></div>
1830
1830
<hr>
1831
1831
<div class="refsect2">
1832
1832
<a name="goa-account-proxy-new"></a><h3>goa_account_proxy_new ()</h3>
1833
 
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_proxy_new               (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a> *connection</code></em>,
1834
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
1835
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
1836
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
1837
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1838
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1839
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
1833
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_proxy_new               (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
 
1834
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
 
1835
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
1836
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
 
1837
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1838
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
1839
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
1840
1840
<p>
1841
 
Asynchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-interface-org-gnome-OnlineAccounts-Account.top_of_page">org.gnome.OnlineAccounts.Account</a>. See <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#g-dbus-proxy-new"><code class="function">g_dbus_proxy_new()</code></a> for more details.
 
1841
Asynchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-interface-org-gnome-OnlineAccounts-Account.top_of_page">org.gnome.OnlineAccounts.Account</a>. See <code class="function">g_dbus_proxy_new()</code> for more details.
1842
1842
</p>
1843
1843
<p>
1844
 
When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the <a href="http://library.gnome.org/devel/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.
 
1844
When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the thread-default main loop of the thread you are calling this method from.
1845
1845
You can then call <a class="link" href="GoaAccount.html#goa-account-proxy-new-finish" title="goa_account_proxy_new_finish ()"><code class="function">goa_account_proxy_new_finish()</code></a> to get the result of the operation.
1846
1846
</p>
1847
1847
<p>
1855
1855
<tbody>
1856
1856
<tr>
1857
1857
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
1858
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</td>
 
1858
<td>A <span class="type">GDBusConnection</span>.</td>
1859
1859
</tr>
1860
1860
<tr>
1861
1861
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
1862
 
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
 
1862
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
1863
1863
</tr>
1864
1864
<tr>
1865
1865
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
1866
 
<td>A bus name (well-known or unique) or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>connection</code></em> is not a message bus connection. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1866
<td>A bus name (well-known or unique) or <code class="literal">NULL</code> if <em class="parameter"><code>connection</code></em> is not a message bus connection. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1867
1867
</td>
1868
1868
</tr>
1869
1869
<tr>
1872
1872
</tr>
1873
1873
<tr>
1874
1874
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1875
 
<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>
 
1875
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1876
1876
</td>
1877
1877
</tr>
1878
1878
<tr>
1879
1879
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1880
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied.</td>
 
1880
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied.</td>
1881
1881
</tr>
1882
1882
<tr>
1883
1883
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1889
1889
<hr>
1890
1890
<div class="refsect2">
1891
1891
<a name="goa-account-proxy-new-finish"></a><h3>goa_account_proxy_new_finish ()</h3>
1892
 
<pre class="programlisting"><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        goa_account_proxy_new_finish        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
1893
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1892
<pre class="programlisting"><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        goa_account_proxy_new_finish        (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
 
1893
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1894
1894
<p>
1895
1895
Finishes an operation started with <a class="link" href="GoaAccount.html#goa-account-proxy-new" title="goa_account_proxy_new ()"><code class="function">goa_account_proxy_new()</code></a>.
1896
1896
</p>
1902
1902
<tbody>
1903
1903
<tr>
1904
1904
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1905
 
<td>The <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> obtained from the <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="GoaAccount.html#goa-account-proxy-new" title="goa_account_proxy_new ()"><code class="function">goa_account_proxy_new()</code></a>.</td>
 
1905
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="GoaAccount.html#goa-account-proxy-new" title="goa_account_proxy_new ()"><code class="function">goa_account_proxy_new()</code></a>.</td>
1906
1906
</tr>
1907
1907
<tr>
1908
1908
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1909
 
<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>
 
1909
<td>Return location for error or <code class="literal">NULL</code>
1910
1910
</td>
1911
1911
</tr>
1912
1912
<tr>
1913
1913
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1914
 
<td>The constructed proxy object or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em> is set. <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> GoaAccountProxy]</span>
 
1914
<td>The constructed proxy object or <code class="literal">NULL</code> if <em class="parameter"><code>error</code></em> is set. <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> GoaAccountProxy]</span>
1915
1915
</td>
1916
1916
</tr>
1917
1917
</tbody>
1920
1920
<hr>
1921
1921
<div class="refsect2">
1922
1922
<a name="goa-account-proxy-new-sync"></a><h3>goa_account_proxy_new_sync ()</h3>
1923
 
<pre class="programlisting"><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        goa_account_proxy_new_sync          (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a> *connection</code></em>,
1924
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
1925
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
1926
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
1927
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1928
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
1923
<pre class="programlisting"><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        goa_account_proxy_new_sync          (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
 
1924
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
 
1925
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
1926
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
 
1927
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1928
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
1929
1929
<p>
1930
 
Synchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-interface-org-gnome-OnlineAccounts-Account.top_of_page">org.gnome.OnlineAccounts.Account</a>. See <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#g-dbus-proxy-new-sync"><code class="function">g_dbus_proxy_new_sync()</code></a> for more details.
 
1930
Synchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-interface-org-gnome-OnlineAccounts-Account.top_of_page">org.gnome.OnlineAccounts.Account</a>. See <code class="function">g_dbus_proxy_new_sync()</code> for more details.
1931
1931
</p>
1932
1932
<p>
1933
1933
The calling thread is blocked until a reply is received.
1943
1943
<tbody>
1944
1944
<tr>
1945
1945
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
1946
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</td>
 
1946
<td>A <span class="type">GDBusConnection</span>.</td>
1947
1947
</tr>
1948
1948
<tr>
1949
1949
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
1950
 
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
 
1950
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
1951
1951
</tr>
1952
1952
<tr>
1953
1953
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
1954
 
<td>A bus name (well-known or unique) or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>connection</code></em> is not a message bus connection. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
 
1954
<td>A bus name (well-known or unique) or <code class="literal">NULL</code> if <em class="parameter"><code>connection</code></em> is not a message bus connection. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1955
1955
</td>
1956
1956
</tr>
1957
1957
<tr>
1960
1960
</tr>
1961
1961
<tr>
1962
1962
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1963
 
<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>
 
1963
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
1964
1964
</td>
1965
1965
</tr>
1966
1966
<tr>
1967
1967
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1968
 
<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>
 
1968
<td>Return location for error or <code class="literal">NULL</code>
1969
1969
</td>
1970
1970
</tr>
1971
1971
<tr>
1972
1972
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1973
 
<td>The constructed proxy object or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em> is set. <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> GoaAccountProxy]</span>
 
1973
<td>The constructed proxy object or <code class="literal">NULL</code> if <em class="parameter"><code>error</code></em> is set. <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> GoaAccountProxy]</span>
1974
1974
</td>
1975
1975
</tr>
1976
1976
</tbody>
1979
1979
<hr>
1980
1980
<div class="refsect2">
1981
1981
<a name="goa-account-proxy-new-for-bus"></a><h3>goa_account_proxy_new_for_bus ()</h3>
1982
 
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_proxy_new_for_bus       (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
1983
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
1984
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
1985
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
1986
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
1987
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
1988
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 
1982
<pre class="programlisting"><span class="returnvalue">void</span>                goa_account_proxy_new_for_bus       (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
 
1983
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
 
1984
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
1985
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
 
1986
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
1987
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
 
1988
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
1989
1989
<p>
1990
 
Like <a class="link" href="GoaAccount.html#goa-account-proxy-new" title="goa_account_proxy_new ()"><code class="function">goa_account_proxy_new()</code></a> but takes a <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> instead of a <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.
 
1990
Like <a class="link" href="GoaAccount.html#goa-account-proxy-new" title="goa_account_proxy_new ()"><code class="function">goa_account_proxy_new()</code></a> but takes a <span class="type">GBusType</span> instead of a <span class="type">GDBusConnection</span>.
1991
1991
</p>
1992
1992
<p>
1993
 
When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the <a href="http://library.gnome.org/devel/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.
 
1993
When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the thread-default main loop of the thread you are calling this method from.
1994
1994
You can then call <a class="link" href="GoaAccount.html#goa-account-proxy-new-for-bus-finish" title="goa_account_proxy_new_for_bus_finish ()"><code class="function">goa_account_proxy_new_for_bus_finish()</code></a> to get the result of the operation.
1995
1995
</p>
1996
1996
<p>
2004
2004
<tbody>
2005
2005
<tr>
2006
2006
<td><p><span class="term"><em class="parameter"><code>bus_type</code></em> :</span></p></td>
2007
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</td>
 
2007
<td>A <span class="type">GBusType</span>.</td>
2008
2008
</tr>
2009
2009
<tr>
2010
2010
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
2011
 
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
 
2011
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
2012
2012
</tr>
2013
2013
<tr>
2014
2014
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
2020
2020
</tr>
2021
2021
<tr>
2022
2022
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2023
 
<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>
 
2023
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2024
2024
</td>
2025
2025
</tr>
2026
2026
<tr>
2027
2027
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
2028
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> to call when the request is satisfied.</td>
 
2028
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied.</td>
2029
2029
</tr>
2030
2030
<tr>
2031
2031
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2038
2038
<div class="refsect2">
2039
2039
<a name="goa-account-proxy-new-for-bus-finish"></a><h3>goa_account_proxy_new_for_bus_finish ()</h3>
2040
2040
<pre class="programlisting"><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        goa_account_proxy_new_for_bus_finish
2041
 
                                                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
2042
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2041
                                                        (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
 
2042
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2043
2043
<p>
2044
2044
Finishes an operation started with <a class="link" href="GoaAccount.html#goa-account-proxy-new-for-bus" title="goa_account_proxy_new_for_bus ()"><code class="function">goa_account_proxy_new_for_bus()</code></a>.
2045
2045
</p>
2051
2051
<tbody>
2052
2052
<tr>
2053
2053
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
2054
 
<td>The <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> obtained from the <a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> passed to <a class="link" href="GoaAccount.html#goa-account-proxy-new-for-bus" title="goa_account_proxy_new_for_bus ()"><code class="function">goa_account_proxy_new_for_bus()</code></a>.</td>
 
2054
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="GoaAccount.html#goa-account-proxy-new-for-bus" title="goa_account_proxy_new_for_bus ()"><code class="function">goa_account_proxy_new_for_bus()</code></a>.</td>
2055
2055
</tr>
2056
2056
<tr>
2057
2057
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2058
 
<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>
 
2058
<td>Return location for error or <code class="literal">NULL</code>
2059
2059
</td>
2060
2060
</tr>
2061
2061
<tr>
2062
2062
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2063
 
<td>The constructed proxy object or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em> is set. <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> GoaAccountProxy]</span>
 
2063
<td>The constructed proxy object or <code class="literal">NULL</code> if <em class="parameter"><code>error</code></em> is set. <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> GoaAccountProxy]</span>
2064
2064
</td>
2065
2065
</tr>
2066
2066
</tbody>
2069
2069
<hr>
2070
2070
<div class="refsect2">
2071
2071
<a name="goa-account-proxy-new-for-bus-sync"></a><h3>goa_account_proxy_new_for_bus_sync ()</h3>
2072
 
<pre class="programlisting"><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        goa_account_proxy_new_for_bus_sync  (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
2073
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> flags</code></em>,
2074
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>,
2075
 
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object_path</code></em>,
2076
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
2077
 
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 
2072
<pre class="programlisting"><a class="link" href="GoaAccount.html" title="GoaAccount"><span class="returnvalue">GoaAccount</span></a> *        goa_account_proxy_new_for_bus_sync  (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
 
2073
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
 
2074
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
 
2075
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
 
2076
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
 
2077
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
2078
2078
<p>
2079
 
Like <a class="link" href="GoaAccount.html#goa-account-proxy-new-sync" title="goa_account_proxy_new_sync ()"><code class="function">goa_account_proxy_new_sync()</code></a> but takes a <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> instead of a <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.
 
2079
Like <a class="link" href="GoaAccount.html#goa-account-proxy-new-sync" title="goa_account_proxy_new_sync ()"><code class="function">goa_account_proxy_new_sync()</code></a> but takes a <span class="type">GBusType</span> instead of a <span class="type">GDBusConnection</span>.
2080
2080
</p>
2081
2081
<p>
2082
2082
The calling thread is blocked until a reply is received.
2092
2092
<tbody>
2093
2093
<tr>
2094
2094
<td><p><span class="term"><em class="parameter"><code>bus_type</code></em> :</span></p></td>
2095
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</td>
 
2095
<td>A <span class="type">GBusType</span>.</td>
2096
2096
</tr>
2097
2097
<tr>
2098
2098
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
2099
 
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
 
2099
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
2100
2100
</tr>
2101
2101
<tr>
2102
2102
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
2108
2108
</tr>
2109
2109
<tr>
2110
2110
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2111
 
<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>
 
2111
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
2112
2112
</td>
2113
2113
</tr>
2114
2114
<tr>
2115
2115
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2116
 
<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>
 
2116
<td>Return location for error or <code class="literal">NULL</code>
2117
2117
</td>
2118
2118
</tr>
2119
2119
<tr>
2120
2120
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2121
 
<td>The constructed proxy object or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>error</code></em> is set. <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> GoaAccountProxy]</span>
 
2121
<td>The constructed proxy object or <code class="literal">NULL</code> if <em class="parameter"><code>error</code></em> is set. <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> GoaAccountProxy]</span>
2122
2122
</td>
2123
2123
</tr>
2124
2124
</tbody>
2148
2148
<col>
2149
2149
</colgroup>
2150
2150
<tbody><tr>
2151
 
<td><p><span class="term"><a href="http://library.gnome.org/devel/gio/unstable/GDBusInterfaceSkeleton.html#GDBusInterfaceSkeletonClass"><span class="type">GDBusInterfaceSkeletonClass</span></a> <em class="structfield"><code><a name="GoaAccountSkeletonClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
2151
<td><p><span class="term"><span class="type">GDBusInterfaceSkeletonClass</span> <em class="structfield"><code><a name="GoaAccountSkeletonClass.parent-class"></a>parent_class</code></em>;</span></p></td>
2152
2152
<td>The parent class.</td>
2153
2153
</tr></tbody>
2154
2154
</table></div>
2177
2177
<a name="GoaAccount.property-details"></a><h2>Property Details</h2>
2178
2178
<div class="refsect2">
2179
2179
<a name="GoaAccount--attention-needed"></a><h3>The <code class="literal">"attention-needed"</code> property</h3>
2180
 
<pre class="programlisting">  "attention-needed"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
2180
<pre class="programlisting">  "attention-needed"         <span class="type">gboolean</span>              : Read / Write</pre>
2181
2181
<p>
2182
2182
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.AttentionNeeded" title='The "AttentionNeeded" property'>"AttentionNeeded"</a>.
2183
2183
</p>
2184
2184
<p>
2185
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/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.
 
2185
Since the D-Bus property for this <span class="type">GObject</span> 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.
2186
2186
</p>
2187
2187
<p>Default value: FALSE</p>
2188
2188
</div>
2189
2189
<hr>
2190
2190
<div class="refsect2">
2191
2191
<a name="GoaAccount--calendar-disabled"></a><h3>The <code class="literal">"calendar-disabled"</code> property</h3>
2192
 
<pre class="programlisting">  "calendar-disabled"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
2192
<pre class="programlisting">  "calendar-disabled"        <span class="type">gboolean</span>              : Read / Write</pre>
2193
2193
<p>
2194
2194
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.CalendarDisabled" title='The "CalendarDisabled" property'>"CalendarDisabled"</a>.
2195
2195
</p>
2196
2196
<p>
2197
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
 
2197
Since the D-Bus property for this <span class="type">GObject</span> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
2198
2198
</p>
2199
2199
<p>Default value: FALSE</p>
2200
2200
</div>
2201
2201
<hr>
2202
2202
<div class="refsect2">
2203
2203
<a name="GoaAccount--chat-disabled"></a><h3>The <code class="literal">"chat-disabled"</code> property</h3>
2204
 
<pre class="programlisting">  "chat-disabled"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
2204
<pre class="programlisting">  "chat-disabled"            <span class="type">gboolean</span>              : Read / Write</pre>
2205
2205
<p>
2206
2206
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ChatDisabled" title='The "ChatDisabled" property'>"ChatDisabled"</a>.
2207
2207
</p>
2208
2208
<p>
2209
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
 
2209
Since the D-Bus property for this <span class="type">GObject</span> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
2210
2210
</p>
2211
2211
<p>Default value: FALSE</p>
2212
2212
</div>
2213
2213
<hr>
2214
2214
<div class="refsect2">
2215
2215
<a name="GoaAccount--contacts-disabled"></a><h3>The <code class="literal">"contacts-disabled"</code> property</h3>
2216
 
<pre class="programlisting">  "contacts-disabled"        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
2216
<pre class="programlisting">  "contacts-disabled"        <span class="type">gboolean</span>              : Read / Write</pre>
2217
2217
<p>
2218
2218
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ContactsDisabled" title='The "ContactsDisabled" property'>"ContactsDisabled"</a>.
2219
2219
</p>
2220
2220
<p>
2221
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
 
2221
Since the D-Bus property for this <span class="type">GObject</span> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
2222
2222
</p>
2223
2223
<p>Default value: FALSE</p>
2224
2224
</div>
2225
2225
<hr>
2226
2226
<div class="refsect2">
2227
2227
<a name="GoaAccount--documents-disabled"></a><h3>The <code class="literal">"documents-disabled"</code> property</h3>
2228
 
<pre class="programlisting">  "documents-disabled"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
2228
<pre class="programlisting">  "documents-disabled"       <span class="type">gboolean</span>              : Read / Write</pre>
2229
2229
<p>
2230
2230
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.DocumentsDisabled" title='The "DocumentsDisabled" property'>"DocumentsDisabled"</a>.
2231
2231
</p>
2232
2232
<p>
2233
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
 
2233
Since the D-Bus property for this <span class="type">GObject</span> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
2234
2234
</p>
2235
2235
<p>Default value: FALSE</p>
2236
2236
</div>
2237
2237
<hr>
2238
2238
<div class="refsect2">
2239
2239
<a name="GoaAccount--files-disabled"></a><h3>The <code class="literal">"files-disabled"</code> property</h3>
2240
 
<pre class="programlisting">  "files-disabled"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
2240
<pre class="programlisting">  "files-disabled"           <span class="type">gboolean</span>              : Read / Write</pre>
2241
2241
<p>
2242
2242
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.FilesDisabled" title='The "FilesDisabled" property'>"FilesDisabled"</a>.
2243
2243
</p>
2244
2244
<p>
2245
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
 
2245
Since the D-Bus property for this <span class="type">GObject</span> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
2246
2246
</p>
2247
2247
<p>Default value: FALSE</p>
2248
2248
<p class="since">Since 3.8.0</p>
2250
2250
<hr>
2251
2251
<div class="refsect2">
2252
2252
<a name="GoaAccount--id"></a><h3>The <code class="literal">"id"</code> property</h3>
2253
 
<pre class="programlisting">  "id"                       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
2253
<pre class="programlisting">  "id"                       <span class="type">gchar</span>*                : Read / Write</pre>
2254
2254
<p>
2255
2255
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.Id" title='The "Id" property'>"Id"</a>.
2256
2256
</p>
2257
2257
<p>
2258
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/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.
 
2258
Since the D-Bus property for this <span class="type">GObject</span> 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.
2259
2259
</p>
2260
2260
<p>Default value: NULL</p>
2261
2261
</div>
2262
2262
<hr>
2263
2263
<div class="refsect2">
2264
2264
<a name="GoaAccount--identity"></a><h3>The <code class="literal">"identity"</code> property</h3>
2265
 
<pre class="programlisting">  "identity"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
2265
<pre class="programlisting">  "identity"                 <span class="type">gchar</span>*                : Read / Write</pre>
2266
2266
<p>
2267
2267
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.Identity" title='The "Identity" property'>"Identity"</a>.
2268
2268
</p>
2269
2269
<p>
2270
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/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.
 
2270
Since the D-Bus property for this <span class="type">GObject</span> 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.
2271
2271
</p>
2272
2272
<p>Default value: NULL</p>
2273
2273
</div>
2274
2274
<hr>
2275
2275
<div class="refsect2">
2276
2276
<a name="GoaAccount--is-temporary"></a><h3>The <code class="literal">"is-temporary"</code> property</h3>
2277
 
<pre class="programlisting">  "is-temporary"             <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
2277
<pre class="programlisting">  "is-temporary"             <span class="type">gboolean</span>              : Read / Write</pre>
2278
2278
<p>
2279
2279
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.IsTemporary" title='The "IsTemporary" property'>"IsTemporary"</a>.
2280
2280
</p>
2281
2281
<p>
2282
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
 
2282
Since the D-Bus property for this <span class="type">GObject</span> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
2283
2283
</p>
2284
2284
<p>Default value: FALSE</p>
2285
2285
</div>
2286
2286
<hr>
2287
2287
<div class="refsect2">
2288
2288
<a name="GoaAccount--mail-disabled"></a><h3>The <code class="literal">"mail-disabled"</code> property</h3>
2289
 
<pre class="programlisting">  "mail-disabled"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
2289
<pre class="programlisting">  "mail-disabled"            <span class="type">gboolean</span>              : Read / Write</pre>
2290
2290
<p>
2291
2291
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.MailDisabled" title='The "MailDisabled" property'>"MailDisabled"</a>.
2292
2292
</p>
2293
2293
<p>
2294
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
 
2294
Since the D-Bus property for this <span class="type">GObject</span> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
2295
2295
</p>
2296
2296
<p>Default value: FALSE</p>
2297
2297
</div>
2298
2298
<hr>
2299
2299
<div class="refsect2">
2300
2300
<a name="GoaAccount--photos-disabled"></a><h3>The <code class="literal">"photos-disabled"</code> property</h3>
2301
 
<pre class="programlisting">  "photos-disabled"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
2301
<pre class="programlisting">  "photos-disabled"          <span class="type">gboolean</span>              : Read / Write</pre>
2302
2302
<p>
2303
2303
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.PhotosDisabled" title='The "PhotosDisabled" property'>"PhotosDisabled"</a>.
2304
2304
</p>
2305
2305
<p>
2306
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
 
2306
Since the D-Bus property for this <span class="type">GObject</span> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
2307
2307
</p>
2308
2308
<p>Default value: FALSE</p>
2309
2309
<p class="since">Since 3.8.0</p>
2311
2311
<hr>
2312
2312
<div class="refsect2">
2313
2313
<a name="GoaAccount--presentation-identity"></a><h3>The <code class="literal">"presentation-identity"</code> property</h3>
2314
 
<pre class="programlisting">  "presentation-identity"    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
2314
<pre class="programlisting">  "presentation-identity"    <span class="type">gchar</span>*                : Read / Write</pre>
2315
2315
<p>
2316
2316
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.PresentationIdentity" title='The "PresentationIdentity" property'>"PresentationIdentity"</a>.
2317
2317
</p>
2318
2318
<p>
2319
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/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.
 
2319
Since the D-Bus property for this <span class="type">GObject</span> 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.
2320
2320
</p>
2321
2321
<p>Default value: NULL</p>
2322
2322
</div>
2323
2323
<hr>
2324
2324
<div class="refsect2">
2325
2325
<a name="GoaAccount--provider-icon"></a><h3>The <code class="literal">"provider-icon"</code> property</h3>
2326
 
<pre class="programlisting">  "provider-icon"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
2326
<pre class="programlisting">  "provider-icon"            <span class="type">gchar</span>*                : Read / Write</pre>
2327
2327
<p>
2328
2328
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderIcon" title='The "ProviderIcon" property'>"ProviderIcon"</a>.
2329
2329
</p>
2330
2330
<p>
2331
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/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.
 
2331
Since the D-Bus property for this <span class="type">GObject</span> 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.
2332
2332
</p>
2333
2333
<p>Default value: NULL</p>
2334
2334
</div>
2335
2335
<hr>
2336
2336
<div class="refsect2">
2337
2337
<a name="GoaAccount--provider-name"></a><h3>The <code class="literal">"provider-name"</code> property</h3>
2338
 
<pre class="programlisting">  "provider-name"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
2338
<pre class="programlisting">  "provider-name"            <span class="type">gchar</span>*                : Read / Write</pre>
2339
2339
<p>
2340
2340
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderName" title='The "ProviderName" property'>"ProviderName"</a>.
2341
2341
</p>
2342
2342
<p>
2343
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/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.
 
2343
Since the D-Bus property for this <span class="type">GObject</span> 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.
2344
2344
</p>
2345
2345
<p>Default value: NULL</p>
2346
2346
</div>
2347
2347
<hr>
2348
2348
<div class="refsect2">
2349
2349
<a name="GoaAccount--provider-type"></a><h3>The <code class="literal">"provider-type"</code> property</h3>
2350
 
<pre class="programlisting">  "provider-type"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
 
2350
<pre class="programlisting">  "provider-type"            <span class="type">gchar</span>*                : Read / Write</pre>
2351
2351
<p>
2352
2352
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.ProviderType" title='The "ProviderType" property'>"ProviderType"</a>.
2353
2353
</p>
2354
2354
<p>
2355
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/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.
 
2355
Since the D-Bus property for this <span class="type">GObject</span> 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.
2356
2356
</p>
2357
2357
<p>Default value: NULL</p>
2358
2358
</div>
2359
2359
<hr>
2360
2360
<div class="refsect2">
2361
2361
<a name="GoaAccount--ticketing-disabled"></a><h3>The <code class="literal">"ticketing-disabled"</code> property</h3>
2362
 
<pre class="programlisting">  "ticketing-disabled"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 
2362
<pre class="programlisting">  "ticketing-disabled"       <span class="type">gboolean</span>              : Read / Write</pre>
2363
2363
<p>
2364
2364
Represents the D-Bus property <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-property-org-gnome-OnlineAccounts-Account.TicketingDisabled" title='The "TicketingDisabled" property'>"TicketingDisabled"</a>.
2365
2365
</p>
2366
2366
<p>
2367
 
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
 
2367
Since the D-Bus property for this <span class="type">GObject</span> property is both readable and writable, it is meaningful to both read from it and write to it on both the service- and client-side.
2368
2368
</p>
2369
2369
<p>Default value: FALSE</p>
2370
2370
<p class="since">Since 3.6.0</p>
2374
2374
<a name="GoaAccount.signal-details"></a><h2>Signal Details</h2>
2375
2375
<div class="refsect2">
2376
2376
<a name="GoaAccount-handle-ensure-credentials"></a><h3>The <code class="literal">"handle-ensure-credentials"</code> signal</h3>
2377
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a>            *object,
2378
 
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
2379
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>               user_data)       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
2377
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a>            *object,
 
2378
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
 
2379
                                                        <span class="type">gpointer</span>               user_data)       : <code class="literal">Run Last</code></pre>
2380
2380
<p>
2381
2381
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-method-org-gnome-OnlineAccounts-Account.EnsureCredentials" title="The EnsureCredentials() method"><code class="function">EnsureCredentials()</code></a> D-Bus method.
2382
2382
</p>
2383
2383
<p>
2384
 
If a signal handler returns <a href="http://library.gnome.org/devel/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> and eventually call <a class="link" href="GoaAccount.html#goa-account-complete-ensure-credentials" title="goa_account_complete_ensure_credentials ()"><code class="function">goa_account_complete_ensure_credentials()</code></a> or e.g. <a href="http://library.gnome.org/devel/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 <a href="http://library.gnome.org/devel/gio/unstable/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.
 
2384
If a signal handler returns <code class="literal">TRUE</code>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em> and eventually call <a class="link" href="GoaAccount.html#goa-account-complete-ensure-credentials" title="goa_account_complete_ensure_credentials ()"><code class="function">goa_account_complete_ensure_credentials()</code></a> or e.g. <code class="function">g_dbus_method_invocation_return_error()</code> 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.
2385
2385
</p>
2386
2386
<div class="variablelist"><table border="0" class="variablelist">
2387
2387
<colgroup>
2395
2395
</tr>
2396
2396
<tr>
2397
2397
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
2398
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
 
2398
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
2399
2399
</tr>
2400
2400
<tr>
2401
2401
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2404
2404
<tr>
2405
2405
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2406
2406
<td>
2407
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</td>
 
2407
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
2408
2408
</tr>
2409
2409
</tbody>
2410
2410
</table></div>
2412
2412
<hr>
2413
2413
<div class="refsect2">
2414
2414
<a name="GoaAccount-handle-remove"></a><h3>The <code class="literal">"handle-remove"</code> signal</h3>
2415
 
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a>            *object,
2416
 
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
2417
 
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>               user_data)       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 
2415
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="GoaAccount.html" title="GoaAccount"><span class="type">GoaAccount</span></a>            *object,
 
2416
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
 
2417
                                                        <span class="type">gpointer</span>               user_data)       : <code class="literal">Run Last</code></pre>
2418
2418
<p>
2419
2419
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.gnome.OnlineAccounts.Account.html#gdbus-method-org-gnome-OnlineAccounts-Account.Remove" title="The Remove() method"><code class="function">Remove()</code></a> D-Bus method.
2420
2420
</p>
2421
2421
<p>
2422
 
If a signal handler returns <a href="http://library.gnome.org/devel/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> and eventually call <a class="link" href="GoaAccount.html#goa-account-complete-remove" title="goa_account_complete_remove ()"><code class="function">goa_account_complete_remove()</code></a> or e.g. <a href="http://library.gnome.org/devel/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 <a href="http://library.gnome.org/devel/gio/unstable/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.
 
2422
If a signal handler returns <code class="literal">TRUE</code>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em> and eventually call <a class="link" href="GoaAccount.html#goa-account-complete-remove" title="goa_account_complete_remove ()"><code class="function">goa_account_complete_remove()</code></a> or e.g. <code class="function">g_dbus_method_invocation_return_error()</code> 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.
2423
2423
</p>
2424
2424
<div class="variablelist"><table border="0" class="variablelist">
2425
2425
<colgroup>
2433
2433
</tr>
2434
2434
<tr>
2435
2435
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
2436
 
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
 
2436
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
2437
2437
</tr>
2438
2438
<tr>
2439
2439
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2442
2442
<tr>
2443
2443
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2444
2444
<td>
2445
 
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</td>
 
2445
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
2446
2446
</tr>
2447
2447
</tbody>
2448
2448
</table></div>
2451
2451
</div>
2452
2452
<div class="footer">
2453
2453
<hr>
2454
 
          Generated by GTK-Doc V1.18.1</div>
 
2454
          Generated by GTK-Doc V1.19</div>
2455
2455
</body>
2456
2456
</html>
 
 
b'\\ No newline at end of file'