~psusi/ubuntu/utopic/udisks2/fix-standby

« back to all changes in this revision

Viewing changes to doc/html/UDisksBlock.html

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Martin Pitt, Colin Watson, Andreas Henriksson
  • Date: 2014-01-14 10:04:52 UTC
  • mfrom: (14.2.3 sid)
  • Revision ID: package-import@ubuntu.com-20140114100452-hpj6k2wt5gtml2xb
Tags: 2.1.2-1
[ Martin Pitt ]
* New upstream release:
  - Add exfat support (Closes: #720695)
  - Fix crash when waiting for loop device (LP: #1128275)
  - Use dosfstools instead of mtools
  - Add polkit authorization variables for removable media
  - Hide more rescue partitions
* Drop dosfslabel.patch, fixed upstream.
* Add Recommends: gdisk, as we need it for manipulating GPT partition tables
  through sgdisk. (LP: #1080745)
* Bump Standards-Version to 3.9.5. No changes necessary.

[ Colin Watson ]
* Use dh-autoreconf to update libtool macros for new ports.
  (Closes: #732287)

[ Andreas Henriksson ]
* Add parted dependency. (Closes: #720491)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
<a name="UDisksBlock.synopsis"></a><h2>Synopsis</h2>
52
52
<a name="UDisksBlockProxy"></a><a name="UDisksBlockSkeleton"></a><pre class="synopsis">                    <a class="link" href="UDisksBlock.html#UDisksBlock-struct" title="UDisksBlock">UDisksBlock</a>;
53
53
struct              <a class="link" href="UDisksBlock.html#UDisksBlockIface" title="struct UDisksBlockIface">UDisksBlockIface</a>;
54
 
<span class="returnvalue">GDBusInterfaceInfo</span> * <a class="link" href="UDisksBlock.html#udisks-block-interface-info" title="udisks_block_interface_info ()">udisks_block_interface_info</a>        (<em class="parameter"><code><span class="type">void</span></code></em>);
55
 
<span class="returnvalue">guint</span>               <a class="link" href="UDisksBlock.html#udisks-block-override-properties" title="udisks_block_override_properties ()">udisks_block_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>);
 
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="UDisksBlock.html#udisks-block-interface-info" title="udisks_block_interface_info ()">udisks_block_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="UDisksBlock.html#udisks-block-override-properties" title="udisks_block_override_properties ()">udisks_block_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
57
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-call-get-secret-configuration" title="udisks_block_call_get_secret_configuration ()">udisks_block_call_get_secret_configuration</a>
58
58
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
59
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
60
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
61
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
62
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
63
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-get-secret-configuration-finish" title="udisks_block_call_get_secret_configuration_finish ()">udisks_block_call_get_secret_configuration_finish</a>
64
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
65
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_configuration</code></em>,
66
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
67
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
68
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-get-secret-configuration-sync" title="udisks_block_call_get_secret_configuration_sync ()">udisks_block_call_get_secret_configuration_sync</a>
69
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
70
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
71
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_configuration</code></em>,
72
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
73
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
59
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
60
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
61
                                                         <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>,
 
62
                                                         <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>);
 
63
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-get-secret-configuration-finish" title="udisks_block_call_get_secret_configuration_finish ()">udisks_block_call_get_secret_configuration_finish</a>
 
64
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
65
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_configuration</code></em>,
 
66
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
67
                                                         <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>);
 
68
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-get-secret-configuration-sync" title="udisks_block_call_get_secret_configuration_sync ()">udisks_block_call_get_secret_configuration_sync</a>
 
69
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
70
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
71
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_configuration</code></em>,
 
72
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
73
                                                         <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>);
74
74
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-complete-get-secret-configuration" title="udisks_block_complete_get_secret_configuration ()">udisks_block_complete_get_secret_configuration</a>
75
75
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
76
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>,
77
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *configuration</code></em>);
 
76
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
 
77
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *configuration</code></em>);
78
78
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-call-add-configuration-item" title="udisks_block_call_add_configuration_item ()">udisks_block_call_add_configuration_item</a>
79
79
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
80
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_item</code></em>,
81
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
82
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
83
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
84
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
85
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-add-configuration-item-finish" title="udisks_block_call_add_configuration_item_finish ()">udisks_block_call_add_configuration_item_finish</a>
86
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
87
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
88
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
89
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-add-configuration-item-sync" title="udisks_block_call_add_configuration_item_sync ()">udisks_block_call_add_configuration_item_sync</a>
90
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
91
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_item</code></em>,
92
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
93
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
94
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
80
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_item</code></em>,
 
81
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
82
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
83
                                                         <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>,
 
84
                                                         <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>);
 
85
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-add-configuration-item-finish" title="udisks_block_call_add_configuration_item_finish ()">udisks_block_call_add_configuration_item_finish</a>
 
86
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
87
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
88
                                                         <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>);
 
89
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-add-configuration-item-sync" title="udisks_block_call_add_configuration_item_sync ()">udisks_block_call_add_configuration_item_sync</a>
 
90
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
91
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_item</code></em>,
 
92
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
93
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
94
                                                         <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>);
95
95
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-complete-add-configuration-item" title="udisks_block_complete_add_configuration_item ()">udisks_block_complete_add_configuration_item</a>
96
96
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
97
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
 
97
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
98
98
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-call-remove-configuration-item" title="udisks_block_call_remove_configuration_item ()">udisks_block_call_remove_configuration_item</a>
99
99
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
100
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_item</code></em>,
101
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
102
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
103
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
104
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
105
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-remove-configuration-item-finish" title="udisks_block_call_remove_configuration_item_finish ()">udisks_block_call_remove_configuration_item_finish</a>
106
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
107
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
108
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
109
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-remove-configuration-item-sync" title="udisks_block_call_remove_configuration_item_sync ()">udisks_block_call_remove_configuration_item_sync</a>
110
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
111
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_item</code></em>,
112
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
113
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
114
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
100
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_item</code></em>,
 
101
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
102
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
103
                                                         <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>,
 
104
                                                         <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>);
 
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="UDisksBlock.html#udisks-block-call-remove-configuration-item-finish" title="udisks_block_call_remove_configuration_item_finish ()">udisks_block_call_remove_configuration_item_finish</a>
 
106
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
107
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
108
                                                         <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>);
 
109
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-remove-configuration-item-sync" title="udisks_block_call_remove_configuration_item_sync ()">udisks_block_call_remove_configuration_item_sync</a>
 
110
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
111
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_item</code></em>,
 
112
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
113
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
114
                                                         <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>);
115
115
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-complete-remove-configuration-item" title="udisks_block_complete_remove_configuration_item ()">udisks_block_complete_remove_configuration_item</a>
116
116
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
117
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
 
117
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
118
118
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-call-update-configuration-item" title="udisks_block_call_update_configuration_item ()">udisks_block_call_update_configuration_item</a>
119
119
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
120
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_old_item</code></em>,
121
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_new_item</code></em>,
122
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
123
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
124
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
125
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
126
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-update-configuration-item-finish" title="udisks_block_call_update_configuration_item_finish ()">udisks_block_call_update_configuration_item_finish</a>
127
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
128
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
129
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
130
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-update-configuration-item-sync" title="udisks_block_call_update_configuration_item_sync ()">udisks_block_call_update_configuration_item_sync</a>
131
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
132
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_old_item</code></em>,
133
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_new_item</code></em>,
134
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
135
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
136
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
120
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_old_item</code></em>,
 
121
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_new_item</code></em>,
 
122
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</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/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
 
125
                                                         <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>);
 
126
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-update-configuration-item-finish" title="udisks_block_call_update_configuration_item_finish ()">udisks_block_call_update_configuration_item_finish</a>
 
127
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
128
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
129
                                                         <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
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-update-configuration-item-sync" title="udisks_block_call_update_configuration_item_sync ()">udisks_block_call_update_configuration_item_sync</a>
 
131
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
132
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_old_item</code></em>,
 
133
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_new_item</code></em>,
 
134
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
135
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
136
                                                         <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>);
137
137
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-complete-update-configuration-item" title="udisks_block_complete_update_configuration_item ()">udisks_block_complete_update_configuration_item</a>
138
138
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
139
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
 
139
                                                         <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
140
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-call-format" title="udisks_block_call_format ()">udisks_block_call_format</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
141
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_type</code></em>,
142
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
143
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
144
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
145
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
146
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-format-finish" title="udisks_block_call_format_finish ()">udisks_block_call_format_finish</a>     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
147
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
148
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
149
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-format-sync" title="udisks_block_call_format_sync ()">udisks_block_call_format_sync</a>       (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
150
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_type</code></em>,
151
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
152
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
153
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
141
                                                         <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> *arg_type</code></em>,
 
142
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
143
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
144
                                                         <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>,
 
145
                                                         <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>);
 
146
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-format-finish" title="udisks_block_call_format_finish ()">udisks_block_call_format_finish</a>     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
147
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
148
                                                         <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>);
 
149
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-format-sync" title="udisks_block_call_format_sync ()">udisks_block_call_format_sync</a>       (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
150
                                                         <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> *arg_type</code></em>,
 
151
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
152
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
153
                                                         <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>);
154
154
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-complete-format" title="udisks_block_complete_format ()">udisks_block_complete_format</a>        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
155
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
 
155
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
156
156
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-backup" title="udisks_block_call_open_for_backup ()">udisks_block_call_open_for_backup</a>   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
157
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
158
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
159
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
160
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
161
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
162
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-backup-finish" title="udisks_block_call_open_for_backup_finish ()">udisks_block_call_open_for_backup_finish</a>
163
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
164
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
165
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</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
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-backup-sync" title="udisks_block_call_open_for_backup_sync ()">udisks_block_call_open_for_backup_sync</a>
169
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
170
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
171
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
172
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
173
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
174
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
175
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
157
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
158
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
159
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
160
                                                         <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>,
 
161
                                                         <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>);
 
162
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-backup-finish" title="udisks_block_call_open_for_backup_finish ()">udisks_block_call_open_for_backup_finish</a>
 
163
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
164
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
165
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
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 href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-backup-sync" title="udisks_block_call_open_for_backup_sync ()">udisks_block_call_open_for_backup_sync</a>
 
169
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
170
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
171
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
172
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
173
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
174
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
175
                                                         <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>);
176
176
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-complete-open-for-backup" title="udisks_block_complete_open_for_backup ()">udisks_block_complete_open_for_backup</a>
177
177
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
178
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>,
179
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
180
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *fd</code></em>);
 
178
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
 
179
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
180
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *fd</code></em>);
181
181
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-restore" title="udisks_block_call_open_for_restore ()">udisks_block_call_open_for_restore</a>  (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
182
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
183
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
184
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
185
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
186
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
187
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-restore-finish" title="udisks_block_call_open_for_restore_finish ()">udisks_block_call_open_for_restore_finish</a>
188
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
189
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
190
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
191
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
192
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
193
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-restore-sync" title="udisks_block_call_open_for_restore_sync ()">udisks_block_call_open_for_restore_sync</a>
194
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
195
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
196
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
197
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
198
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
199
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
200
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
182
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
183
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
184
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
185
                                                         <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>,
 
186
                                                         <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>);
 
187
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-restore-finish" title="udisks_block_call_open_for_restore_finish ()">udisks_block_call_open_for_restore_finish</a>
 
188
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
189
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
190
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
191
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
192
                                                         <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>);
 
193
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-restore-sync" title="udisks_block_call_open_for_restore_sync ()">udisks_block_call_open_for_restore_sync</a>
 
194
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
195
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
196
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
197
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
198
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
199
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
200
                                                         <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>);
201
201
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-complete-open-for-restore" title="udisks_block_complete_open_for_restore ()">udisks_block_complete_open_for_restore</a>
202
202
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
203
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>,
204
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
205
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *fd</code></em>);
 
203
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
 
204
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
205
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *fd</code></em>);
206
206
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-benchmark" title="udisks_block_call_open_for_benchmark ()">udisks_block_call_open_for_benchmark</a>
207
207
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
208
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
209
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
210
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
211
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
212
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
213
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-benchmark-finish" title="udisks_block_call_open_for_benchmark_finish ()">udisks_block_call_open_for_benchmark_finish</a>
214
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
215
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
216
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
217
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
218
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
219
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-benchmark-sync" title="udisks_block_call_open_for_benchmark_sync ()">udisks_block_call_open_for_benchmark_sync</a>
220
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
221
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
222
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
223
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
224
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
225
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
226
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
208
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
209
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
210
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
211
                                                         <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>,
 
212
                                                         <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>);
 
213
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-benchmark-finish" title="udisks_block_call_open_for_benchmark_finish ()">udisks_block_call_open_for_benchmark_finish</a>
 
214
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
215
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
216
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
217
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
218
                                                         <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>);
 
219
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-benchmark-sync" title="udisks_block_call_open_for_benchmark_sync ()">udisks_block_call_open_for_benchmark_sync</a>
 
220
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
221
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
222
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
223
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
224
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
225
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
226
                                                         <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>);
227
227
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-complete-open-for-benchmark" title="udisks_block_complete_open_for_benchmark ()">udisks_block_complete_open_for_benchmark</a>
228
228
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
229
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>,
230
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
231
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *fd</code></em>);
 
229
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
 
230
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
231
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *fd</code></em>);
232
232
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-call-rescan" title="udisks_block_call_rescan ()">udisks_block_call_rescan</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
233
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
234
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
235
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
236
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
237
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-rescan-finish" title="udisks_block_call_rescan_finish ()">udisks_block_call_rescan_finish</a>     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
238
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
239
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
240
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-call-rescan-sync" title="udisks_block_call_rescan_sync ()">udisks_block_call_rescan_sync</a>       (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
241
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
242
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
243
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
233
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
234
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
235
                                                         <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>,
 
236
                                                         <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>);
 
237
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-rescan-finish" title="udisks_block_call_rescan_finish ()">udisks_block_call_rescan_finish</a>     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
238
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
239
                                                         <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>);
 
240
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-call-rescan-sync" title="udisks_block_call_rescan_sync ()">udisks_block_call_rescan_sync</a>       (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
241
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
242
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
243
                                                         <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>);
244
244
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-complete-rescan" title="udisks_block_complete_rescan ()">udisks_block_complete_rescan</a>        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
245
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
246
 
<span class="returnvalue">GVariant</span> *          <a class="link" href="UDisksBlock.html#udisks-block-get-configuration" title="udisks_block_get_configuration ()">udisks_block_get_configuration</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
247
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-crypto-backing-device" title="udisks_block_get_crypto_backing_device ()">udisks_block_get_crypto_backing_device</a>
 
245
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
 
246
<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          <a class="link" href="UDisksBlock.html#udisks-block-get-configuration" title="udisks_block_get_configuration ()">udisks_block_get_configuration</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
247
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="UDisksBlock.html#udisks-block-get-crypto-backing-device" title="udisks_block_get_crypto_backing_device ()">udisks_block_get_crypto_backing_device</a>
248
248
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
249
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-device" title="udisks_block_get_device ()">udisks_block_get_device</a>             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
250
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-drive" title="udisks_block_get_drive ()">udisks_block_get_drive</a>              (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
251
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-id-label" title="udisks_block_get_id_label ()">udisks_block_get_id_label</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
252
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-id-type" title="udisks_block_get_id_type ()">udisks_block_get_id_type</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
253
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-id-usage" title="udisks_block_get_id_usage ()">udisks_block_get_id_usage</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
254
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-id-uuid" title="udisks_block_get_id_uuid ()">udisks_block_get_id_uuid</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
255
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-id-version" title="udisks_block_get_id_version ()">udisks_block_get_id_version</a>         (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
249
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="UDisksBlock.html#udisks-block-get-device" title="udisks_block_get_device ()">udisks_block_get_device</a>             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
250
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="UDisksBlock.html#udisks-block-get-drive" title="udisks_block_get_drive ()">udisks_block_get_drive</a>              (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
251
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="UDisksBlock.html#udisks-block-get-id-label" title="udisks_block_get_id_label ()">udisks_block_get_id_label</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
252
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="UDisksBlock.html#udisks-block-get-id-type" title="udisks_block_get_id_type ()">udisks_block_get_id_type</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
253
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="UDisksBlock.html#udisks-block-get-id-usage" title="udisks_block_get_id_usage ()">udisks_block_get_id_usage</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
254
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="UDisksBlock.html#udisks-block-get-id-uuid" title="udisks_block_get_id_uuid ()">udisks_block_get_id_uuid</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
255
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="UDisksBlock.html#udisks-block-get-id-version" title="udisks_block_get_id_version ()">udisks_block_get_id_version</a>         (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
256
256
<span class="returnvalue">guint64</span>             <a class="link" href="UDisksBlock.html#udisks-block-get-device-number" title="udisks_block_get_device_number ()">udisks_block_get_device_number</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
257
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-preferred-device" title="udisks_block_get_preferred_device ()">udisks_block_get_preferred_device</a>   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
258
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-id" title="udisks_block_get_id ()">udisks_block_get_id</a>                 (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
257
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="UDisksBlock.html#udisks-block-get-preferred-device" title="udisks_block_get_preferred_device ()">udisks_block_get_preferred_device</a>   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
258
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="UDisksBlock.html#udisks-block-get-id" title="udisks_block_get_id ()">udisks_block_get_id</a>                 (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
259
259
<span class="returnvalue">guint64</span>             <a class="link" href="UDisksBlock.html#udisks-block-get-size" title="udisks_block_get_size ()">udisks_block_get_size</a>               (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
260
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-get-read-only" title="udisks_block_get_read_only ()">udisks_block_get_read_only</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
261
 
const <span class="returnvalue">gchar</span> *const * <a class="link" href="UDisksBlock.html#udisks-block-get-symlinks" title="udisks_block_get_symlinks ()">udisks_block_get_symlinks</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
262
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-get-hint-partitionable" title="udisks_block_get_hint_partitionable ()">udisks_block_get_hint_partitionable</a> (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
263
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-get-hint-system" title="udisks_block_get_hint_system ()">udisks_block_get_hint_system</a>        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
264
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-get-hint-ignore" title="udisks_block_get_hint_ignore ()">udisks_block_get_hint_ignore</a>        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
265
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksBlock.html#udisks-block-get-hint-auto" title="udisks_block_get_hint_auto ()">udisks_block_get_hint_auto</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
266
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-hint-name" title="udisks_block_get_hint_name ()">udisks_block_get_hint_name</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
267
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-hint-icon-name" title="udisks_block_get_hint_icon_name ()">udisks_block_get_hint_icon_name</a>     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
268
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-hint-symbolic-icon-name" title="udisks_block_get_hint_symbolic_icon_name ()">udisks_block_get_hint_symbolic_icon_name</a>
269
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
270
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-mdraid" title="udisks_block_get_mdraid ()">udisks_block_get_mdraid</a>             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
271
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksBlock.html#udisks-block-get-mdraid-member" title="udisks_block_get_mdraid_member ()">udisks_block_get_mdraid_member</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
272
 
<span class="returnvalue">GVariant</span> *          <a class="link" href="UDisksBlock.html#udisks-block-dup-configuration" title="udisks_block_dup_configuration ()">udisks_block_dup_configuration</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
273
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-crypto-backing-device" title="udisks_block_dup_crypto_backing_device ()">udisks_block_dup_crypto_backing_device</a>
274
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
275
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-device" title="udisks_block_dup_device ()">udisks_block_dup_device</a>             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
276
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-drive" title="udisks_block_dup_drive ()">udisks_block_dup_drive</a>              (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
277
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id-label" title="udisks_block_dup_id_label ()">udisks_block_dup_id_label</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
278
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id-type" title="udisks_block_dup_id_type ()">udisks_block_dup_id_type</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
279
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id-usage" title="udisks_block_dup_id_usage ()">udisks_block_dup_id_usage</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
280
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id-uuid" title="udisks_block_dup_id_uuid ()">udisks_block_dup_id_uuid</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
281
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id-version" title="udisks_block_dup_id_version ()">udisks_block_dup_id_version</a>         (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
282
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-preferred-device" title="udisks_block_dup_preferred_device ()">udisks_block_dup_preferred_device</a>   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
283
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id" title="udisks_block_dup_id ()">udisks_block_dup_id</a>                 (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
284
 
<span class="returnvalue">gchar</span> **            <a class="link" href="UDisksBlock.html#udisks-block-dup-symlinks" title="udisks_block_dup_symlinks ()">udisks_block_dup_symlinks</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
285
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-hint-name" title="udisks_block_dup_hint_name ()">udisks_block_dup_hint_name</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
286
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-hint-icon-name" title="udisks_block_dup_hint_icon_name ()">udisks_block_dup_hint_icon_name</a>     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
287
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-hint-symbolic-icon-name" title="udisks_block_dup_hint_symbolic_icon_name ()">udisks_block_dup_hint_symbolic_icon_name</a>
288
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
289
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-mdraid" title="udisks_block_dup_mdraid ()">udisks_block_dup_mdraid</a>             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
290
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-mdraid-member" title="udisks_block_dup_mdraid_member ()">udisks_block_dup_mdraid_member</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
260
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-get-read-only" title="udisks_block_get_read_only ()">udisks_block_get_read_only</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
261
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *const * <a class="link" href="UDisksBlock.html#udisks-block-get-symlinks" title="udisks_block_get_symlinks ()">udisks_block_get_symlinks</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
262
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-get-hint-partitionable" title="udisks_block_get_hint_partitionable ()">udisks_block_get_hint_partitionable</a> (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
263
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-get-hint-system" title="udisks_block_get_hint_system ()">udisks_block_get_hint_system</a>        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
264
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-get-hint-ignore" title="udisks_block_get_hint_ignore ()">udisks_block_get_hint_ignore</a>        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
265
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksBlock.html#udisks-block-get-hint-auto" title="udisks_block_get_hint_auto ()">udisks_block_get_hint_auto</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
266
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="UDisksBlock.html#udisks-block-get-hint-name" title="udisks_block_get_hint_name ()">udisks_block_get_hint_name</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
267
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="UDisksBlock.html#udisks-block-get-hint-icon-name" title="udisks_block_get_hint_icon_name ()">udisks_block_get_hint_icon_name</a>     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
268
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="UDisksBlock.html#udisks-block-get-hint-symbolic-icon-name" title="udisks_block_get_hint_symbolic_icon_name ()">udisks_block_get_hint_symbolic_icon_name</a>
 
269
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
270
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="UDisksBlock.html#udisks-block-get-mdraid" title="udisks_block_get_mdraid ()">udisks_block_get_mdraid</a>             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
271
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="UDisksBlock.html#udisks-block-get-mdraid-member" title="udisks_block_get_mdraid_member ()">udisks_block_get_mdraid_member</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
272
<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          <a class="link" href="UDisksBlock.html#udisks-block-dup-configuration" title="udisks_block_dup_configuration ()">udisks_block_dup_configuration</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
273
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-crypto-backing-device" title="udisks_block_dup_crypto_backing_device ()">udisks_block_dup_crypto_backing_device</a>
 
274
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
275
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-device" title="udisks_block_dup_device ()">udisks_block_dup_device</a>             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
276
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-drive" title="udisks_block_dup_drive ()">udisks_block_dup_drive</a>              (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
277
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id-label" title="udisks_block_dup_id_label ()">udisks_block_dup_id_label</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
278
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id-type" title="udisks_block_dup_id_type ()">udisks_block_dup_id_type</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
279
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id-usage" title="udisks_block_dup_id_usage ()">udisks_block_dup_id_usage</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
280
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id-uuid" title="udisks_block_dup_id_uuid ()">udisks_block_dup_id_uuid</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
281
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id-version" title="udisks_block_dup_id_version ()">udisks_block_dup_id_version</a>         (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
282
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-preferred-device" title="udisks_block_dup_preferred_device ()">udisks_block_dup_preferred_device</a>   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
283
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-id" title="udisks_block_dup_id ()">udisks_block_dup_id</a>                 (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
284
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            <a class="link" href="UDisksBlock.html#udisks-block-dup-symlinks" title="udisks_block_dup_symlinks ()">udisks_block_dup_symlinks</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
285
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-hint-name" title="udisks_block_dup_hint_name ()">udisks_block_dup_hint_name</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
286
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-hint-icon-name" title="udisks_block_dup_hint_icon_name ()">udisks_block_dup_hint_icon_name</a>     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
287
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-hint-symbolic-icon-name" title="udisks_block_dup_hint_symbolic_icon_name ()">udisks_block_dup_hint_symbolic_icon_name</a>
 
288
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
289
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-mdraid" title="udisks_block_dup_mdraid ()">udisks_block_dup_mdraid</a>             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
 
290
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksBlock.html#udisks-block-dup-mdraid-member" title="udisks_block_dup_mdraid_member ()">udisks_block_dup_mdraid_member</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);
291
291
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-configuration" title="udisks_block_set_configuration ()">udisks_block_set_configuration</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
292
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *value</code></em>);
 
292
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *value</code></em>);
293
293
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-crypto-backing-device" title="udisks_block_set_crypto_backing_device ()">udisks_block_set_crypto_backing_device</a>
294
294
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
295
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
295
                                                         <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>);
296
296
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-device" title="udisks_block_set_device ()">udisks_block_set_device</a>             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
297
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
297
                                                         <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>);
298
298
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-drive" title="udisks_block_set_drive ()">udisks_block_set_drive</a>              (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
299
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
299
                                                         <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>);
300
300
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-id-label" title="udisks_block_set_id_label ()">udisks_block_set_id_label</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
301
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
301
                                                         <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>);
302
302
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-id-type" title="udisks_block_set_id_type ()">udisks_block_set_id_type</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
303
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
303
                                                         <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>);
304
304
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-id-usage" title="udisks_block_set_id_usage ()">udisks_block_set_id_usage</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
305
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
305
                                                         <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>);
306
306
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-id-uuid" title="udisks_block_set_id_uuid ()">udisks_block_set_id_uuid</a>            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
307
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
307
                                                         <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>);
308
308
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-id-version" title="udisks_block_set_id_version ()">udisks_block_set_id_version</a>         (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
309
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
309
                                                         <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>);
310
310
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-device-number" title="udisks_block_set_device_number ()">udisks_block_set_device_number</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
311
311
                                                         <em class="parameter"><code><span class="type">guint64</span> value</code></em>);
312
312
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-preferred-device" title="udisks_block_set_preferred_device ()">udisks_block_set_preferred_device</a>   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
313
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
313
                                                         <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>);
314
314
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-id" title="udisks_block_set_id ()">udisks_block_set_id</a>                 (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
315
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
315
                                                         <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>);
316
316
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-size" title="udisks_block_set_size ()">udisks_block_set_size</a>               (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
317
317
                                                         <em class="parameter"><code><span class="type">guint64</span> value</code></em>);
318
318
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-read-only" title="udisks_block_set_read_only ()">udisks_block_set_read_only</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
319
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
319
                                                         <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>);
320
320
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-symlinks" title="udisks_block_set_symlinks ()">udisks_block_set_symlinks</a>           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
321
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *const *value</code></em>);
 
321
                                                         <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> *const *value</code></em>);
322
322
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-hint-partitionable" title="udisks_block_set_hint_partitionable ()">udisks_block_set_hint_partitionable</a> (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
323
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
323
                                                         <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>);
324
324
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-hint-system" title="udisks_block_set_hint_system ()">udisks_block_set_hint_system</a>        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
325
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
325
                                                         <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>);
326
326
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-hint-ignore" title="udisks_block_set_hint_ignore ()">udisks_block_set_hint_ignore</a>        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
327
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
327
                                                         <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>);
328
328
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-hint-auto" title="udisks_block_set_hint_auto ()">udisks_block_set_hint_auto</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
329
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
329
                                                         <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>);
330
330
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-hint-name" title="udisks_block_set_hint_name ()">udisks_block_set_hint_name</a>          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
331
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
331
                                                         <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>);
332
332
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-hint-icon-name" title="udisks_block_set_hint_icon_name ()">udisks_block_set_hint_icon_name</a>     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
333
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
333
                                                         <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>);
334
334
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-hint-symbolic-icon-name" title="udisks_block_set_hint_symbolic_icon_name ()">udisks_block_set_hint_symbolic_icon_name</a>
335
335
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
336
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
336
                                                         <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>);
337
337
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-mdraid" title="udisks_block_set_mdraid ()">udisks_block_set_mdraid</a>             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
338
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
338
                                                         <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>);
339
339
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-set-mdraid-member" title="udisks_block_set_mdraid_member ()">udisks_block_set_mdraid_member</a>      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
340
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
340
                                                         <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>);
341
341
struct              <a class="link" href="UDisksBlock.html#UDisksBlockProxy-struct" title="struct UDisksBlockProxy">UDisksBlockProxy</a>;
342
342
struct              <a class="link" href="UDisksBlock.html#UDisksBlockProxyClass" title="struct UDisksBlockProxyClass">UDisksBlockProxyClass</a>;
343
 
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-proxy-new" title="udisks_block_proxy_new ()">udisks_block_proxy_new</a>              (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
344
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
345
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
346
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
347
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
348
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
349
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
350
 
<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-finish" title="udisks_block_proxy_new_finish ()">udisks_block_proxy_new_finish</a>       (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
351
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
352
 
<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-sync" title="udisks_block_proxy_new_sync ()">udisks_block_proxy_new_sync</a>         (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
353
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
354
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
355
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
356
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
357
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
358
 
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-for-bus" title="udisks_block_proxy_new_for_bus ()">udisks_block_proxy_new_for_bus</a>      (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
359
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
360
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
361
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
362
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
363
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
364
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
343
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-proxy-new" title="udisks_block_proxy_new ()">udisks_block_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>,
 
344
                                                         <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>,
 
345
                                                         <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>,
 
346
                                                         <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>,
 
347
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
348
                                                         <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>,
 
349
                                                         <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>);
 
350
<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-finish" title="udisks_block_proxy_new_finish ()">udisks_block_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>,
 
351
                                                         <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>);
 
352
<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-sync" title="udisks_block_proxy_new_sync ()">udisks_block_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>,
 
353
                                                         <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>,
 
354
                                                         <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>,
 
355
                                                         <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>,
 
356
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
357
                                                         <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>);
 
358
<span class="returnvalue">void</span>                <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-for-bus" title="udisks_block_proxy_new_for_bus ()">udisks_block_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>,
 
359
                                                         <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>,
 
360
                                                         <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>,
 
361
                                                         <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>,
 
362
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
363
                                                         <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>,
 
364
                                                         <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>);
365
365
<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-for-bus-finish" title="udisks_block_proxy_new_for_bus_finish ()">udisks_block_proxy_new_for_bus_finish</a>
366
 
                                                        (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
367
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
368
 
<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-for-bus-sync" title="udisks_block_proxy_new_for_bus_sync ()">udisks_block_proxy_new_for_bus_sync</a> (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
369
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
370
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
371
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
372
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
373
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
366
                                                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
367
                                                         <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>);
 
368
<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-for-bus-sync" title="udisks_block_proxy_new_for_bus_sync ()">udisks_block_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>,
 
369
                                                         <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>,
 
370
                                                         <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>,
 
371
                                                         <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>,
 
372
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
373
                                                         <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>);
374
374
struct              <a class="link" href="UDisksBlock.html#UDisksBlockSkeleton-struct" title="struct UDisksBlockSkeleton">UDisksBlockSkeleton</a>;
375
375
struct              <a class="link" href="UDisksBlock.html#UDisksBlockSkeletonClass" title="struct UDisksBlockSkeletonClass">UDisksBlockSkeletonClass</a>;
376
376
<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       <a class="link" href="UDisksBlock.html#udisks-block-skeleton-new" title="udisks_block_skeleton_new ()">udisks_block_skeleton_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
383
383
   +----UDisksBlock
384
384
</pre>
385
385
<pre class="synopsis">
386
 
  GObject
387
 
   +----GDBusProxy
 
386
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
387
   +----<a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html">GDBusProxy</a>
388
388
         +----UDisksBlockProxy
389
389
</pre>
390
390
<pre class="synopsis">
391
 
  GObject
392
 
   +----GDBusInterfaceSkeleton
 
391
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
392
   +----<a href="http://library.gnome.org/devel/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
393
393
         +----UDisksBlockSkeleton
394
394
               +----<a class="link" href="UDisksLinuxBlock.html" title="UDisksLinuxBlock">UDisksLinuxBlock</a>
395
395
</pre>
398
398
<a name="UDisksBlock.prerequisites"></a><h2>Prerequisites</h2>
399
399
<p>
400
400
UDisksBlock requires
401
 
 GObject.</p>
 
401
 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
402
402
</div>
403
403
<div class="refsect1">
404
404
<a name="UDisksBlock.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
405
405
<p>
406
406
UDisksBlockProxy implements
407
 
 GDBusInterface,  GInitable,  GAsyncInitable and  <a class="link" href="UDisksBlock.html" title="UDisksBlock">UDisksBlock</a>.</p>
 
407
 <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="UDisksBlock.html" title="UDisksBlock">UDisksBlock</a>.</p>
408
408
<p>
409
409
UDisksBlockSkeleton implements
410
 
 GDBusInterface and  <a class="link" href="UDisksBlock.html" title="UDisksBlock">UDisksBlock</a>.</p>
 
410
 <a href="http://library.gnome.org/devel/gio/unstable/GDBusInterface.html">GDBusInterface</a> and  <a class="link" href="UDisksBlock.html" title="UDisksBlock">UDisksBlock</a>.</p>
411
411
</div>
412
412
<div class="refsect1">
413
413
<a name="UDisksBlock.implementations"></a><h2>Known Implementations</h2>
418
418
<div class="refsect1">
419
419
<a name="UDisksBlock.properties"></a><h2>Properties</h2>
420
420
<pre class="synopsis">
421
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--configuration" title='The "configuration" property'>configuration</a>"            <span class="type">GVariant</span>*             : Read / Write
422
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--crypto-backing-device" title='The "crypto-backing-device" property'>crypto-backing-device</a>"    <span class="type">gchar</span>*                : Read / Write
423
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--device" title='The "device" property'>device</a>"                   <span class="type">gchar</span>*                : Read / Write
 
421
  "<a class="link" href="UDisksBlock.html#UDisksBlock--configuration" title='The "configuration" property'>configuration</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>*             : Read / Write
 
422
  "<a class="link" href="UDisksBlock.html#UDisksBlock--crypto-backing-device" title='The "crypto-backing-device" property'>crypto-backing-device</a>"    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
423
  "<a class="link" href="UDisksBlock.html#UDisksBlock--device" title='The "device" property'>device</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
424
424
  "<a class="link" href="UDisksBlock.html#UDisksBlock--device-number" title='The "device-number" property'>device-number</a>"            <span class="type">guint64</span>               : Read / Write
425
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--drive" title='The "drive" property'>drive</a>"                    <span class="type">gchar</span>*                : Read / Write
426
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-auto" title='The "hint-auto" property'>hint-auto</a>"                <span class="type">gboolean</span>              : Read / Write
427
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-icon-name" title='The "hint-icon-name" property'>hint-icon-name</a>"           <span class="type">gchar</span>*                : Read / Write
428
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-ignore" title='The "hint-ignore" property'>hint-ignore</a>"              <span class="type">gboolean</span>              : Read / Write
429
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-name" title='The "hint-name" property'>hint-name</a>"                <span class="type">gchar</span>*                : Read / Write
430
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-partitionable" title='The "hint-partitionable" property'>hint-partitionable</a>"       <span class="type">gboolean</span>              : Read / Write
431
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-symbolic-icon-name" title='The "hint-symbolic-icon-name" property'>hint-symbolic-icon-name</a>"  <span class="type">gchar</span>*                : Read / Write
432
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-system" title='The "hint-system" property'>hint-system</a>"              <span class="type">gboolean</span>              : Read / Write
433
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id" title='The "id" property'>id</a>"                       <span class="type">gchar</span>*                : Read / Write
434
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id-label" title='The "id-label" property'>id-label</a>"                 <span class="type">gchar</span>*                : Read / Write
435
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id-type" title='The "id-type" property'>id-type</a>"                  <span class="type">gchar</span>*                : Read / Write
436
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id-usage" title='The "id-usage" property'>id-usage</a>"                 <span class="type">gchar</span>*                : Read / Write
437
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id-uuid" title='The "id-uuid" property'>id-uuid</a>"                  <span class="type">gchar</span>*                : Read / Write
438
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id-version" title='The "id-version" property'>id-version</a>"               <span class="type">gchar</span>*                : Read / Write
439
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--mdraid" title='The "mdraid" property'>mdraid</a>"                   <span class="type">gchar</span>*                : Read / Write
440
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--mdraid-member" title='The "mdraid-member" property'>mdraid-member</a>"            <span class="type">gchar</span>*                : Read / Write
441
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--preferred-device" title='The "preferred-device" property'>preferred-device</a>"         <span class="type">gchar</span>*                : Read / Write
442
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--read-only" title='The "read-only" property'>read-only</a>"                <span class="type">gboolean</span>              : Read / Write
 
425
  "<a class="link" href="UDisksBlock.html#UDisksBlock--drive" title='The "drive" property'>drive</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
426
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-auto" title='The "hint-auto" property'>hint-auto</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
427
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-icon-name" title='The "hint-icon-name" property'>hint-icon-name</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
428
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-ignore" title='The "hint-ignore" property'>hint-ignore</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
429
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-name" title='The "hint-name" property'>hint-name</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
430
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-partitionable" title='The "hint-partitionable" property'>hint-partitionable</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
431
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-symbolic-icon-name" title='The "hint-symbolic-icon-name" property'>hint-symbolic-icon-name</a>"  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
432
  "<a class="link" href="UDisksBlock.html#UDisksBlock--hint-system" title='The "hint-system" property'>hint-system</a>"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
433
  "<a class="link" href="UDisksBlock.html#UDisksBlock--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
 
434
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id-label" title='The "id-label" property'>id-label</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
435
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id-type" title='The "id-type" property'>id-type</a>"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
436
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id-usage" title='The "id-usage" property'>id-usage</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
437
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id-uuid" title='The "id-uuid" property'>id-uuid</a>"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
438
  "<a class="link" href="UDisksBlock.html#UDisksBlock--id-version" title='The "id-version" property'>id-version</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
439
  "<a class="link" href="UDisksBlock.html#UDisksBlock--mdraid" title='The "mdraid" property'>mdraid</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
440
  "<a class="link" href="UDisksBlock.html#UDisksBlock--mdraid-member" title='The "mdraid-member" property'>mdraid-member</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
441
  "<a class="link" href="UDisksBlock.html#UDisksBlock--preferred-device" title='The "preferred-device" property'>preferred-device</a>"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
442
  "<a class="link" href="UDisksBlock.html#UDisksBlock--read-only" title='The "read-only" property'>read-only</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
443
443
  "<a class="link" href="UDisksBlock.html#UDisksBlock--size" title='The "size" property'>size</a>"                     <span class="type">guint64</span>               : Read / Write
444
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock--symlinks" title='The "symlinks" property'>symlinks</a>"                 <span class="type">GStrv</span>                 : Read / Write
 
444
  "<a class="link" href="UDisksBlock.html#UDisksBlock--symlinks" title='The "symlinks" property'>symlinks</a>"                 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>                 : Read / Write
445
445
</pre>
446
446
</div>
447
447
<div class="refsect1">
448
448
<a name="UDisksBlock.signals"></a><h2>Signals</h2>
449
449
<pre class="synopsis">
450
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-add-configuration-item" title='The "handle-add-configuration-item" signal'>handle-add-configuration-item</a>"                  : <code class="literal">Run Last</code>
451
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-format" title='The "handle-format" signal'>handle-format</a>"                                  : <code class="literal">Run Last</code>
452
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-get-secret-configuration" title='The "handle-get-secret-configuration" signal'>handle-get-secret-configuration</a>"                : <code class="literal">Run Last</code>
453
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-open-for-backup" title='The "handle-open-for-backup" signal'>handle-open-for-backup</a>"                         : <code class="literal">Run Last</code>
454
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-open-for-benchmark" title='The "handle-open-for-benchmark" signal'>handle-open-for-benchmark</a>"                      : <code class="literal">Run Last</code>
455
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-open-for-restore" title='The "handle-open-for-restore" signal'>handle-open-for-restore</a>"                        : <code class="literal">Run Last</code>
456
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-remove-configuration-item" title='The "handle-remove-configuration-item" signal'>handle-remove-configuration-item</a>"               : <code class="literal">Run Last</code>
457
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-rescan" title='The "handle-rescan" signal'>handle-rescan</a>"                                  : <code class="literal">Run Last</code>
458
 
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-update-configuration-item" title='The "handle-update-configuration-item" signal'>handle-update-configuration-item</a>"               : <code class="literal">Run Last</code>
 
450
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-add-configuration-item" title='The "handle-add-configuration-item" signal'>handle-add-configuration-item</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>
 
451
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-format" title='The "handle-format" signal'>handle-format</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>
 
452
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-get-secret-configuration" title='The "handle-get-secret-configuration" signal'>handle-get-secret-configuration</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>
 
453
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-open-for-backup" title='The "handle-open-for-backup" signal'>handle-open-for-backup</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>
 
454
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-open-for-benchmark" title='The "handle-open-for-benchmark" signal'>handle-open-for-benchmark</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>
 
455
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-open-for-restore" title='The "handle-open-for-restore" signal'>handle-open-for-restore</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>
 
456
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-remove-configuration-item" title='The "handle-remove-configuration-item" signal'>handle-remove-configuration-item</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>
 
457
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-rescan" title='The "handle-rescan" signal'>handle-rescan</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>
 
458
  "<a class="link" href="UDisksBlock.html#UDisksBlock-handle-update-configuration-item" title='The "handle-update-configuration-item" signal'>handle-update-configuration-item</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>
459
459
</pre>
460
460
</div>
461
461
<div class="refsect1">
592
592
</colgroup>
593
593
<tbody>
594
594
<tr>
595
 
<td><p><span class="term"><span class="type">GTypeInterface</span> <em class="structfield"><code><a name="UDisksBlockIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
 
595
<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="UDisksBlockIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
596
596
<td>The parent interface.</td>
597
597
</tr>
598
598
<tr>
733
733
<hr>
734
734
<div class="refsect2">
735
735
<a name="udisks-block-interface-info"></a><h3>udisks_block_interface_info ()</h3>
736
 
<pre class="programlisting"><span class="returnvalue">GDBusInterfaceInfo</span> * udisks_block_interface_info        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
736
<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> * udisks_block_interface_info        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
737
737
<p>
738
738
Gets a machine-readable description of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-interface-org-freedesktop-UDisks2-Block.top_of_page">org.freedesktop.UDisks2.Block</a> D-Bus interface.
739
739
</p>
744
744
</colgroup>
745
745
<tbody><tr>
746
746
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
747
 
<td>A <span class="type">GDBusInterfaceInfo</span>. Do not free. <span class="annotation">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
747
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
748
748
</td>
749
749
</tr></tbody>
750
750
</table></div>
752
752
<hr>
753
753
<div class="refsect2">
754
754
<a name="udisks-block-override-properties"></a><h3>udisks_block_override_properties ()</h3>
755
 
<pre class="programlisting"><span class="returnvalue">guint</span>               udisks_block_override_properties    (<em class="parameter"><code><span class="type">GObjectClass</span> *klass</code></em>,
756
 
                                                         <em class="parameter"><code><span class="type">guint</span> property_id_begin</code></em>);</pre>
 
755
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               udisks_block_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>,
 
756
                                                         <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>
757
757
<p>
758
 
Overrides all <span class="type">GObject</span> properties in the <a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> interface for a concrete class.
 
758
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="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> interface for a concrete class.
759
759
The properties are overridden in the order they are defined.
760
760
</p>
761
761
<div class="variablelist"><table border="0" class="variablelist">
766
766
<tbody>
767
767
<tr>
768
768
<td><p><span class="term"><em class="parameter"><code>klass</code></em> :</span></p></td>
769
 
<td>The class structure for a <span class="type">GObject</span>-derived class.</td>
 
769
<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>
770
770
</tr>
771
771
<tr>
772
772
<td><p><span class="term"><em class="parameter"><code>property_id_begin</code></em> :</span></p></td>
784
784
<a name="udisks-block-call-get-secret-configuration"></a><h3>udisks_block_call_get_secret_configuration ()</h3>
785
785
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_call_get_secret_configuration
786
786
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
787
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
788
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
789
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
790
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
787
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
788
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
789
                                                         <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>,
 
790
                                                         <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>
791
791
<p>
792
792
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.GetSecretConfiguration" title="The GetSecretConfiguration() method"><code class="function">GetSecretConfiguration()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
793
 
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.
 
793
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.
794
794
You can then call <a class="link" href="UDisksBlock.html#udisks-block-call-get-secret-configuration-finish" title="udisks_block_call_get_secret_configuration_finish ()"><code class="function">udisks_block_call_get_secret_configuration_finish()</code></a> to get the result of the operation.
795
795
</p>
796
796
<p>
812
812
</tr>
813
813
<tr>
814
814
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
815
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
815
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
816
816
</td>
817
817
</tr>
818
818
<tr>
819
819
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
820
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
820
<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>
821
821
</tr>
822
822
<tr>
823
823
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
829
829
<hr>
830
830
<div class="refsect2">
831
831
<a name="udisks-block-call-get-secret-configuration-finish"></a><h3>udisks_block_call_get_secret_configuration_finish ()</h3>
832
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_get_secret_configuration_finish
 
832
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_get_secret_configuration_finish
833
833
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
834
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_configuration</code></em>,
835
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
836
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
834
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_configuration</code></em>,
 
835
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
836
                                                         <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>
837
837
<p>
838
838
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-call-get-secret-configuration" title="udisks_block_call_get_secret_configuration ()"><code class="function">udisks_block_call_get_secret_configuration()</code></a>.
839
839
</p>
849
849
</tr>
850
850
<tr>
851
851
<td><p><span class="term"><em class="parameter"><code>out_configuration</code></em> :</span></p></td>
852
 
<td>Return location for return parameter or <code class="literal">NULL</code> to ignore. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
852
<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">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
853
853
</td>
854
854
</tr>
855
855
<tr>
856
856
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
857
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-call-get-secret-configuration" title="udisks_block_call_get_secret_configuration ()"><code class="function">udisks_block_call_get_secret_configuration()</code></a>.</td>
 
857
<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="UDisksBlock.html#udisks-block-call-get-secret-configuration" title="udisks_block_call_get_secret_configuration ()"><code class="function">udisks_block_call_get_secret_configuration()</code></a>.</td>
858
858
</tr>
859
859
<tr>
860
860
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
861
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
861
<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>
862
862
</tr>
863
863
<tr>
864
864
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
865
865
<td>
866
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
866
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
867
867
</td>
868
868
</tr>
869
869
</tbody>
872
872
<hr>
873
873
<div class="refsect2">
874
874
<a name="udisks-block-call-get-secret-configuration-sync"></a><h3>udisks_block_call_get_secret_configuration_sync ()</h3>
875
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_get_secret_configuration_sync
 
875
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_get_secret_configuration_sync
876
876
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
877
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
878
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_configuration</code></em>,
879
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
880
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
877
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
878
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_configuration</code></em>,
 
879
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
880
                                                         <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>
881
881
<p>
882
882
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.GetSecretConfiguration" title="The GetSecretConfiguration() method"><code class="function">GetSecretConfiguration()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
883
883
</p>
900
900
</tr>
901
901
<tr>
902
902
<td><p><span class="term"><em class="parameter"><code>out_configuration</code></em> :</span></p></td>
903
 
<td>Return location for return parameter or <code class="literal">NULL</code> to ignore. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
903
<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">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
904
904
</td>
905
905
</tr>
906
906
<tr>
907
907
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
908
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
908
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
909
909
</td>
910
910
</tr>
911
911
<tr>
912
912
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
913
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
913
<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>
914
914
</tr>
915
915
<tr>
916
916
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
917
917
<td>
918
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
918
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
919
919
</td>
920
920
</tr>
921
921
</tbody>
926
926
<a name="udisks-block-complete-get-secret-configuration"></a><h3>udisks_block_complete_get_secret_configuration ()</h3>
927
927
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_complete_get_secret_configuration
928
928
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
929
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>,
930
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *configuration</code></em>);</pre>
 
929
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
 
930
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *configuration</code></em>);</pre>
931
931
<p>
932
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.GetSecretConfiguration" title="The GetSecretConfiguration() method"><code class="function">GetSecretConfiguration()</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.
 
932
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.GetSecretConfiguration" title="The GetSecretConfiguration() method"><code class="function">GetSecretConfiguration()</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.
933
933
</p>
934
934
<p>
935
935
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
946
946
</tr>
947
947
<tr>
948
948
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
949
 
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
949
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
950
950
</td>
951
951
</tr>
952
952
<tr>
961
961
<a name="udisks-block-call-add-configuration-item"></a><h3>udisks_block_call_add_configuration_item ()</h3>
962
962
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_call_add_configuration_item
963
963
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
964
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_item</code></em>,
965
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
966
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
967
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
968
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
964
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_item</code></em>,
 
965
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
966
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
967
                                                         <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>,
 
968
                                                         <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>
969
969
<p>
970
970
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.AddConfigurationItem" title="The AddConfigurationItem() method"><code class="function">AddConfigurationItem()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
971
 
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.
 
971
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.
972
972
You can then call <a class="link" href="UDisksBlock.html#udisks-block-call-add-configuration-item-finish" title="udisks_block_call_add_configuration_item_finish ()"><code class="function">udisks_block_call_add_configuration_item_finish()</code></a> to get the result of the operation.
973
973
</p>
974
974
<p>
994
994
</tr>
995
995
<tr>
996
996
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
997
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
997
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
998
998
</td>
999
999
</tr>
1000
1000
<tr>
1001
1001
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1002
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
1002
<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>
1003
1003
</tr>
1004
1004
<tr>
1005
1005
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1011
1011
<hr>
1012
1012
<div class="refsect2">
1013
1013
<a name="udisks-block-call-add-configuration-item-finish"></a><h3>udisks_block_call_add_configuration_item_finish ()</h3>
1014
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_add_configuration_item_finish
 
1014
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_add_configuration_item_finish
1015
1015
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1016
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
1017
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1016
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
1017
                                                         <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>
1018
1018
<p>
1019
1019
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-call-add-configuration-item" title="udisks_block_call_add_configuration_item ()"><code class="function">udisks_block_call_add_configuration_item()</code></a>.
1020
1020
</p>
1030
1030
</tr>
1031
1031
<tr>
1032
1032
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1033
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-call-add-configuration-item" title="udisks_block_call_add_configuration_item ()"><code class="function">udisks_block_call_add_configuration_item()</code></a>.</td>
 
1033
<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="UDisksBlock.html#udisks-block-call-add-configuration-item" title="udisks_block_call_add_configuration_item ()"><code class="function">udisks_block_call_add_configuration_item()</code></a>.</td>
1034
1034
</tr>
1035
1035
<tr>
1036
1036
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1037
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1037
<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>
1038
1038
</tr>
1039
1039
<tr>
1040
1040
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1041
1041
<td>
1042
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1042
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1043
1043
</td>
1044
1044
</tr>
1045
1045
</tbody>
1048
1048
<hr>
1049
1049
<div class="refsect2">
1050
1050
<a name="udisks-block-call-add-configuration-item-sync"></a><h3>udisks_block_call_add_configuration_item_sync ()</h3>
1051
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_add_configuration_item_sync
 
1051
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_add_configuration_item_sync
1052
1052
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1053
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_item</code></em>,
1054
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1055
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1056
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1053
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_item</code></em>,
 
1054
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1055
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1056
                                                         <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>
1057
1057
<p>
1058
1058
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.AddConfigurationItem" title="The AddConfigurationItem() method"><code class="function">AddConfigurationItem()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
1059
1059
</p>
1080
1080
</tr>
1081
1081
<tr>
1082
1082
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1083
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1083
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1084
1084
</td>
1085
1085
</tr>
1086
1086
<tr>
1087
1087
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1088
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1088
<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>
1089
1089
</tr>
1090
1090
<tr>
1091
1091
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1092
1092
<td>
1093
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1093
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1094
1094
</td>
1095
1095
</tr>
1096
1096
</tbody>
1101
1101
<a name="udisks-block-complete-add-configuration-item"></a><h3>udisks_block_complete_add_configuration_item ()</h3>
1102
1102
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_complete_add_configuration_item
1103
1103
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
1104
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
1104
                                                         <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>
1105
1105
<p>
1106
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.AddConfigurationItem" title="The AddConfigurationItem() method"><code class="function">AddConfigurationItem()</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.
 
1106
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.AddConfigurationItem" title="The AddConfigurationItem() method"><code class="function">AddConfigurationItem()</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.
1107
1107
</p>
1108
1108
<p>
1109
1109
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
1120
1120
</tr>
1121
1121
<tr>
1122
1122
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
1123
 
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
1123
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
1124
1124
</td>
1125
1125
</tr>
1126
1126
</tbody>
1131
1131
<a name="udisks-block-call-remove-configuration-item"></a><h3>udisks_block_call_remove_configuration_item ()</h3>
1132
1132
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_call_remove_configuration_item
1133
1133
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1134
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_item</code></em>,
1135
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1136
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1137
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
1138
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
1134
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_item</code></em>,
 
1135
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1136
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1137
                                                         <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>,
 
1138
                                                         <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>
1139
1139
<p>
1140
1140
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.RemoveConfigurationItem" title="The RemoveConfigurationItem() method"><code class="function">RemoveConfigurationItem()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
1141
 
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.
 
1141
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.
1142
1142
You can then call <a class="link" href="UDisksBlock.html#udisks-block-call-remove-configuration-item-finish" title="udisks_block_call_remove_configuration_item_finish ()"><code class="function">udisks_block_call_remove_configuration_item_finish()</code></a> to get the result of the operation.
1143
1143
</p>
1144
1144
<p>
1164
1164
</tr>
1165
1165
<tr>
1166
1166
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1167
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1167
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1168
1168
</td>
1169
1169
</tr>
1170
1170
<tr>
1171
1171
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1172
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
1172
<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>
1173
1173
</tr>
1174
1174
<tr>
1175
1175
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1181
1181
<hr>
1182
1182
<div class="refsect2">
1183
1183
<a name="udisks-block-call-remove-configuration-item-finish"></a><h3>udisks_block_call_remove_configuration_item_finish ()</h3>
1184
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_remove_configuration_item_finish
 
1184
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_remove_configuration_item_finish
1185
1185
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1186
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
1187
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1186
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
1187
                                                         <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>
1188
1188
<p>
1189
1189
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-call-remove-configuration-item" title="udisks_block_call_remove_configuration_item ()"><code class="function">udisks_block_call_remove_configuration_item()</code></a>.
1190
1190
</p>
1200
1200
</tr>
1201
1201
<tr>
1202
1202
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1203
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-call-remove-configuration-item" title="udisks_block_call_remove_configuration_item ()"><code class="function">udisks_block_call_remove_configuration_item()</code></a>.</td>
 
1203
<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="UDisksBlock.html#udisks-block-call-remove-configuration-item" title="udisks_block_call_remove_configuration_item ()"><code class="function">udisks_block_call_remove_configuration_item()</code></a>.</td>
1204
1204
</tr>
1205
1205
<tr>
1206
1206
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1207
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1207
<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>
1208
1208
</tr>
1209
1209
<tr>
1210
1210
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1211
1211
<td>
1212
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1212
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1213
1213
</td>
1214
1214
</tr>
1215
1215
</tbody>
1218
1218
<hr>
1219
1219
<div class="refsect2">
1220
1220
<a name="udisks-block-call-remove-configuration-item-sync"></a><h3>udisks_block_call_remove_configuration_item_sync ()</h3>
1221
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_remove_configuration_item_sync
 
1221
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_remove_configuration_item_sync
1222
1222
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1223
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_item</code></em>,
1224
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1225
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1226
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1223
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_item</code></em>,
 
1224
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1225
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1226
                                                         <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>
1227
1227
<p>
1228
1228
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.RemoveConfigurationItem" title="The RemoveConfigurationItem() method"><code class="function">RemoveConfigurationItem()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
1229
1229
</p>
1250
1250
</tr>
1251
1251
<tr>
1252
1252
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1253
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1253
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1254
1254
</td>
1255
1255
</tr>
1256
1256
<tr>
1257
1257
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1258
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1258
<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>
1259
1259
</tr>
1260
1260
<tr>
1261
1261
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1262
1262
<td>
1263
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1263
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1264
1264
</td>
1265
1265
</tr>
1266
1266
</tbody>
1271
1271
<a name="udisks-block-complete-remove-configuration-item"></a><h3>udisks_block_complete_remove_configuration_item ()</h3>
1272
1272
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_complete_remove_configuration_item
1273
1273
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
1274
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
1274
                                                         <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>
1275
1275
<p>
1276
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.RemoveConfigurationItem" title="The RemoveConfigurationItem() method"><code class="function">RemoveConfigurationItem()</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.
 
1276
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.RemoveConfigurationItem" title="The RemoveConfigurationItem() method"><code class="function">RemoveConfigurationItem()</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.
1277
1277
</p>
1278
1278
<p>
1279
1279
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
1290
1290
</tr>
1291
1291
<tr>
1292
1292
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
1293
 
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
1293
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
1294
1294
</td>
1295
1295
</tr>
1296
1296
</tbody>
1301
1301
<a name="udisks-block-call-update-configuration-item"></a><h3>udisks_block_call_update_configuration_item ()</h3>
1302
1302
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_call_update_configuration_item
1303
1303
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1304
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_old_item</code></em>,
1305
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_new_item</code></em>,
1306
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1307
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1308
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
1309
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
1304
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_old_item</code></em>,
 
1305
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_new_item</code></em>,
 
1306
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1307
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1308
                                                         <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>,
 
1309
                                                         <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>
1310
1310
<p>
1311
1311
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.UpdateConfigurationItem" title="The UpdateConfigurationItem() method"><code class="function">UpdateConfigurationItem()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
1312
 
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.
 
1312
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.
1313
1313
You can then call <a class="link" href="UDisksBlock.html#udisks-block-call-update-configuration-item-finish" title="udisks_block_call_update_configuration_item_finish ()"><code class="function">udisks_block_call_update_configuration_item_finish()</code></a> to get the result of the operation.
1314
1314
</p>
1315
1315
<p>
1339
1339
</tr>
1340
1340
<tr>
1341
1341
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1342
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1342
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1343
1343
</td>
1344
1344
</tr>
1345
1345
<tr>
1346
1346
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1347
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
1347
<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>
1348
1348
</tr>
1349
1349
<tr>
1350
1350
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1356
1356
<hr>
1357
1357
<div class="refsect2">
1358
1358
<a name="udisks-block-call-update-configuration-item-finish"></a><h3>udisks_block_call_update_configuration_item_finish ()</h3>
1359
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_update_configuration_item_finish
 
1359
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_update_configuration_item_finish
1360
1360
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1361
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
1362
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1361
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
1362
                                                         <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>
1363
1363
<p>
1364
1364
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-call-update-configuration-item" title="udisks_block_call_update_configuration_item ()"><code class="function">udisks_block_call_update_configuration_item()</code></a>.
1365
1365
</p>
1375
1375
</tr>
1376
1376
<tr>
1377
1377
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1378
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-call-update-configuration-item" title="udisks_block_call_update_configuration_item ()"><code class="function">udisks_block_call_update_configuration_item()</code></a>.</td>
 
1378
<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="UDisksBlock.html#udisks-block-call-update-configuration-item" title="udisks_block_call_update_configuration_item ()"><code class="function">udisks_block_call_update_configuration_item()</code></a>.</td>
1379
1379
</tr>
1380
1380
<tr>
1381
1381
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1382
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1382
<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>
1383
1383
</tr>
1384
1384
<tr>
1385
1385
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1386
1386
<td>
1387
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1387
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1388
1388
</td>
1389
1389
</tr>
1390
1390
</tbody>
1393
1393
<hr>
1394
1394
<div class="refsect2">
1395
1395
<a name="udisks-block-call-update-configuration-item-sync"></a><h3>udisks_block_call_update_configuration_item_sync ()</h3>
1396
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_update_configuration_item_sync
 
1396
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_update_configuration_item_sync
1397
1397
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1398
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_old_item</code></em>,
1399
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_new_item</code></em>,
1400
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1401
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1402
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1398
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_old_item</code></em>,
 
1399
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_new_item</code></em>,
 
1400
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1401
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1402
                                                         <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>
1403
1403
<p>
1404
1404
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.UpdateConfigurationItem" title="The UpdateConfigurationItem() method"><code class="function">UpdateConfigurationItem()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
1405
1405
</p>
1430
1430
</tr>
1431
1431
<tr>
1432
1432
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1433
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1433
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1434
1434
</td>
1435
1435
</tr>
1436
1436
<tr>
1437
1437
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1438
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1438
<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>
1439
1439
</tr>
1440
1440
<tr>
1441
1441
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1442
1442
<td>
1443
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1443
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1444
1444
</td>
1445
1445
</tr>
1446
1446
</tbody>
1451
1451
<a name="udisks-block-complete-update-configuration-item"></a><h3>udisks_block_complete_update_configuration_item ()</h3>
1452
1452
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_complete_update_configuration_item
1453
1453
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
1454
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
1454
                                                         <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>
1455
1455
<p>
1456
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.UpdateConfigurationItem" title="The UpdateConfigurationItem() method"><code class="function">UpdateConfigurationItem()</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.
 
1456
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.UpdateConfigurationItem" title="The UpdateConfigurationItem() method"><code class="function">UpdateConfigurationItem()</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.
1457
1457
</p>
1458
1458
<p>
1459
1459
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
1470
1470
</tr>
1471
1471
<tr>
1472
1472
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
1473
 
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
1473
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
1474
1474
</td>
1475
1475
</tr>
1476
1476
</tbody>
1480
1480
<div class="refsect2">
1481
1481
<a name="udisks-block-call-format"></a><h3>udisks_block_call_format ()</h3>
1482
1482
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_call_format            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1483
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_type</code></em>,
1484
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1485
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1486
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
1487
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
1483
                                                         <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> *arg_type</code></em>,
 
1484
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1485
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1486
                                                         <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>,
 
1487
                                                         <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>
1488
1488
<p>
1489
1489
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Format" title="The Format() method"><code class="function">Format()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
1490
 
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.
 
1490
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.
1491
1491
You can then call <a class="link" href="UDisksBlock.html#udisks-block-call-format-finish" title="udisks_block_call_format_finish ()"><code class="function">udisks_block_call_format_finish()</code></a> to get the result of the operation.
1492
1492
</p>
1493
1493
<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 <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
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">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</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 <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</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>
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="udisks-block-call-format-finish"></a><h3>udisks_block_call_format_finish ()</h3>
1533
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_format_finish     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1534
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
1535
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1533
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_format_finish     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
1534
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
1535
                                                         <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>
1536
1536
<p>
1537
1537
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-call-format" title="udisks_block_call_format ()"><code class="function">udisks_block_call_format()</code></a>.
1538
1538
</p>
1548
1548
</tr>
1549
1549
<tr>
1550
1550
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1551
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-call-format" title="udisks_block_call_format ()"><code class="function">udisks_block_call_format()</code></a>.</td>
 
1551
<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="UDisksBlock.html#udisks-block-call-format" title="udisks_block_call_format ()"><code class="function">udisks_block_call_format()</code></a>.</td>
1552
1552
</tr>
1553
1553
<tr>
1554
1554
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1555
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1555
<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>
1556
1556
</tr>
1557
1557
<tr>
1558
1558
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1559
1559
<td>
1560
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1560
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1561
1561
</td>
1562
1562
</tr>
1563
1563
</tbody>
1566
1566
<hr>
1567
1567
<div class="refsect2">
1568
1568
<a name="udisks-block-call-format-sync"></a><h3>udisks_block_call_format_sync ()</h3>
1569
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_format_sync       (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1570
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_type</code></em>,
1571
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1572
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1573
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1569
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_format_sync       (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
1570
                                                         <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> *arg_type</code></em>,
 
1571
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1572
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1573
                                                         <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>
1574
1574
<p>
1575
1575
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Format" title="The Format() method"><code class="function">Format()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
1576
1576
</p>
1597
1597
</tr>
1598
1598
<tr>
1599
1599
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1600
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1600
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1601
1601
</td>
1602
1602
</tr>
1603
1603
<tr>
1604
1604
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1605
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1605
<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>
1606
1606
</tr>
1607
1607
<tr>
1608
1608
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1609
1609
<td>
1610
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1610
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1611
1611
</td>
1612
1612
</tr>
1613
1613
</tbody>
1617
1617
<div class="refsect2">
1618
1618
<a name="udisks-block-complete-format"></a><h3>udisks_block_complete_format ()</h3>
1619
1619
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_complete_format        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
1620
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
1620
                                                         <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>
1621
1621
<p>
1622
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Format" title="The Format() method"><code class="function">Format()</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.
 
1622
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Format" title="The Format() method"><code class="function">Format()</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.
1623
1623
</p>
1624
1624
<p>
1625
1625
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
1636
1636
</tr>
1637
1637
<tr>
1638
1638
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
1639
 
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
1639
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
1640
1640
</td>
1641
1641
</tr>
1642
1642
</tbody>
1646
1646
<div class="refsect2">
1647
1647
<a name="udisks-block-call-open-for-backup"></a><h3>udisks_block_call_open_for_backup ()</h3>
1648
1648
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_call_open_for_backup   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1649
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1650
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
1651
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1652
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
1653
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
1649
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1650
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
1651
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1652
                                                         <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>,
 
1653
                                                         <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>
1654
1654
<p>
1655
1655
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBackup" title="The OpenForBackup() method"><code class="function">OpenForBackup()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
1656
 
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.
 
1656
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.
1657
1657
You can then call <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-backup-finish" title="udisks_block_call_open_for_backup_finish ()"><code class="function">udisks_block_call_open_for_backup_finish()</code></a> to get the result of the operation.
1658
1658
</p>
1659
1659
<p>
1675
1675
</tr>
1676
1676
<tr>
1677
1677
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
1678
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1678
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1679
1679
</td>
1680
1680
</tr>
1681
1681
<tr>
1682
1682
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1683
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1683
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1684
1684
</td>
1685
1685
</tr>
1686
1686
<tr>
1687
1687
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1688
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
1688
<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>
1689
1689
</tr>
1690
1690
<tr>
1691
1691
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1697
1697
<hr>
1698
1698
<div class="refsect2">
1699
1699
<a name="udisks-block-call-open-for-backup-finish"></a><h3>udisks_block_call_open_for_backup_finish ()</h3>
1700
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_open_for_backup_finish
 
1700
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_open_for_backup_finish
1701
1701
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1702
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
1703
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
1704
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
1705
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1702
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
1703
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
1704
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
1705
                                                         <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>
1706
1706
<p>
1707
1707
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-backup" title="udisks_block_call_open_for_backup ()"><code class="function">udisks_block_call_open_for_backup()</code></a>.
1708
1708
</p>
1718
1718
</tr>
1719
1719
<tr>
1720
1720
<td><p><span class="term"><em class="parameter"><code>out_fd</code></em> :</span></p></td>
1721
 
<td>Return location for return parameter or <code class="literal">NULL</code> to ignore. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
1721
<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">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
1722
1722
</td>
1723
1723
</tr>
1724
1724
<tr>
1725
1725
<td><p><span class="term"><em class="parameter"><code>out_fd_list</code></em> :</span></p></td>
1726
 
<td>Return location for a <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
1726
<td>Return location for a <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
1727
1727
</td>
1728
1728
</tr>
1729
1729
<tr>
1730
1730
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1731
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-backup" title="udisks_block_call_open_for_backup ()"><code class="function">udisks_block_call_open_for_backup()</code></a>.</td>
 
1731
<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="UDisksBlock.html#udisks-block-call-open-for-backup" title="udisks_block_call_open_for_backup ()"><code class="function">udisks_block_call_open_for_backup()</code></a>.</td>
1732
1732
</tr>
1733
1733
<tr>
1734
1734
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1735
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1735
<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>
1736
1736
</tr>
1737
1737
<tr>
1738
1738
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1739
1739
<td>
1740
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1740
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1741
1741
</td>
1742
1742
</tr>
1743
1743
</tbody>
1746
1746
<hr>
1747
1747
<div class="refsect2">
1748
1748
<a name="udisks-block-call-open-for-backup-sync"></a><h3>udisks_block_call_open_for_backup_sync ()</h3>
1749
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_open_for_backup_sync
 
1749
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_open_for_backup_sync
1750
1750
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1751
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1752
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
1753
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
1754
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
1755
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1756
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1751
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1752
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
1753
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
1754
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
1755
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1756
                                                         <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>
1757
1757
<p>
1758
1758
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBackup" title="The OpenForBackup() method"><code class="function">OpenForBackup()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
1759
1759
</p>
1776
1776
</tr>
1777
1777
<tr>
1778
1778
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
1779
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1779
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1780
1780
</td>
1781
1781
</tr>
1782
1782
<tr>
1783
1783
<td><p><span class="term"><em class="parameter"><code>out_fd</code></em> :</span></p></td>
1784
 
<td>Return location for return parameter or <code class="literal">NULL</code> to ignore. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
1784
<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">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
1785
1785
</td>
1786
1786
</tr>
1787
1787
<tr>
1788
1788
<td><p><span class="term"><em class="parameter"><code>out_fd_list</code></em> :</span></p></td>
1789
 
<td>Return location for a <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
1789
<td>Return location for a <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
1790
1790
</td>
1791
1791
</tr>
1792
1792
<tr>
1793
1793
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1794
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1794
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1795
1795
</td>
1796
1796
</tr>
1797
1797
<tr>
1798
1798
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1799
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1799
<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>
1800
1800
</tr>
1801
1801
<tr>
1802
1802
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1803
1803
<td>
1804
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1804
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1805
1805
</td>
1806
1806
</tr>
1807
1807
</tbody>
1812
1812
<a name="udisks-block-complete-open-for-backup"></a><h3>udisks_block_complete_open_for_backup ()</h3>
1813
1813
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_complete_open_for_backup
1814
1814
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
1815
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>,
1816
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
1817
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *fd</code></em>);</pre>
 
1815
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
 
1816
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
1817
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *fd</code></em>);</pre>
1818
1818
<p>
1819
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBackup" title="The OpenForBackup() method"><code class="function">OpenForBackup()</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.
 
1819
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBackup" title="The OpenForBackup() method"><code class="function">OpenForBackup()</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.
1820
1820
</p>
1821
1821
<p>
1822
1822
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
1833
1833
</tr>
1834
1834
<tr>
1835
1835
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
1836
 
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
1836
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
1837
1837
</td>
1838
1838
</tr>
1839
1839
<tr>
1840
1840
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
1841
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1841
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1842
1842
</td>
1843
1843
</tr>
1844
1844
<tr>
1852
1852
<div class="refsect2">
1853
1853
<a name="udisks-block-call-open-for-restore"></a><h3>udisks_block_call_open_for_restore ()</h3>
1854
1854
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_call_open_for_restore  (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1855
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1856
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
1857
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1858
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
1859
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
1855
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1856
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
1857
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1858
                                                         <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>,
 
1859
                                                         <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>
1860
1860
<p>
1861
1861
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForRestore" title="The OpenForRestore() method"><code class="function">OpenForRestore()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
1862
 
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.
 
1862
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.
1863
1863
You can then call <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-restore-finish" title="udisks_block_call_open_for_restore_finish ()"><code class="function">udisks_block_call_open_for_restore_finish()</code></a> to get the result of the operation.
1864
1864
</p>
1865
1865
<p>
1881
1881
</tr>
1882
1882
<tr>
1883
1883
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
1884
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1884
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1885
1885
</td>
1886
1886
</tr>
1887
1887
<tr>
1888
1888
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1889
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1889
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1890
1890
</td>
1891
1891
</tr>
1892
1892
<tr>
1893
1893
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1894
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
1894
<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>
1895
1895
</tr>
1896
1896
<tr>
1897
1897
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1903
1903
<hr>
1904
1904
<div class="refsect2">
1905
1905
<a name="udisks-block-call-open-for-restore-finish"></a><h3>udisks_block_call_open_for_restore_finish ()</h3>
1906
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_open_for_restore_finish
 
1906
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_open_for_restore_finish
1907
1907
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1908
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
1909
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
1910
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
1911
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1908
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
1909
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
1910
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
1911
                                                         <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>
1912
1912
<p>
1913
1913
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-restore" title="udisks_block_call_open_for_restore ()"><code class="function">udisks_block_call_open_for_restore()</code></a>.
1914
1914
</p>
1924
1924
</tr>
1925
1925
<tr>
1926
1926
<td><p><span class="term"><em class="parameter"><code>out_fd</code></em> :</span></p></td>
1927
 
<td>Return location for return parameter or <code class="literal">NULL</code> to ignore. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
1927
<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">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
1928
1928
</td>
1929
1929
</tr>
1930
1930
<tr>
1931
1931
<td><p><span class="term"><em class="parameter"><code>out_fd_list</code></em> :</span></p></td>
1932
 
<td>Return location for a <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
1932
<td>Return location for a <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
1933
1933
</td>
1934
1934
</tr>
1935
1935
<tr>
1936
1936
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1937
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-restore" title="udisks_block_call_open_for_restore ()"><code class="function">udisks_block_call_open_for_restore()</code></a>.</td>
 
1937
<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="UDisksBlock.html#udisks-block-call-open-for-restore" title="udisks_block_call_open_for_restore ()"><code class="function">udisks_block_call_open_for_restore()</code></a>.</td>
1938
1938
</tr>
1939
1939
<tr>
1940
1940
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1941
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1941
<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>
1942
1942
</tr>
1943
1943
<tr>
1944
1944
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1945
1945
<td>
1946
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
1946
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
1947
1947
</td>
1948
1948
</tr>
1949
1949
</tbody>
1952
1952
<hr>
1953
1953
<div class="refsect2">
1954
1954
<a name="udisks-block-call-open-for-restore-sync"></a><h3>udisks_block_call_open_for_restore_sync ()</h3>
1955
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_open_for_restore_sync
 
1955
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_open_for_restore_sync
1956
1956
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
1957
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1958
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
1959
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
1960
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
1961
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1962
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1957
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
1958
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
1959
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
1960
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
1961
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1962
                                                         <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>
1963
1963
<p>
1964
1964
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForRestore" title="The OpenForRestore() method"><code class="function">OpenForRestore()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
1965
1965
</p>
1982
1982
</tr>
1983
1983
<tr>
1984
1984
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
1985
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
1985
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
1986
1986
</td>
1987
1987
</tr>
1988
1988
<tr>
1989
1989
<td><p><span class="term"><em class="parameter"><code>out_fd</code></em> :</span></p></td>
1990
 
<td>Return location for return parameter or <code class="literal">NULL</code> to ignore. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
1990
<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">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
1991
1991
</td>
1992
1992
</tr>
1993
1993
<tr>
1994
1994
<td><p><span class="term"><em class="parameter"><code>out_fd_list</code></em> :</span></p></td>
1995
 
<td>Return location for a <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
1995
<td>Return location for a <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
1996
1996
</td>
1997
1997
</tr>
1998
1998
<tr>
1999
1999
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2000
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
2000
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
2001
2001
</td>
2002
2002
</tr>
2003
2003
<tr>
2004
2004
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2005
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
2005
<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>
2006
2006
</tr>
2007
2007
<tr>
2008
2008
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2009
2009
<td>
2010
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
2010
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
2011
2011
</td>
2012
2012
</tr>
2013
2013
</tbody>
2018
2018
<a name="udisks-block-complete-open-for-restore"></a><h3>udisks_block_complete_open_for_restore ()</h3>
2019
2019
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_complete_open_for_restore
2020
2020
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
2021
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>,
2022
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
2023
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *fd</code></em>);</pre>
 
2021
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
 
2022
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
2023
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *fd</code></em>);</pre>
2024
2024
<p>
2025
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForRestore" title="The OpenForRestore() method"><code class="function">OpenForRestore()</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.
 
2025
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForRestore" title="The OpenForRestore() method"><code class="function">OpenForRestore()</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.
2026
2026
</p>
2027
2027
<p>
2028
2028
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
2039
2039
</tr>
2040
2040
<tr>
2041
2041
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
2042
 
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
2042
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
2043
2043
</td>
2044
2044
</tr>
2045
2045
<tr>
2046
2046
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
2047
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
2047
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
2048
2048
</td>
2049
2049
</tr>
2050
2050
<tr>
2059
2059
<a name="udisks-block-call-open-for-benchmark"></a><h3>udisks_block_call_open_for_benchmark ()</h3>
2060
2060
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_call_open_for_benchmark
2061
2061
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
2062
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
2063
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
2064
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
2065
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
2066
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
2062
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
2063
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
2064
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
2065
                                                         <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>,
 
2066
                                                         <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>
2067
2067
<p>
2068
2068
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBenchmark" title="The OpenForBenchmark() method"><code class="function">OpenForBenchmark()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
2069
 
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.
 
2069
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.
2070
2070
You can then call <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-benchmark-finish" title="udisks_block_call_open_for_benchmark_finish ()"><code class="function">udisks_block_call_open_for_benchmark_finish()</code></a> to get the result of the operation.
2071
2071
</p>
2072
2072
<p>
2088
2088
</tr>
2089
2089
<tr>
2090
2090
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
2091
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
2091
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
2092
2092
</td>
2093
2093
</tr>
2094
2094
<tr>
2095
2095
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2096
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
2096
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
2097
2097
</td>
2098
2098
</tr>
2099
2099
<tr>
2100
2100
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
2101
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
2101
<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>
2102
2102
</tr>
2103
2103
<tr>
2104
2104
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2110
2110
<hr>
2111
2111
<div class="refsect2">
2112
2112
<a name="udisks-block-call-open-for-benchmark-finish"></a><h3>udisks_block_call_open_for_benchmark_finish ()</h3>
2113
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_open_for_benchmark_finish
 
2113
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_open_for_benchmark_finish
2114
2114
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
2115
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
2116
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
2117
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
2118
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
2115
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
2116
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
2117
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
2118
                                                         <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>
2119
2119
<p>
2120
2120
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-benchmark" title="udisks_block_call_open_for_benchmark ()"><code class="function">udisks_block_call_open_for_benchmark()</code></a>.
2121
2121
</p>
2131
2131
</tr>
2132
2132
<tr>
2133
2133
<td><p><span class="term"><em class="parameter"><code>out_fd</code></em> :</span></p></td>
2134
 
<td>Return location for return parameter or <code class="literal">NULL</code> to ignore. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
2134
<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">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
2135
2135
</td>
2136
2136
</tr>
2137
2137
<tr>
2138
2138
<td><p><span class="term"><em class="parameter"><code>out_fd_list</code></em> :</span></p></td>
2139
 
<td>Return location for a <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
2139
<td>Return location for a <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
2140
2140
</td>
2141
2141
</tr>
2142
2142
<tr>
2143
2143
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
2144
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-call-open-for-benchmark" title="udisks_block_call_open_for_benchmark ()"><code class="function">udisks_block_call_open_for_benchmark()</code></a>.</td>
 
2144
<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="UDisksBlock.html#udisks-block-call-open-for-benchmark" title="udisks_block_call_open_for_benchmark ()"><code class="function">udisks_block_call_open_for_benchmark()</code></a>.</td>
2145
2145
</tr>
2146
2146
<tr>
2147
2147
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2148
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
2148
<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>
2149
2149
</tr>
2150
2150
<tr>
2151
2151
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2152
2152
<td>
2153
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
2153
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
2154
2154
</td>
2155
2155
</tr>
2156
2156
</tbody>
2159
2159
<hr>
2160
2160
<div class="refsect2">
2161
2161
<a name="udisks-block-call-open-for-benchmark-sync"></a><h3>udisks_block_call_open_for_benchmark_sync ()</h3>
2162
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_open_for_benchmark_sync
 
2162
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_open_for_benchmark_sync
2163
2163
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
2164
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
2165
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
2166
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> **out_fd</code></em>,
2167
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> **out_fd_list</code></em>,
2168
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
2169
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
2164
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
2165
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
2166
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> **out_fd</code></em>,
 
2167
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> **out_fd_list</code></em>,
 
2168
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
2169
                                                         <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>
2170
2170
<p>
2171
2171
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBenchmark" title="The OpenForBenchmark() method"><code class="function">OpenForBenchmark()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
2172
2172
</p>
2189
2189
</tr>
2190
2190
<tr>
2191
2191
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
2192
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
2192
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
2193
2193
</td>
2194
2194
</tr>
2195
2195
<tr>
2196
2196
<td><p><span class="term"><em class="parameter"><code>out_fd</code></em> :</span></p></td>
2197
 
<td>Return location for return parameter or <code class="literal">NULL</code> to ignore. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
2197
<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">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
2198
2198
</td>
2199
2199
</tr>
2200
2200
<tr>
2201
2201
<td><p><span class="term"><em class="parameter"><code>out_fd_list</code></em> :</span></p></td>
2202
 
<td>Return location for a <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
 
2202
<td>Return location for a <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/out"><span class="acronym">out</span></a>]</span>
2203
2203
</td>
2204
2204
</tr>
2205
2205
<tr>
2206
2206
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2207
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
2207
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
2208
2208
</td>
2209
2209
</tr>
2210
2210
<tr>
2211
2211
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2212
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
2212
<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>
2213
2213
</tr>
2214
2214
<tr>
2215
2215
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2216
2216
<td>
2217
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
2217
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
2218
2218
</td>
2219
2219
</tr>
2220
2220
</tbody>
2225
2225
<a name="udisks-block-complete-open-for-benchmark"></a><h3>udisks_block_complete_open_for_benchmark ()</h3>
2226
2226
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_complete_open_for_benchmark
2227
2227
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
2228
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>,
2229
 
                                                         <em class="parameter"><code><span class="type">GUnixFDList</span> *fd_list</code></em>,
2230
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *fd</code></em>);</pre>
 
2228
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>,
 
2229
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> *fd_list</code></em>,
 
2230
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *fd</code></em>);</pre>
2231
2231
<p>
2232
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBenchmark" title="The OpenForBenchmark() method"><code class="function">OpenForBenchmark()</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.
 
2232
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBenchmark" title="The OpenForBenchmark() method"><code class="function">OpenForBenchmark()</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.
2233
2233
</p>
2234
2234
<p>
2235
2235
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
2246
2246
</tr>
2247
2247
<tr>
2248
2248
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
2249
 
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
2249
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
2250
2250
</td>
2251
2251
</tr>
2252
2252
<tr>
2253
2253
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
2254
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
2254
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
2255
2255
</td>
2256
2256
</tr>
2257
2257
<tr>
2265
2265
<div class="refsect2">
2266
2266
<a name="udisks-block-call-rescan"></a><h3>udisks_block_call_rescan ()</h3>
2267
2267
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_call_rescan            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
2268
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
2269
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
2270
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
2271
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
2268
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
2269
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
2270
                                                         <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>,
 
2271
                                                         <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>
2272
2272
<p>
2273
2273
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Rescan" title="The Rescan() method"><code class="function">Rescan()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
2274
 
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.
 
2274
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.
2275
2275
You can then call <a class="link" href="UDisksBlock.html#udisks-block-call-rescan-finish" title="udisks_block_call_rescan_finish ()"><code class="function">udisks_block_call_rescan_finish()</code></a> to get the result of the operation.
2276
2276
</p>
2277
2277
<p>
2293
2293
</tr>
2294
2294
<tr>
2295
2295
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2296
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
2296
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
2297
2297
</td>
2298
2298
</tr>
2299
2299
<tr>
2300
2300
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
2301
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
2301
<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>
2302
2302
</tr>
2303
2303
<tr>
2304
2304
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
2310
2310
<hr>
2311
2311
<div class="refsect2">
2312
2312
<a name="udisks-block-call-rescan-finish"></a><h3>udisks_block_call_rescan_finish ()</h3>
2313
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_rescan_finish     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
2314
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
2315
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
2313
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_rescan_finish     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
2314
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
2315
                                                         <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>
2316
2316
<p>
2317
2317
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-call-rescan" title="udisks_block_call_rescan ()"><code class="function">udisks_block_call_rescan()</code></a>.
2318
2318
</p>
2328
2328
</tr>
2329
2329
<tr>
2330
2330
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
2331
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-call-rescan" title="udisks_block_call_rescan ()"><code class="function">udisks_block_call_rescan()</code></a>.</td>
 
2331
<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="UDisksBlock.html#udisks-block-call-rescan" title="udisks_block_call_rescan ()"><code class="function">udisks_block_call_rescan()</code></a>.</td>
2332
2332
</tr>
2333
2333
<tr>
2334
2334
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2335
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
2335
<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>
2336
2336
</tr>
2337
2337
<tr>
2338
2338
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2339
2339
<td>
2340
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
2340
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
2341
2341
</td>
2342
2342
</tr>
2343
2343
</tbody>
2346
2346
<hr>
2347
2347
<div class="refsect2">
2348
2348
<a name="udisks-block-call-rescan-sync"></a><h3>udisks_block_call_rescan_sync ()</h3>
2349
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_call_rescan_sync       (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
2350
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
2351
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
2352
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
2349
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_call_rescan_sync       (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *proxy</code></em>,
 
2350
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
2351
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
2352
                                                         <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>
2353
2353
<p>
2354
2354
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Rescan" title="The Rescan() method"><code class="function">Rescan()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
2355
2355
</p>
2372
2372
</tr>
2373
2373
<tr>
2374
2374
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2375
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
2375
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
2376
2376
</td>
2377
2377
</tr>
2378
2378
<tr>
2379
2379
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2380
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
2380
<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>
2381
2381
</tr>
2382
2382
<tr>
2383
2383
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2384
2384
<td>
2385
 
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
 
2385
<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">[<a href="http://foldoc.org/skip"><span class="acronym">skip</span></a>]</span>
2386
2386
</td>
2387
2387
</tr>
2388
2388
</tbody>
2392
2392
<div class="refsect2">
2393
2393
<a name="udisks-block-complete-rescan"></a><h3>udisks_block_complete_rescan ()</h3>
2394
2394
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_complete_rescan        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
2395
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
2395
                                                         <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>
2396
2396
<p>
2397
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Rescan" title="The Rescan() method"><code class="function">Rescan()</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.
 
2397
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Rescan" title="The Rescan() method"><code class="function">Rescan()</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.
2398
2398
</p>
2399
2399
<p>
2400
2400
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
2411
2411
</tr>
2412
2412
<tr>
2413
2413
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
2414
 
<td>A <span class="type">GDBusMethodInvocation</span>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
2414
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
2415
2415
</td>
2416
2416
</tr>
2417
2417
</tbody>
2420
2420
<hr>
2421
2421
<div class="refsect2">
2422
2422
<a name="udisks-block-get-configuration"></a><h3>udisks_block_get_configuration ()</h3>
2423
 
<pre class="programlisting"><span class="returnvalue">GVariant</span> *          udisks_block_get_configuration      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2423
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          udisks_block_get_configuration      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2424
2424
<p>
2425
2425
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Configuration" title='The "Configuration" property'>"Configuration"</a> D-Bus property.
2426
2426
</p>
2445
2445
</tr>
2446
2446
<tr>
2447
2447
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2448
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2448
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2449
2449
</td>
2450
2450
</tr>
2451
2451
</tbody>
2454
2454
<hr>
2455
2455
<div class="refsect2">
2456
2456
<a name="udisks-block-get-crypto-backing-device"></a><h3>udisks_block_get_crypto_backing_device ()</h3>
2457
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_crypto_backing_device
 
2457
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_crypto_backing_device
2458
2458
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2459
2459
<p>
2460
2460
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.CryptoBackingDevice" title='The "CryptoBackingDevice" property'>"CryptoBackingDevice"</a> D-Bus property.
2480
2480
</tr>
2481
2481
<tr>
2482
2482
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2483
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2483
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2484
2484
</td>
2485
2485
</tr>
2486
2486
</tbody>
2489
2489
<hr>
2490
2490
<div class="refsect2">
2491
2491
<a name="udisks-block-get-device"></a><h3>udisks_block_get_device ()</h3>
2492
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_device             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2492
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_device             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2493
2493
<p>
2494
2494
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Device" title='The "Device" property'>"Device"</a> D-Bus property.
2495
2495
</p>
2514
2514
</tr>
2515
2515
<tr>
2516
2516
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2517
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2517
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2518
2518
</td>
2519
2519
</tr>
2520
2520
</tbody>
2523
2523
<hr>
2524
2524
<div class="refsect2">
2525
2525
<a name="udisks-block-get-drive"></a><h3>udisks_block_get_drive ()</h3>
2526
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_drive              (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2526
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_drive              (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2527
2527
<p>
2528
2528
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Drive" title='The "Drive" property'>"Drive"</a> D-Bus property.
2529
2529
</p>
2548
2548
</tr>
2549
2549
<tr>
2550
2550
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2551
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2551
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2552
2552
</td>
2553
2553
</tr>
2554
2554
</tbody>
2557
2557
<hr>
2558
2558
<div class="refsect2">
2559
2559
<a name="udisks-block-get-id-label"></a><h3>udisks_block_get_id_label ()</h3>
2560
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_id_label           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2560
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_id_label           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2561
2561
<p>
2562
2562
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdLabel" title='The "IdLabel" property'>"IdLabel"</a> D-Bus property.
2563
2563
</p>
2582
2582
</tr>
2583
2583
<tr>
2584
2584
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2585
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2585
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2586
2586
</td>
2587
2587
</tr>
2588
2588
</tbody>
2591
2591
<hr>
2592
2592
<div class="refsect2">
2593
2593
<a name="udisks-block-get-id-type"></a><h3>udisks_block_get_id_type ()</h3>
2594
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_id_type            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2594
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_id_type            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2595
2595
<p>
2596
2596
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdType" title='The "IdType" property'>"IdType"</a> D-Bus property.
2597
2597
</p>
2616
2616
</tr>
2617
2617
<tr>
2618
2618
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2619
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2619
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2620
2620
</td>
2621
2621
</tr>
2622
2622
</tbody>
2625
2625
<hr>
2626
2626
<div class="refsect2">
2627
2627
<a name="udisks-block-get-id-usage"></a><h3>udisks_block_get_id_usage ()</h3>
2628
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_id_usage           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2628
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_id_usage           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2629
2629
<p>
2630
2630
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdUsage" title='The "IdUsage" property'>"IdUsage"</a> D-Bus property.
2631
2631
</p>
2650
2650
</tr>
2651
2651
<tr>
2652
2652
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2653
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2653
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2654
2654
</td>
2655
2655
</tr>
2656
2656
</tbody>
2659
2659
<hr>
2660
2660
<div class="refsect2">
2661
2661
<a name="udisks-block-get-id-uuid"></a><h3>udisks_block_get_id_uuid ()</h3>
2662
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_id_uuid            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2662
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_id_uuid            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2663
2663
<p>
2664
2664
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdUUID" title='The "IdUUID" property'>"IdUUID"</a> D-Bus property.
2665
2665
</p>
2684
2684
</tr>
2685
2685
<tr>
2686
2686
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2687
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2687
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2688
2688
</td>
2689
2689
</tr>
2690
2690
</tbody>
2693
2693
<hr>
2694
2694
<div class="refsect2">
2695
2695
<a name="udisks-block-get-id-version"></a><h3>udisks_block_get_id_version ()</h3>
2696
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_id_version         (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2696
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_id_version         (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2697
2697
<p>
2698
2698
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdVersion" title='The "IdVersion" property'>"IdVersion"</a> D-Bus property.
2699
2699
</p>
2718
2718
</tr>
2719
2719
<tr>
2720
2720
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2721
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2721
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2722
2722
</td>
2723
2723
</tr>
2724
2724
</tbody>
2754
2754
<hr>
2755
2755
<div class="refsect2">
2756
2756
<a name="udisks-block-get-preferred-device"></a><h3>udisks_block_get_preferred_device ()</h3>
2757
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_preferred_device   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2757
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_preferred_device   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2758
2758
<p>
2759
2759
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.PreferredDevice" title='The "PreferredDevice" property'>"PreferredDevice"</a> D-Bus property.
2760
2760
</p>
2779
2779
</tr>
2780
2780
<tr>
2781
2781
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2782
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2782
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2783
2783
</td>
2784
2784
</tr>
2785
2785
</tbody>
2788
2788
<hr>
2789
2789
<div class="refsect2">
2790
2790
<a name="udisks-block-get-id"></a><h3>udisks_block_get_id ()</h3>
2791
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_id                 (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2791
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_id                 (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2792
2792
<p>
2793
2793
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Id" title='The "Id" property'>"Id"</a> D-Bus property.
2794
2794
</p>
2813
2813
</tr>
2814
2814
<tr>
2815
2815
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2816
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2816
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2817
2817
</td>
2818
2818
</tr>
2819
2819
</tbody>
2850
2850
<hr>
2851
2851
<div class="refsect2">
2852
2852
<a name="udisks-block-get-read-only"></a><h3>udisks_block_get_read_only ()</h3>
2853
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_get_read_only          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2853
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_get_read_only          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2854
2854
<p>
2855
2855
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.ReadOnly" title='The "ReadOnly" property'>"ReadOnly"</a> D-Bus property.
2856
2856
</p>
2877
2877
<hr>
2878
2878
<div class="refsect2">
2879
2879
<a name="udisks-block-get-symlinks"></a><h3>udisks_block_get_symlinks ()</h3>
2880
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *const * udisks_block_get_symlinks          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2880
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *const * udisks_block_get_symlinks          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2881
2881
<p>
2882
2882
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Symlinks" title='The "Symlinks" property'>"Symlinks"</a> D-Bus property.
2883
2883
</p>
2902
2902
</tr>
2903
2903
<tr>
2904
2904
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2905
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
2905
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
2906
2906
</td>
2907
2907
</tr>
2908
2908
</tbody>
2911
2911
<hr>
2912
2912
<div class="refsect2">
2913
2913
<a name="udisks-block-get-hint-partitionable"></a><h3>udisks_block_get_hint_partitionable ()</h3>
2914
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_get_hint_partitionable (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2914
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_get_hint_partitionable (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2915
2915
<p>
2916
2916
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintPartitionable" title='The "HintPartitionable" property'>"HintPartitionable"</a> D-Bus property.
2917
2917
</p>
2938
2938
<hr>
2939
2939
<div class="refsect2">
2940
2940
<a name="udisks-block-get-hint-system"></a><h3>udisks_block_get_hint_system ()</h3>
2941
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_get_hint_system        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2941
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_get_hint_system        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2942
2942
<p>
2943
2943
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintSystem" title='The "HintSystem" property'>"HintSystem"</a> D-Bus property.
2944
2944
</p>
2965
2965
<hr>
2966
2966
<div class="refsect2">
2967
2967
<a name="udisks-block-get-hint-ignore"></a><h3>udisks_block_get_hint_ignore ()</h3>
2968
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_get_hint_ignore        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2968
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_get_hint_ignore        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2969
2969
<p>
2970
2970
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintIgnore" title='The "HintIgnore" property'>"HintIgnore"</a> D-Bus property.
2971
2971
</p>
2992
2992
<hr>
2993
2993
<div class="refsect2">
2994
2994
<a name="udisks-block-get-hint-auto"></a><h3>udisks_block_get_hint_auto ()</h3>
2995
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_block_get_hint_auto          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
2995
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_block_get_hint_auto          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
2996
2996
<p>
2997
2997
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintAuto" title='The "HintAuto" property'>"HintAuto"</a> D-Bus property.
2998
2998
</p>
3019
3019
<hr>
3020
3020
<div class="refsect2">
3021
3021
<a name="udisks-block-get-hint-name"></a><h3>udisks_block_get_hint_name ()</h3>
3022
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_hint_name          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3022
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_hint_name          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3023
3023
<p>
3024
3024
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintName" title='The "HintName" property'>"HintName"</a> D-Bus property.
3025
3025
</p>
3044
3044
</tr>
3045
3045
<tr>
3046
3046
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3047
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
3047
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
3048
3048
</td>
3049
3049
</tr>
3050
3050
</tbody>
3053
3053
<hr>
3054
3054
<div class="refsect2">
3055
3055
<a name="udisks-block-get-hint-icon-name"></a><h3>udisks_block_get_hint_icon_name ()</h3>
3056
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_hint_icon_name     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3056
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_hint_icon_name     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3057
3057
<p>
3058
3058
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintIconName" title='The "HintIconName" property'>"HintIconName"</a> D-Bus property.
3059
3059
</p>
3078
3078
</tr>
3079
3079
<tr>
3080
3080
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3081
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
3081
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
3082
3082
</td>
3083
3083
</tr>
3084
3084
</tbody>
3087
3087
<hr>
3088
3088
<div class="refsect2">
3089
3089
<a name="udisks-block-get-hint-symbolic-icon-name"></a><h3>udisks_block_get_hint_symbolic_icon_name ()</h3>
3090
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_hint_symbolic_icon_name
 
3090
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_hint_symbolic_icon_name
3091
3091
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3092
3092
<p>
3093
3093
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintSymbolicIconName" title='The "HintSymbolicIconName" property'>"HintSymbolicIconName"</a> D-Bus property.
3113
3113
</tr>
3114
3114
<tr>
3115
3115
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3116
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
3116
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
3117
3117
</td>
3118
3118
</tr>
3119
3119
</tbody>
3123
3123
<hr>
3124
3124
<div class="refsect2">
3125
3125
<a name="udisks-block-get-mdraid"></a><h3>udisks_block_get_mdraid ()</h3>
3126
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_mdraid             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3126
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_mdraid             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3127
3127
<p>
3128
3128
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.MDRaid" title='The "MDRaid" property'>"MDRaid"</a> D-Bus property.
3129
3129
</p>
3148
3148
</tr>
3149
3149
<tr>
3150
3150
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3151
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
3151
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
3152
3152
</td>
3153
3153
</tr>
3154
3154
</tbody>
3158
3158
<hr>
3159
3159
<div class="refsect2">
3160
3160
<a name="udisks-block-get-mdraid-member"></a><h3>udisks_block_get_mdraid_member ()</h3>
3161
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_block_get_mdraid_member      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3161
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       udisks_block_get_mdraid_member      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3162
3162
<p>
3163
3163
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.MDRaidMember" title='The "MDRaidMember" property'>"MDRaidMember"</a> D-Bus property.
3164
3164
</p>
3183
3183
</tr>
3184
3184
<tr>
3185
3185
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3186
 
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
 
3186
<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">[<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span>
3187
3187
</td>
3188
3188
</tr>
3189
3189
</tbody>
3193
3193
<hr>
3194
3194
<div class="refsect2">
3195
3195
<a name="udisks-block-dup-configuration"></a><h3>udisks_block_dup_configuration ()</h3>
3196
 
<pre class="programlisting"><span class="returnvalue">GVariant</span> *          udisks_block_dup_configuration      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3196
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          udisks_block_dup_configuration      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3197
3197
<p>
3198
3198
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Configuration" title='The "Configuration" property'>"Configuration"</a> D-Bus property.
3199
3199
</p>
3212
3212
</tr>
3213
3213
<tr>
3214
3214
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3215
 
<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_variant_unref()</code>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3215
<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-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3216
3216
</td>
3217
3217
</tr>
3218
3218
</tbody>
3221
3221
<hr>
3222
3222
<div class="refsect2">
3223
3223
<a name="udisks-block-dup-crypto-backing-device"></a><h3>udisks_block_dup_crypto_backing_device ()</h3>
3224
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_crypto_backing_device
 
3224
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_crypto_backing_device
3225
3225
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3226
3226
<p>
3227
3227
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.CryptoBackingDevice" title='The "CryptoBackingDevice" property'>"CryptoBackingDevice"</a> D-Bus property.
3241
3241
</tr>
3242
3242
<tr>
3243
3243
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3244
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3244
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3245
3245
</td>
3246
3246
</tr>
3247
3247
</tbody>
3250
3250
<hr>
3251
3251
<div class="refsect2">
3252
3252
<a name="udisks-block-dup-device"></a><h3>udisks_block_dup_device ()</h3>
3253
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_device             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3253
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_device             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3254
3254
<p>
3255
3255
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Device" title='The "Device" property'>"Device"</a> D-Bus property.
3256
3256
</p>
3269
3269
</tr>
3270
3270
<tr>
3271
3271
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3272
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3272
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3273
3273
</td>
3274
3274
</tr>
3275
3275
</tbody>
3278
3278
<hr>
3279
3279
<div class="refsect2">
3280
3280
<a name="udisks-block-dup-drive"></a><h3>udisks_block_dup_drive ()</h3>
3281
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_drive              (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3281
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_drive              (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3282
3282
<p>
3283
3283
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Drive" title='The "Drive" property'>"Drive"</a> D-Bus property.
3284
3284
</p>
3297
3297
</tr>
3298
3298
<tr>
3299
3299
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3300
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3300
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3301
3301
</td>
3302
3302
</tr>
3303
3303
</tbody>
3306
3306
<hr>
3307
3307
<div class="refsect2">
3308
3308
<a name="udisks-block-dup-id-label"></a><h3>udisks_block_dup_id_label ()</h3>
3309
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_id_label           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3309
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_id_label           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3310
3310
<p>
3311
3311
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdLabel" title='The "IdLabel" property'>"IdLabel"</a> D-Bus property.
3312
3312
</p>
3325
3325
</tr>
3326
3326
<tr>
3327
3327
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3328
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3328
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3329
3329
</td>
3330
3330
</tr>
3331
3331
</tbody>
3334
3334
<hr>
3335
3335
<div class="refsect2">
3336
3336
<a name="udisks-block-dup-id-type"></a><h3>udisks_block_dup_id_type ()</h3>
3337
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_id_type            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3337
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_id_type            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3338
3338
<p>
3339
3339
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdType" title='The "IdType" property'>"IdType"</a> D-Bus property.
3340
3340
</p>
3353
3353
</tr>
3354
3354
<tr>
3355
3355
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3356
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3356
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3357
3357
</td>
3358
3358
</tr>
3359
3359
</tbody>
3362
3362
<hr>
3363
3363
<div class="refsect2">
3364
3364
<a name="udisks-block-dup-id-usage"></a><h3>udisks_block_dup_id_usage ()</h3>
3365
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_id_usage           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3365
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_id_usage           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3366
3366
<p>
3367
3367
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdUsage" title='The "IdUsage" property'>"IdUsage"</a> D-Bus property.
3368
3368
</p>
3381
3381
</tr>
3382
3382
<tr>
3383
3383
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3384
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3384
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3385
3385
</td>
3386
3386
</tr>
3387
3387
</tbody>
3390
3390
<hr>
3391
3391
<div class="refsect2">
3392
3392
<a name="udisks-block-dup-id-uuid"></a><h3>udisks_block_dup_id_uuid ()</h3>
3393
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_id_uuid            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3393
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_id_uuid            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3394
3394
<p>
3395
3395
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdUUID" title='The "IdUUID" property'>"IdUUID"</a> D-Bus property.
3396
3396
</p>
3409
3409
</tr>
3410
3410
<tr>
3411
3411
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3412
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3412
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3413
3413
</td>
3414
3414
</tr>
3415
3415
</tbody>
3418
3418
<hr>
3419
3419
<div class="refsect2">
3420
3420
<a name="udisks-block-dup-id-version"></a><h3>udisks_block_dup_id_version ()</h3>
3421
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_id_version         (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3421
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_id_version         (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3422
3422
<p>
3423
3423
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdVersion" title='The "IdVersion" property'>"IdVersion"</a> D-Bus property.
3424
3424
</p>
3437
3437
</tr>
3438
3438
<tr>
3439
3439
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3440
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3440
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3441
3441
</td>
3442
3442
</tr>
3443
3443
</tbody>
3446
3446
<hr>
3447
3447
<div class="refsect2">
3448
3448
<a name="udisks-block-dup-preferred-device"></a><h3>udisks_block_dup_preferred_device ()</h3>
3449
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_preferred_device   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3449
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_preferred_device   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3450
3450
<p>
3451
3451
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.PreferredDevice" title='The "PreferredDevice" property'>"PreferredDevice"</a> D-Bus property.
3452
3452
</p>
3465
3465
</tr>
3466
3466
<tr>
3467
3467
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3468
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3468
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3469
3469
</td>
3470
3470
</tr>
3471
3471
</tbody>
3474
3474
<hr>
3475
3475
<div class="refsect2">
3476
3476
<a name="udisks-block-dup-id"></a><h3>udisks_block_dup_id ()</h3>
3477
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_id                 (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3477
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_id                 (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3478
3478
<p>
3479
3479
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Id" title='The "Id" property'>"Id"</a> D-Bus property.
3480
3480
</p>
3493
3493
</tr>
3494
3494
<tr>
3495
3495
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3496
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3496
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3497
3497
</td>
3498
3498
</tr>
3499
3499
</tbody>
3503
3503
<hr>
3504
3504
<div class="refsect2">
3505
3505
<a name="udisks-block-dup-symlinks"></a><h3>udisks_block_dup_symlinks ()</h3>
3506
 
<pre class="programlisting"><span class="returnvalue">gchar</span> **            udisks_block_dup_symlinks           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3506
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            udisks_block_dup_symlinks           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3507
3507
<p>
3508
3508
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Symlinks" title='The "Symlinks" property'>"Symlinks"</a> D-Bus property.
3509
3509
</p>
3522
3522
</tr>
3523
3523
<tr>
3524
3524
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3525
 
<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_strfreev()</code>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3525
<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-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3526
3526
</td>
3527
3527
</tr>
3528
3528
</tbody>
3531
3531
<hr>
3532
3532
<div class="refsect2">
3533
3533
<a name="udisks-block-dup-hint-name"></a><h3>udisks_block_dup_hint_name ()</h3>
3534
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_hint_name          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3534
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_hint_name          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3535
3535
<p>
3536
3536
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintName" title='The "HintName" property'>"HintName"</a> D-Bus property.
3537
3537
</p>
3550
3550
</tr>
3551
3551
<tr>
3552
3552
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3553
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3553
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3554
3554
</td>
3555
3555
</tr>
3556
3556
</tbody>
3559
3559
<hr>
3560
3560
<div class="refsect2">
3561
3561
<a name="udisks-block-dup-hint-icon-name"></a><h3>udisks_block_dup_hint_icon_name ()</h3>
3562
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_hint_icon_name     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3562
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_hint_icon_name     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3563
3563
<p>
3564
3564
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintIconName" title='The "HintIconName" property'>"HintIconName"</a> D-Bus property.
3565
3565
</p>
3578
3578
</tr>
3579
3579
<tr>
3580
3580
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3581
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3581
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3582
3582
</td>
3583
3583
</tr>
3584
3584
</tbody>
3587
3587
<hr>
3588
3588
<div class="refsect2">
3589
3589
<a name="udisks-block-dup-hint-symbolic-icon-name"></a><h3>udisks_block_dup_hint_symbolic_icon_name ()</h3>
3590
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_hint_symbolic_icon_name
 
3590
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_hint_symbolic_icon_name
3591
3591
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3592
3592
<p>
3593
3593
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintSymbolicIconName" title='The "HintSymbolicIconName" property'>"HintSymbolicIconName"</a> D-Bus property.
3607
3607
</tr>
3608
3608
<tr>
3609
3609
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3610
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3610
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3611
3611
</td>
3612
3612
</tr>
3613
3613
</tbody>
3617
3617
<hr>
3618
3618
<div class="refsect2">
3619
3619
<a name="udisks-block-dup-mdraid"></a><h3>udisks_block_dup_mdraid ()</h3>
3620
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_mdraid             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3620
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_mdraid             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3621
3621
<p>
3622
3622
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.MDRaid" title='The "MDRaid" property'>"MDRaid"</a> D-Bus property.
3623
3623
</p>
3636
3636
</tr>
3637
3637
<tr>
3638
3638
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3639
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3639
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3640
3640
</td>
3641
3641
</tr>
3642
3642
</tbody>
3646
3646
<hr>
3647
3647
<div class="refsect2">
3648
3648
<a name="udisks-block-dup-mdraid-member"></a><h3>udisks_block_dup_mdraid_member ()</h3>
3649
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_block_dup_mdraid_member      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
 
3649
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_block_dup_mdraid_member      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>);</pre>
3650
3650
<p>
3651
3651
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.MDRaidMember" title='The "MDRaidMember" property'>"MDRaidMember"</a> D-Bus property.
3652
3652
</p>
3665
3665
</tr>
3666
3666
<tr>
3667
3667
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3668
 
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
3668
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
3669
3669
</td>
3670
3670
</tr>
3671
3671
</tbody>
3676
3676
<div class="refsect2">
3677
3677
<a name="udisks-block-set-configuration"></a><h3>udisks_block_set_configuration ()</h3>
3678
3678
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_configuration      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3679
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *value</code></em>);</pre>
 
3679
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *value</code></em>);</pre>
3680
3680
<p>
3681
3681
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Configuration" title='The "Configuration" property'>"Configuration"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3682
3682
</p>
3705
3705
<a name="udisks-block-set-crypto-backing-device"></a><h3>udisks_block_set_crypto_backing_device ()</h3>
3706
3706
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_crypto_backing_device
3707
3707
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3708
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3708
                                                         <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>
3709
3709
<p>
3710
3710
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.CryptoBackingDevice" title='The "CryptoBackingDevice" property'>"CryptoBackingDevice"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3711
3711
</p>
3733
3733
<div class="refsect2">
3734
3734
<a name="udisks-block-set-device"></a><h3>udisks_block_set_device ()</h3>
3735
3735
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_device             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3736
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3736
                                                         <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>
3737
3737
<p>
3738
3738
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Device" title='The "Device" property'>"Device"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3739
3739
</p>
3761
3761
<div class="refsect2">
3762
3762
<a name="udisks-block-set-drive"></a><h3>udisks_block_set_drive ()</h3>
3763
3763
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_drive              (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3764
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3764
                                                         <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>
3765
3765
<p>
3766
3766
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Drive" title='The "Drive" property'>"Drive"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3767
3767
</p>
3789
3789
<div class="refsect2">
3790
3790
<a name="udisks-block-set-id-label"></a><h3>udisks_block_set_id_label ()</h3>
3791
3791
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_id_label           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3792
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3792
                                                         <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>
3793
3793
<p>
3794
3794
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdLabel" title='The "IdLabel" property'>"IdLabel"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3795
3795
</p>
3817
3817
<div class="refsect2">
3818
3818
<a name="udisks-block-set-id-type"></a><h3>udisks_block_set_id_type ()</h3>
3819
3819
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_id_type            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3820
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3820
                                                         <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>
3821
3821
<p>
3822
3822
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdType" title='The "IdType" property'>"IdType"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3823
3823
</p>
3845
3845
<div class="refsect2">
3846
3846
<a name="udisks-block-set-id-usage"></a><h3>udisks_block_set_id_usage ()</h3>
3847
3847
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_id_usage           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3848
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3848
                                                         <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>
3849
3849
<p>
3850
3850
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdUsage" title='The "IdUsage" property'>"IdUsage"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3851
3851
</p>
3873
3873
<div class="refsect2">
3874
3874
<a name="udisks-block-set-id-uuid"></a><h3>udisks_block_set_id_uuid ()</h3>
3875
3875
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_id_uuid            (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3876
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3876
                                                         <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>
3877
3877
<p>
3878
3878
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdUUID" title='The "IdUUID" property'>"IdUUID"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3879
3879
</p>
3901
3901
<div class="refsect2">
3902
3902
<a name="udisks-block-set-id-version"></a><h3>udisks_block_set_id_version ()</h3>
3903
3903
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_id_version         (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3904
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3904
                                                         <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>
3905
3905
<p>
3906
3906
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdVersion" title='The "IdVersion" property'>"IdVersion"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3907
3907
</p>
3957
3957
<div class="refsect2">
3958
3958
<a name="udisks-block-set-preferred-device"></a><h3>udisks_block_set_preferred_device ()</h3>
3959
3959
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_preferred_device   (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3960
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3960
                                                         <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>
3961
3961
<p>
3962
3962
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.PreferredDevice" title='The "PreferredDevice" property'>"PreferredDevice"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3963
3963
</p>
3985
3985
<div class="refsect2">
3986
3986
<a name="udisks-block-set-id"></a><h3>udisks_block_set_id ()</h3>
3987
3987
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_id                 (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
3988
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3988
                                                         <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>
3989
3989
<p>
3990
3990
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Id" title='The "Id" property'>"Id"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3991
3991
</p>
4042
4042
<div class="refsect2">
4043
4043
<a name="udisks-block-set-read-only"></a><h3>udisks_block_set_read_only ()</h3>
4044
4044
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_read_only          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4045
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
4045
                                                         <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>
4046
4046
<p>
4047
4047
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.ReadOnly" title='The "ReadOnly" property'>"ReadOnly"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4048
4048
</p>
4070
4070
<div class="refsect2">
4071
4071
<a name="udisks-block-set-symlinks"></a><h3>udisks_block_set_symlinks ()</h3>
4072
4072
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_symlinks           (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4073
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *const *value</code></em>);</pre>
 
4073
                                                         <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> *const *value</code></em>);</pre>
4074
4074
<p>
4075
4075
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Symlinks" title='The "Symlinks" property'>"Symlinks"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4076
4076
</p>
4098
4098
<div class="refsect2">
4099
4099
<a name="udisks-block-set-hint-partitionable"></a><h3>udisks_block_set_hint_partitionable ()</h3>
4100
4100
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_hint_partitionable (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4101
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
4101
                                                         <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>
4102
4102
<p>
4103
4103
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintPartitionable" title='The "HintPartitionable" property'>"HintPartitionable"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4104
4104
</p>
4126
4126
<div class="refsect2">
4127
4127
<a name="udisks-block-set-hint-system"></a><h3>udisks_block_set_hint_system ()</h3>
4128
4128
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_hint_system        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4129
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
4129
                                                         <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>
4130
4130
<p>
4131
4131
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintSystem" title='The "HintSystem" property'>"HintSystem"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4132
4132
</p>
4154
4154
<div class="refsect2">
4155
4155
<a name="udisks-block-set-hint-ignore"></a><h3>udisks_block_set_hint_ignore ()</h3>
4156
4156
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_hint_ignore        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4157
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
4157
                                                         <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>
4158
4158
<p>
4159
4159
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintIgnore" title='The "HintIgnore" property'>"HintIgnore"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4160
4160
</p>
4182
4182
<div class="refsect2">
4183
4183
<a name="udisks-block-set-hint-auto"></a><h3>udisks_block_set_hint_auto ()</h3>
4184
4184
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_hint_auto          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4185
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
4185
                                                         <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>
4186
4186
<p>
4187
4187
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintAuto" title='The "HintAuto" property'>"HintAuto"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4188
4188
</p>
4210
4210
<div class="refsect2">
4211
4211
<a name="udisks-block-set-hint-name"></a><h3>udisks_block_set_hint_name ()</h3>
4212
4212
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_hint_name          (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4213
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
4213
                                                         <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>
4214
4214
<p>
4215
4215
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintName" title='The "HintName" property'>"HintName"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4216
4216
</p>
4238
4238
<div class="refsect2">
4239
4239
<a name="udisks-block-set-hint-icon-name"></a><h3>udisks_block_set_hint_icon_name ()</h3>
4240
4240
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_hint_icon_name     (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4241
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
4241
                                                         <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>
4242
4242
<p>
4243
4243
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintIconName" title='The "HintIconName" property'>"HintIconName"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4244
4244
</p>
4267
4267
<a name="udisks-block-set-hint-symbolic-icon-name"></a><h3>udisks_block_set_hint_symbolic_icon_name ()</h3>
4268
4268
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_hint_symbolic_icon_name
4269
4269
                                                        (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4270
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
4270
                                                         <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>
4271
4271
<p>
4272
4272
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintSymbolicIconName" title='The "HintSymbolicIconName" property'>"HintSymbolicIconName"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4273
4273
</p>
4296
4296
<div class="refsect2">
4297
4297
<a name="udisks-block-set-mdraid"></a><h3>udisks_block_set_mdraid ()</h3>
4298
4298
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_mdraid             (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4299
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
4299
                                                         <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>
4300
4300
<p>
4301
4301
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.MDRaid" title='The "MDRaid" property'>"MDRaid"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4302
4302
</p>
4325
4325
<div class="refsect2">
4326
4326
<a name="udisks-block-set-mdraid-member"></a><h3>udisks_block_set_mdraid_member ()</h3>
4327
4327
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_set_mdraid_member      (<em class="parameter"><code><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a> *object</code></em>,
4328
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
4328
                                                         <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>
4329
4329
<p>
4330
4330
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.MDRaidMember" title='The "MDRaidMember" property'>"MDRaidMember"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
4331
4331
</p>
4374
4374
<col>
4375
4375
</colgroup>
4376
4376
<tbody><tr>
4377
 
<td><p><span class="term"><span class="type">GDBusProxyClass</span> <em class="structfield"><code><a name="UDisksBlockProxyClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
4377
<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="UDisksBlockProxyClass.parent-class"></a>parent_class</code></em>;</span></p></td>
4378
4378
<td>The parent class.</td>
4379
4379
</tr></tbody>
4380
4380
</table></div>
4382
4382
<hr>
4383
4383
<div class="refsect2">
4384
4384
<a name="udisks-block-proxy-new"></a><h3>udisks_block_proxy_new ()</h3>
4385
 
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_proxy_new              (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
4386
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
4387
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
4388
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
4389
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
4390
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
4391
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
4385
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_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>,
 
4386
                                                         <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>,
 
4387
                                                         <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>,
 
4388
                                                         <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>,
 
4389
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
4390
                                                         <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>,
 
4391
                                                         <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>
4392
4392
<p>
4393
 
Asynchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-interface-org-freedesktop-UDisks2-Block.top_of_page">org.freedesktop.UDisks2.Block</a>. See <code class="function">g_dbus_proxy_new()</code> for more details.
 
4393
Asynchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-interface-org-freedesktop-UDisks2-Block.top_of_page">org.freedesktop.UDisks2.Block</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.
4394
4394
</p>
4395
4395
<p>
4396
 
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.
 
4396
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.
4397
4397
You can then call <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-finish" title="udisks_block_proxy_new_finish ()"><code class="function">udisks_block_proxy_new_finish()</code></a> to get the result of the operation.
4398
4398
</p>
4399
4399
<p>
4407
4407
<tbody>
4408
4408
<tr>
4409
4409
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
4410
 
<td>A <span class="type">GDBusConnection</span>.</td>
 
4410
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</td>
4411
4411
</tr>
4412
4412
<tr>
4413
4413
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
4414
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
4414
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
4415
4415
</tr>
4416
4416
<tr>
4417
4417
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
4418
 
<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">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
4418
<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">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
4419
4419
</td>
4420
4420
</tr>
4421
4421
<tr>
4424
4424
</tr>
4425
4425
<tr>
4426
4426
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
4427
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
4427
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
4428
4428
</td>
4429
4429
</tr>
4430
4430
<tr>
4431
4431
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
4432
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied.</td>
 
4432
<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>
4433
4433
</tr>
4434
4434
<tr>
4435
4435
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
4441
4441
<hr>
4442
4442
<div class="refsect2">
4443
4443
<a name="udisks-block-proxy-new-finish"></a><h3>udisks_block_proxy_new_finish ()</h3>
4444
 
<pre class="programlisting"><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       udisks_block_proxy_new_finish       (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
4445
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
4444
<pre class="programlisting"><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       udisks_block_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>,
 
4445
                                                         <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>
4446
4446
<p>
4447
4447
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-proxy-new" title="udisks_block_proxy_new ()"><code class="function">udisks_block_proxy_new()</code></a>.
4448
4448
</p>
4454
4454
<tbody>
4455
4455
<tr>
4456
4456
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
4457
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-proxy-new" title="udisks_block_proxy_new ()"><code class="function">udisks_block_proxy_new()</code></a>.</td>
 
4457
<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="UDisksBlock.html#udisks-block-proxy-new" title="udisks_block_proxy_new ()"><code class="function">udisks_block_proxy_new()</code></a>.</td>
4458
4458
</tr>
4459
4459
<tr>
4460
4460
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
4461
 
<td>Return location for error or <code class="literal">NULL</code>
 
4461
<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>
4462
4462
</td>
4463
4463
</tr>
4464
4464
<tr>
4465
4465
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4466
 
<td>The constructed proxy object or <code class="literal">NULL</code> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/type"><span class="acronym">type</span></a> UDisksBlockProxy]</span>
 
4466
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/type"><span class="acronym">type</span></a> UDisksBlockProxy]</span>
4467
4467
</td>
4468
4468
</tr>
4469
4469
</tbody>
4472
4472
<hr>
4473
4473
<div class="refsect2">
4474
4474
<a name="udisks-block-proxy-new-sync"></a><h3>udisks_block_proxy_new_sync ()</h3>
4475
 
<pre class="programlisting"><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       udisks_block_proxy_new_sync         (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
4476
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
4477
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
4478
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
4479
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
4480
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
4475
<pre class="programlisting"><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       udisks_block_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>,
 
4476
                                                         <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>,
 
4477
                                                         <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>,
 
4478
                                                         <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>,
 
4479
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
4480
                                                         <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>
4481
4481
<p>
4482
 
Synchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-interface-org-freedesktop-UDisks2-Block.top_of_page">org.freedesktop.UDisks2.Block</a>. See <code class="function">g_dbus_proxy_new_sync()</code> for more details.
 
4482
Synchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-interface-org-freedesktop-UDisks2-Block.top_of_page">org.freedesktop.UDisks2.Block</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.
4483
4483
</p>
4484
4484
<p>
4485
4485
The calling thread is blocked until a reply is received.
4495
4495
<tbody>
4496
4496
<tr>
4497
4497
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
4498
 
<td>A <span class="type">GDBusConnection</span>.</td>
 
4498
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</td>
4499
4499
</tr>
4500
4500
<tr>
4501
4501
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
4502
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
4502
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
4503
4503
</tr>
4504
4504
<tr>
4505
4505
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
4506
 
<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">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
4506
<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">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
4507
4507
</td>
4508
4508
</tr>
4509
4509
<tr>
4512
4512
</tr>
4513
4513
<tr>
4514
4514
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
4515
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
4515
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
4516
4516
</td>
4517
4517
</tr>
4518
4518
<tr>
4519
4519
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
4520
 
<td>Return location for error or <code class="literal">NULL</code>
 
4520
<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>
4521
4521
</td>
4522
4522
</tr>
4523
4523
<tr>
4524
4524
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4525
 
<td>The constructed proxy object or <code class="literal">NULL</code> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/type"><span class="acronym">type</span></a> UDisksBlockProxy]</span>
 
4525
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/type"><span class="acronym">type</span></a> UDisksBlockProxy]</span>
4526
4526
</td>
4527
4527
</tr>
4528
4528
</tbody>
4531
4531
<hr>
4532
4532
<div class="refsect2">
4533
4533
<a name="udisks-block-proxy-new-for-bus"></a><h3>udisks_block_proxy_new_for_bus ()</h3>
4534
 
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_proxy_new_for_bus      (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
4535
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
4536
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
4537
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
4538
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
4539
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
4540
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
4534
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_block_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>,
 
4535
                                                         <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>,
 
4536
                                                         <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>,
 
4537
                                                         <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>,
 
4538
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
4539
                                                         <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>,
 
4540
                                                         <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>
4541
4541
<p>
4542
 
Like <a class="link" href="UDisksBlock.html#udisks-block-proxy-new" title="udisks_block_proxy_new ()"><code class="function">udisks_block_proxy_new()</code></a> but takes a <span class="type">GBusType</span> instead of a <span class="type">GDBusConnection</span>.
 
4542
Like <a class="link" href="UDisksBlock.html#udisks-block-proxy-new" title="udisks_block_proxy_new ()"><code class="function">udisks_block_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>.
4543
4543
</p>
4544
4544
<p>
4545
 
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.
 
4545
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.
4546
4546
You can then call <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-for-bus-finish" title="udisks_block_proxy_new_for_bus_finish ()"><code class="function">udisks_block_proxy_new_for_bus_finish()</code></a> to get the result of the operation.
4547
4547
</p>
4548
4548
<p>
4556
4556
<tbody>
4557
4557
<tr>
4558
4558
<td><p><span class="term"><em class="parameter"><code>bus_type</code></em> :</span></p></td>
4559
 
<td>A <span class="type">GBusType</span>.</td>
 
4559
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</td>
4560
4560
</tr>
4561
4561
<tr>
4562
4562
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
4563
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
4563
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
4564
4564
</tr>
4565
4565
<tr>
4566
4566
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
4572
4572
</tr>
4573
4573
<tr>
4574
4574
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
4575
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
4575
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
4576
4576
</td>
4577
4577
</tr>
4578
4578
<tr>
4579
4579
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
4580
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied.</td>
 
4580
<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>
4581
4581
</tr>
4582
4582
<tr>
4583
4583
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
4590
4590
<div class="refsect2">
4591
4591
<a name="udisks-block-proxy-new-for-bus-finish"></a><h3>udisks_block_proxy_new_for_bus_finish ()</h3>
4592
4592
<pre class="programlisting"><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       udisks_block_proxy_new_for_bus_finish
4593
 
                                                        (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
4594
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
4593
                                                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
4594
                                                         <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>
4595
4595
<p>
4596
4596
Finishes an operation started with <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-for-bus" title="udisks_block_proxy_new_for_bus ()"><code class="function">udisks_block_proxy_new_for_bus()</code></a>.
4597
4597
</p>
4603
4603
<tbody>
4604
4604
<tr>
4605
4605
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
4606
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-for-bus" title="udisks_block_proxy_new_for_bus ()"><code class="function">udisks_block_proxy_new_for_bus()</code></a>.</td>
 
4606
<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="UDisksBlock.html#udisks-block-proxy-new-for-bus" title="udisks_block_proxy_new_for_bus ()"><code class="function">udisks_block_proxy_new_for_bus()</code></a>.</td>
4607
4607
</tr>
4608
4608
<tr>
4609
4609
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
4610
 
<td>Return location for error or <code class="literal">NULL</code>
 
4610
<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>
4611
4611
</td>
4612
4612
</tr>
4613
4613
<tr>
4614
4614
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4615
 
<td>The constructed proxy object or <code class="literal">NULL</code> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/type"><span class="acronym">type</span></a> UDisksBlockProxy]</span>
 
4615
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/type"><span class="acronym">type</span></a> UDisksBlockProxy]</span>
4616
4616
</td>
4617
4617
</tr>
4618
4618
</tbody>
4621
4621
<hr>
4622
4622
<div class="refsect2">
4623
4623
<a name="udisks-block-proxy-new-for-bus-sync"></a><h3>udisks_block_proxy_new_for_bus_sync ()</h3>
4624
 
<pre class="programlisting"><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       udisks_block_proxy_new_for_bus_sync (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
4625
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
4626
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
4627
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
4628
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
4629
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
4624
<pre class="programlisting"><a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="returnvalue">UDisksBlock</span></a> *       udisks_block_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>,
 
4625
                                                         <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>,
 
4626
                                                         <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>,
 
4627
                                                         <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>,
 
4628
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
4629
                                                         <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>
4630
4630
<p>
4631
 
Like <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-sync" title="udisks_block_proxy_new_sync ()"><code class="function">udisks_block_proxy_new_sync()</code></a> but takes a <span class="type">GBusType</span> instead of a <span class="type">GDBusConnection</span>.
 
4631
Like <a class="link" href="UDisksBlock.html#udisks-block-proxy-new-sync" title="udisks_block_proxy_new_sync ()"><code class="function">udisks_block_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>.
4632
4632
</p>
4633
4633
<p>
4634
4634
The calling thread is blocked until a reply is received.
4644
4644
<tbody>
4645
4645
<tr>
4646
4646
<td><p><span class="term"><em class="parameter"><code>bus_type</code></em> :</span></p></td>
4647
 
<td>A <span class="type">GBusType</span>.</td>
 
4647
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</td>
4648
4648
</tr>
4649
4649
<tr>
4650
4650
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
4651
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
4651
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
4652
4652
</tr>
4653
4653
<tr>
4654
4654
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
4660
4660
</tr>
4661
4661
<tr>
4662
4662
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
4663
 
<td>A <span class="type">GCancellable</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
4663
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
4664
4664
</td>
4665
4665
</tr>
4666
4666
<tr>
4667
4667
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
4668
 
<td>Return location for error or <code class="literal">NULL</code>
 
4668
<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>
4669
4669
</td>
4670
4670
</tr>
4671
4671
<tr>
4672
4672
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4673
 
<td>The constructed proxy object or <code class="literal">NULL</code> if <em class="parameter"><code>error</code></em> is set. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/type"><span class="acronym">type</span></a> UDisksBlockProxy]</span>
 
4673
<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">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>][<a href="http://foldoc.org/type"><span class="acronym">type</span></a> UDisksBlockProxy]</span>
4674
4674
</td>
4675
4675
</tr>
4676
4676
</tbody>
4700
4700
<col>
4701
4701
</colgroup>
4702
4702
<tbody><tr>
4703
 
<td><p><span class="term"><span class="type">GDBusInterfaceSkeletonClass</span> <em class="structfield"><code><a name="UDisksBlockSkeletonClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
4703
<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="UDisksBlockSkeletonClass.parent-class"></a>parent_class</code></em>;</span></p></td>
4704
4704
<td>The parent class.</td>
4705
4705
</tr></tbody>
4706
4706
</table></div>
4729
4729
<a name="UDisksBlock.property-details"></a><h2>Property Details</h2>
4730
4730
<div class="refsect2">
4731
4731
<a name="UDisksBlock--configuration"></a><h3>The <code class="literal">"configuration"</code> property</h3>
4732
 
<pre class="programlisting">  "configuration"            <span class="type">GVariant</span>*             : Read / Write</pre>
 
4732
<pre class="programlisting">  "configuration"            <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>*             : Read / Write</pre>
4733
4733
<p>
4734
4734
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Configuration" title='The "Configuration" property'>"Configuration"</a>.
4735
4735
</p>
4736
4736
<p>
4737
 
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.
 
4737
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.
4738
4738
</p>
4739
4739
<p>Allowed values: GVariant&lt;a(sa{sv})&gt;</p>
4740
4740
<p>Default value: NULL</p>
4742
4742
<hr>
4743
4743
<div class="refsect2">
4744
4744
<a name="UDisksBlock--crypto-backing-device"></a><h3>The <code class="literal">"crypto-backing-device"</code> property</h3>
4745
 
<pre class="programlisting">  "crypto-backing-device"    <span class="type">gchar</span>*                : Read / Write</pre>
 
4745
<pre class="programlisting">  "crypto-backing-device"    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4746
4746
<p>
4747
4747
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.CryptoBackingDevice" title='The "CryptoBackingDevice" property'>"CryptoBackingDevice"</a>.
4748
4748
</p>
4749
4749
<p>
4750
 
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.
 
4750
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.
4751
4751
</p>
4752
4752
<p>Default value: NULL</p>
4753
4753
</div>
4754
4754
<hr>
4755
4755
<div class="refsect2">
4756
4756
<a name="UDisksBlock--device"></a><h3>The <code class="literal">"device"</code> property</h3>
4757
 
<pre class="programlisting">  "device"                   <span class="type">gchar</span>*                : Read / Write</pre>
 
4757
<pre class="programlisting">  "device"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4758
4758
<p>
4759
4759
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Device" title='The "Device" property'>"Device"</a>.
4760
4760
</p>
4761
4761
<p>
4762
 
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.
 
4762
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.
4763
4763
</p>
4764
4764
<p>Default value: NULL</p>
4765
4765
</div>
4771
4771
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.DeviceNumber" title='The "DeviceNumber" property'>"DeviceNumber"</a>.
4772
4772
</p>
4773
4773
<p>
4774
 
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.
 
4774
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.
4775
4775
</p>
4776
4776
<p>Default value: 0</p>
4777
4777
</div>
4778
4778
<hr>
4779
4779
<div class="refsect2">
4780
4780
<a name="UDisksBlock--drive"></a><h3>The <code class="literal">"drive"</code> property</h3>
4781
 
<pre class="programlisting">  "drive"                    <span class="type">gchar</span>*                : Read / Write</pre>
 
4781
<pre class="programlisting">  "drive"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4782
4782
<p>
4783
4783
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Drive" title='The "Drive" property'>"Drive"</a>.
4784
4784
</p>
4785
4785
<p>
4786
 
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.
 
4786
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.
4787
4787
</p>
4788
4788
<p>Default value: NULL</p>
4789
4789
</div>
4790
4790
<hr>
4791
4791
<div class="refsect2">
4792
4792
<a name="UDisksBlock--hint-auto"></a><h3>The <code class="literal">"hint-auto"</code> property</h3>
4793
 
<pre class="programlisting">  "hint-auto"                <span class="type">gboolean</span>              : Read / Write</pre>
 
4793
<pre class="programlisting">  "hint-auto"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
4794
4794
<p>
4795
4795
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintAuto" title='The "HintAuto" property'>"HintAuto"</a>.
4796
4796
</p>
4797
4797
<p>
4798
 
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.
 
4798
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.
4799
4799
</p>
4800
4800
<p>Default value: FALSE</p>
4801
4801
</div>
4802
4802
<hr>
4803
4803
<div class="refsect2">
4804
4804
<a name="UDisksBlock--hint-icon-name"></a><h3>The <code class="literal">"hint-icon-name"</code> property</h3>
4805
 
<pre class="programlisting">  "hint-icon-name"           <span class="type">gchar</span>*                : Read / Write</pre>
 
4805
<pre class="programlisting">  "hint-icon-name"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4806
4806
<p>
4807
4807
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintIconName" title='The "HintIconName" property'>"HintIconName"</a>.
4808
4808
</p>
4809
4809
<p>
4810
 
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.
 
4810
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.
4811
4811
</p>
4812
4812
<p>Default value: NULL</p>
4813
4813
</div>
4814
4814
<hr>
4815
4815
<div class="refsect2">
4816
4816
<a name="UDisksBlock--hint-ignore"></a><h3>The <code class="literal">"hint-ignore"</code> property</h3>
4817
 
<pre class="programlisting">  "hint-ignore"              <span class="type">gboolean</span>              : Read / Write</pre>
 
4817
<pre class="programlisting">  "hint-ignore"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
4818
4818
<p>
4819
4819
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintIgnore" title='The "HintIgnore" property'>"HintIgnore"</a>.
4820
4820
</p>
4821
4821
<p>
4822
 
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.
 
4822
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.
4823
4823
</p>
4824
4824
<p>Default value: FALSE</p>
4825
4825
</div>
4826
4826
<hr>
4827
4827
<div class="refsect2">
4828
4828
<a name="UDisksBlock--hint-name"></a><h3>The <code class="literal">"hint-name"</code> property</h3>
4829
 
<pre class="programlisting">  "hint-name"                <span class="type">gchar</span>*                : Read / Write</pre>
 
4829
<pre class="programlisting">  "hint-name"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4830
4830
<p>
4831
4831
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintName" title='The "HintName" property'>"HintName"</a>.
4832
4832
</p>
4833
4833
<p>
4834
 
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.
 
4834
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.
4835
4835
</p>
4836
4836
<p>Default value: NULL</p>
4837
4837
</div>
4838
4838
<hr>
4839
4839
<div class="refsect2">
4840
4840
<a name="UDisksBlock--hint-partitionable"></a><h3>The <code class="literal">"hint-partitionable"</code> property</h3>
4841
 
<pre class="programlisting">  "hint-partitionable"       <span class="type">gboolean</span>              : Read / Write</pre>
 
4841
<pre class="programlisting">  "hint-partitionable"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
4842
4842
<p>
4843
4843
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintPartitionable" title='The "HintPartitionable" property'>"HintPartitionable"</a>.
4844
4844
</p>
4845
4845
<p>
4846
 
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.
 
4846
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.
4847
4847
</p>
4848
4848
<p>Default value: FALSE</p>
4849
4849
</div>
4850
4850
<hr>
4851
4851
<div class="refsect2">
4852
4852
<a name="UDisksBlock--hint-symbolic-icon-name"></a><h3>The <code class="literal">"hint-symbolic-icon-name"</code> property</h3>
4853
 
<pre class="programlisting">  "hint-symbolic-icon-name"  <span class="type">gchar</span>*                : Read / Write</pre>
 
4853
<pre class="programlisting">  "hint-symbolic-icon-name"  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4854
4854
<p>
4855
4855
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintSymbolicIconName" title='The "HintSymbolicIconName" property'>"HintSymbolicIconName"</a>.
4856
4856
</p>
4857
4857
<p>
4858
 
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.
 
4858
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.
4859
4859
</p>
4860
4860
<p>Default value: NULL</p>
4861
4861
<p class="since">Since 2.1</p>
4863
4863
<hr>
4864
4864
<div class="refsect2">
4865
4865
<a name="UDisksBlock--hint-system"></a><h3>The <code class="literal">"hint-system"</code> property</h3>
4866
 
<pre class="programlisting">  "hint-system"              <span class="type">gboolean</span>              : Read / Write</pre>
 
4866
<pre class="programlisting">  "hint-system"              <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
4867
4867
<p>
4868
4868
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintSystem" title='The "HintSystem" property'>"HintSystem"</a>.
4869
4869
</p>
4870
4870
<p>
4871
 
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.
 
4871
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.
4872
4872
</p>
4873
4873
<p>Default value: FALSE</p>
4874
4874
</div>
4875
4875
<hr>
4876
4876
<div class="refsect2">
4877
4877
<a name="UDisksBlock--id"></a><h3>The <code class="literal">"id"</code> property</h3>
4878
 
<pre class="programlisting">  "id"                       <span class="type">gchar</span>*                : Read / Write</pre>
 
4878
<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>
4879
4879
<p>
4880
4880
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Id" title='The "Id" property'>"Id"</a>.
4881
4881
</p>
4882
4882
<p>
4883
 
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.
 
4883
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.
4884
4884
</p>
4885
4885
<p>Default value: NULL</p>
4886
4886
<p class="since">Since 2.1</p>
4888
4888
<hr>
4889
4889
<div class="refsect2">
4890
4890
<a name="UDisksBlock--id-label"></a><h3>The <code class="literal">"id-label"</code> property</h3>
4891
 
<pre class="programlisting">  "id-label"                 <span class="type">gchar</span>*                : Read / Write</pre>
 
4891
<pre class="programlisting">  "id-label"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4892
4892
<p>
4893
4893
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdLabel" title='The "IdLabel" property'>"IdLabel"</a>.
4894
4894
</p>
4895
4895
<p>
4896
 
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.
 
4896
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.
4897
4897
</p>
4898
4898
<p>Default value: NULL</p>
4899
4899
</div>
4900
4900
<hr>
4901
4901
<div class="refsect2">
4902
4902
<a name="UDisksBlock--id-type"></a><h3>The <code class="literal">"id-type"</code> property</h3>
4903
 
<pre class="programlisting">  "id-type"                  <span class="type">gchar</span>*                : Read / Write</pre>
 
4903
<pre class="programlisting">  "id-type"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4904
4904
<p>
4905
4905
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdType" title='The "IdType" property'>"IdType"</a>.
4906
4906
</p>
4907
4907
<p>
4908
 
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.
 
4908
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.
4909
4909
</p>
4910
4910
<p>Default value: NULL</p>
4911
4911
</div>
4912
4912
<hr>
4913
4913
<div class="refsect2">
4914
4914
<a name="UDisksBlock--id-usage"></a><h3>The <code class="literal">"id-usage"</code> property</h3>
4915
 
<pre class="programlisting">  "id-usage"                 <span class="type">gchar</span>*                : Read / Write</pre>
 
4915
<pre class="programlisting">  "id-usage"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4916
4916
<p>
4917
4917
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdUsage" title='The "IdUsage" property'>"IdUsage"</a>.
4918
4918
</p>
4919
4919
<p>
4920
 
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.
 
4920
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.
4921
4921
</p>
4922
4922
<p>Default value: NULL</p>
4923
4923
</div>
4924
4924
<hr>
4925
4925
<div class="refsect2">
4926
4926
<a name="UDisksBlock--id-uuid"></a><h3>The <code class="literal">"id-uuid"</code> property</h3>
4927
 
<pre class="programlisting">  "id-uuid"                  <span class="type">gchar</span>*                : Read / Write</pre>
 
4927
<pre class="programlisting">  "id-uuid"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4928
4928
<p>
4929
4929
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdUUID" title='The "IdUUID" property'>"IdUUID"</a>.
4930
4930
</p>
4931
4931
<p>
4932
 
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.
 
4932
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.
4933
4933
</p>
4934
4934
<p>Default value: NULL</p>
4935
4935
</div>
4936
4936
<hr>
4937
4937
<div class="refsect2">
4938
4938
<a name="UDisksBlock--id-version"></a><h3>The <code class="literal">"id-version"</code> property</h3>
4939
 
<pre class="programlisting">  "id-version"               <span class="type">gchar</span>*                : Read / Write</pre>
 
4939
<pre class="programlisting">  "id-version"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4940
4940
<p>
4941
4941
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdVersion" title='The "IdVersion" property'>"IdVersion"</a>.
4942
4942
</p>
4943
4943
<p>
4944
 
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.
 
4944
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.
4945
4945
</p>
4946
4946
<p>Default value: NULL</p>
4947
4947
</div>
4948
4948
<hr>
4949
4949
<div class="refsect2">
4950
4950
<a name="UDisksBlock--mdraid"></a><h3>The <code class="literal">"mdraid"</code> property</h3>
4951
 
<pre class="programlisting">  "mdraid"                   <span class="type">gchar</span>*                : Read / Write</pre>
 
4951
<pre class="programlisting">  "mdraid"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4952
4952
<p>
4953
4953
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.MDRaid" title='The "MDRaid" property'>"MDRaid"</a>.
4954
4954
</p>
4955
4955
<p>
4956
 
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.
 
4956
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.
4957
4957
</p>
4958
4958
<p>Default value: NULL</p>
4959
4959
<p class="since">Since 2.1</p>
4961
4961
<hr>
4962
4962
<div class="refsect2">
4963
4963
<a name="UDisksBlock--mdraid-member"></a><h3>The <code class="literal">"mdraid-member"</code> property</h3>
4964
 
<pre class="programlisting">  "mdraid-member"            <span class="type">gchar</span>*                : Read / Write</pre>
 
4964
<pre class="programlisting">  "mdraid-member"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4965
4965
<p>
4966
4966
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.MDRaidMember" title='The "MDRaidMember" property'>"MDRaidMember"</a>.
4967
4967
</p>
4968
4968
<p>
4969
 
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.
 
4969
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.
4970
4970
</p>
4971
4971
<p>Default value: NULL</p>
4972
4972
<p class="since">Since 2.1</p>
4974
4974
<hr>
4975
4975
<div class="refsect2">
4976
4976
<a name="UDisksBlock--preferred-device"></a><h3>The <code class="literal">"preferred-device"</code> property</h3>
4977
 
<pre class="programlisting">  "preferred-device"         <span class="type">gchar</span>*                : Read / Write</pre>
 
4977
<pre class="programlisting">  "preferred-device"         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
4978
4978
<p>
4979
4979
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.PreferredDevice" title='The "PreferredDevice" property'>"PreferredDevice"</a>.
4980
4980
</p>
4981
4981
<p>
4982
 
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.
 
4982
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.
4983
4983
</p>
4984
4984
<p>Default value: NULL</p>
4985
4985
</div>
4986
4986
<hr>
4987
4987
<div class="refsect2">
4988
4988
<a name="UDisksBlock--read-only"></a><h3>The <code class="literal">"read-only"</code> property</h3>
4989
 
<pre class="programlisting">  "read-only"                <span class="type">gboolean</span>              : Read / Write</pre>
 
4989
<pre class="programlisting">  "read-only"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
4990
4990
<p>
4991
4991
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.ReadOnly" title='The "ReadOnly" property'>"ReadOnly"</a>.
4992
4992
</p>
4993
4993
<p>
4994
 
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.
 
4994
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.
4995
4995
</p>
4996
4996
<p>Default value: FALSE</p>
4997
4997
</div>
5003
5003
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Size" title='The "Size" property'>"Size"</a>.
5004
5004
</p>
5005
5005
<p>
5006
 
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.
 
5006
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.
5007
5007
</p>
5008
5008
<p>Default value: 0</p>
5009
5009
</div>
5010
5010
<hr>
5011
5011
<div class="refsect2">
5012
5012
<a name="UDisksBlock--symlinks"></a><h3>The <code class="literal">"symlinks"</code> property</h3>
5013
 
<pre class="programlisting">  "symlinks"                 <span class="type">GStrv</span>                 : Read / Write</pre>
 
5013
<pre class="programlisting">  "symlinks"                 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>                 : Read / Write</pre>
5014
5014
<p>
5015
5015
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Symlinks" title='The "Symlinks" property'>"Symlinks"</a>.
5016
5016
</p>
5017
5017
<p>
5018
 
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.
 
5018
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.
5019
5019
</p>
5020
5020
</div>
5021
5021
</div>
5023
5023
<a name="UDisksBlock.signal-details"></a><h2>Signal Details</h2>
5024
5024
<div class="refsect2">
5025
5025
<a name="UDisksBlock-handle-add-configuration-item"></a><h3>The <code class="literal">"handle-add-configuration-item"</code> signal</h3>
5026
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
5027
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
5028
 
                                                        <span class="type">GVariant</span>              *arg_item,
5029
 
                                                        <span class="type">GVariant</span>              *arg_options,
5030
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
5026
<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="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
 
5027
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
5028
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_item,
 
5029
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
5030
                                                        <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>
5031
5031
<p>
5032
5032
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.AddConfigurationItem" title="The AddConfigurationItem() method"><code class="function">AddConfigurationItem()</code></a> D-Bus method.
5033
5033
</p>
5034
5034
<p>
5035
 
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="UDisksBlock.html#udisks-block-complete-add-configuration-item" title="udisks_block_complete_add_configuration_item ()"><code class="function">udisks_block_complete_add_configuration_item()</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.
 
5035
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="UDisksBlock.html#udisks-block-complete-add-configuration-item" title="udisks_block_complete_add_configuration_item ()"><code class="function">udisks_block_complete_add_configuration_item()</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.
5036
5036
</p>
5037
5037
<div class="variablelist"><table border="0" class="variablelist">
5038
5038
<colgroup>
5046
5046
</tr>
5047
5047
<tr>
5048
5048
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
5049
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
5049
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
5050
5050
</tr>
5051
5051
<tr>
5052
5052
<td><p><span class="term"><em class="parameter"><code>arg_item</code></em> :</span></p></td>
5063
5063
<tr>
5064
5064
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5065
5065
<td>
5066
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
5066
<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>
5067
5067
</tr>
5068
5068
</tbody>
5069
5069
</table></div>
5071
5071
<hr>
5072
5072
<div class="refsect2">
5073
5073
<a name="UDisksBlock-handle-format"></a><h3>The <code class="literal">"handle-format"</code> signal</h3>
5074
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
5075
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
5076
 
                                                        <span class="type">gchar</span>                 *arg_type,
5077
 
                                                        <span class="type">GVariant</span>              *arg_options,
5078
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
5074
<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="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
 
5075
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
5076
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>                 *arg_type,
 
5077
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
5078
                                                        <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>
5079
5079
<p>
5080
5080
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Format" title="The Format() method"><code class="function">Format()</code></a> D-Bus method.
5081
5081
</p>
5082
5082
<p>
5083
 
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="UDisksBlock.html#udisks-block-complete-format" title="udisks_block_complete_format ()"><code class="function">udisks_block_complete_format()</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.
 
5083
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="UDisksBlock.html#udisks-block-complete-format" title="udisks_block_complete_format ()"><code class="function">udisks_block_complete_format()</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.
5084
5084
</p>
5085
5085
<div class="variablelist"><table border="0" class="variablelist">
5086
5086
<colgroup>
5094
5094
</tr>
5095
5095
<tr>
5096
5096
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
5097
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
5097
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
5098
5098
</tr>
5099
5099
<tr>
5100
5100
<td><p><span class="term"><em class="parameter"><code>arg_type</code></em> :</span></p></td>
5111
5111
<tr>
5112
5112
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5113
5113
<td>
5114
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
5114
<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>
5115
5115
</tr>
5116
5116
</tbody>
5117
5117
</table></div>
5119
5119
<hr>
5120
5120
<div class="refsect2">
5121
5121
<a name="UDisksBlock-handle-get-secret-configuration"></a><h3>The <code class="literal">"handle-get-secret-configuration"</code> signal</h3>
5122
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
5123
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
5124
 
                                                        <span class="type">GVariant</span>              *arg_options,
5125
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
5122
<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="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
 
5123
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
5124
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
5125
                                                        <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>
5126
5126
<p>
5127
5127
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.GetSecretConfiguration" title="The GetSecretConfiguration() method"><code class="function">GetSecretConfiguration()</code></a> D-Bus method.
5128
5128
</p>
5129
5129
<p>
5130
 
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="UDisksBlock.html#udisks-block-complete-get-secret-configuration" title="udisks_block_complete_get_secret_configuration ()"><code class="function">udisks_block_complete_get_secret_configuration()</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.
 
5130
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="UDisksBlock.html#udisks-block-complete-get-secret-configuration" title="udisks_block_complete_get_secret_configuration ()"><code class="function">udisks_block_complete_get_secret_configuration()</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.
5131
5131
</p>
5132
5132
<div class="variablelist"><table border="0" class="variablelist">
5133
5133
<colgroup>
5141
5141
</tr>
5142
5142
<tr>
5143
5143
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
5144
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
5144
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
5145
5145
</tr>
5146
5146
<tr>
5147
5147
<td><p><span class="term"><em class="parameter"><code>arg_options</code></em> :</span></p></td>
5154
5154
<tr>
5155
5155
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5156
5156
<td>
5157
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
5157
<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>
5158
5158
</tr>
5159
5159
</tbody>
5160
5160
</table></div>
5162
5162
<hr>
5163
5163
<div class="refsect2">
5164
5164
<a name="UDisksBlock-handle-open-for-backup"></a><h3>The <code class="literal">"handle-open-for-backup"</code> signal</h3>
5165
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
5166
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
5167
 
                                                        <span class="type">GUnixFDList</span>           *fd_list,
5168
 
                                                        <span class="type">GVariant</span>              *arg_options,
5169
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
5165
<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="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
 
5166
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
5167
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a>           *fd_list,
 
5168
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
5169
                                                        <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>
5170
5170
<p>
5171
5171
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBackup" title="The OpenForBackup() method"><code class="function">OpenForBackup()</code></a> D-Bus method.
5172
5172
</p>
5173
5173
<p>
5174
 
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="UDisksBlock.html#udisks-block-complete-open-for-backup" title="udisks_block_complete_open_for_backup ()"><code class="function">udisks_block_complete_open_for_backup()</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.
 
5174
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="UDisksBlock.html#udisks-block-complete-open-for-backup" title="udisks_block_complete_open_for_backup ()"><code class="function">udisks_block_complete_open_for_backup()</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.
5175
5175
</p>
5176
5176
<div class="variablelist"><table border="0" class="variablelist">
5177
5177
<colgroup>
5185
5185
</tr>
5186
5186
<tr>
5187
5187
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
5188
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
5188
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
5189
5189
</tr>
5190
5190
<tr>
5191
5191
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
5192
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
5192
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
5193
5193
</td>
5194
5194
</tr>
5195
5195
<tr>
5203
5203
<tr>
5204
5204
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5205
5205
<td>
5206
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
5206
<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>
5207
5207
</tr>
5208
5208
</tbody>
5209
5209
</table></div>
5211
5211
<hr>
5212
5212
<div class="refsect2">
5213
5213
<a name="UDisksBlock-handle-open-for-benchmark"></a><h3>The <code class="literal">"handle-open-for-benchmark"</code> signal</h3>
5214
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
5215
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
5216
 
                                                        <span class="type">GUnixFDList</span>           *fd_list,
5217
 
                                                        <span class="type">GVariant</span>              *arg_options,
5218
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
5214
<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="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
 
5215
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
5216
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a>           *fd_list,
 
5217
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
5218
                                                        <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>
5219
5219
<p>
5220
5220
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBenchmark" title="The OpenForBenchmark() method"><code class="function">OpenForBenchmark()</code></a> D-Bus method.
5221
5221
</p>
5222
5222
<p>
5223
 
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="UDisksBlock.html#udisks-block-complete-open-for-benchmark" title="udisks_block_complete_open_for_benchmark ()"><code class="function">udisks_block_complete_open_for_benchmark()</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.
 
5223
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="UDisksBlock.html#udisks-block-complete-open-for-benchmark" title="udisks_block_complete_open_for_benchmark ()"><code class="function">udisks_block_complete_open_for_benchmark()</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.
5224
5224
</p>
5225
5225
<div class="variablelist"><table border="0" class="variablelist">
5226
5226
<colgroup>
5234
5234
</tr>
5235
5235
<tr>
5236
5236
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
5237
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
5237
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
5238
5238
</tr>
5239
5239
<tr>
5240
5240
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
5241
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
5241
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
5242
5242
</td>
5243
5243
</tr>
5244
5244
<tr>
5252
5252
<tr>
5253
5253
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5254
5254
<td>
5255
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
5255
<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>
5256
5256
</tr>
5257
5257
</tbody>
5258
5258
</table></div>
5260
5260
<hr>
5261
5261
<div class="refsect2">
5262
5262
<a name="UDisksBlock-handle-open-for-restore"></a><h3>The <code class="literal">"handle-open-for-restore"</code> signal</h3>
5263
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
5264
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
5265
 
                                                        <span class="type">GUnixFDList</span>           *fd_list,
5266
 
                                                        <span class="type">GVariant</span>              *arg_options,
5267
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
5263
<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="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
 
5264
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
5265
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a>           *fd_list,
 
5266
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
5267
                                                        <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>
5268
5268
<p>
5269
5269
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForRestore" title="The OpenForRestore() method"><code class="function">OpenForRestore()</code></a> D-Bus method.
5270
5270
</p>
5271
5271
<p>
5272
 
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="UDisksBlock.html#udisks-block-complete-open-for-restore" title="udisks_block_complete_open_for_restore ()"><code class="function">udisks_block_complete_open_for_restore()</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.
 
5272
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="UDisksBlock.html#udisks-block-complete-open-for-restore" title="udisks_block_complete_open_for_restore ()"><code class="function">udisks_block_complete_open_for_restore()</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.
5273
5273
</p>
5274
5274
<div class="variablelist"><table border="0" class="variablelist">
5275
5275
<colgroup>
5283
5283
</tr>
5284
5284
<tr>
5285
5285
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
5286
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
5286
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
5287
5287
</tr>
5288
5288
<tr>
5289
5289
<td><p><span class="term"><em class="parameter"><code>fd_list</code></em> :</span></p></td>
5290
 
<td>A <span class="type">GUnixFDList</span> or <code class="literal">NULL</code>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
 
5290
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GUnixFDList.html"><span class="type">GUnixFDList</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<a href="http://foldoc.org/allow-none"><span class="acronym">allow-none</span></a>]</span>
5291
5291
</td>
5292
5292
</tr>
5293
5293
<tr>
5301
5301
<tr>
5302
5302
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5303
5303
<td>
5304
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
5304
<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>
5305
5305
</tr>
5306
5306
</tbody>
5307
5307
</table></div>
5309
5309
<hr>
5310
5310
<div class="refsect2">
5311
5311
<a name="UDisksBlock-handle-remove-configuration-item"></a><h3>The <code class="literal">"handle-remove-configuration-item"</code> signal</h3>
5312
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
5313
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
5314
 
                                                        <span class="type">GVariant</span>              *arg_item,
5315
 
                                                        <span class="type">GVariant</span>              *arg_options,
5316
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
5312
<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="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
 
5313
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
5314
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_item,
 
5315
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
5316
                                                        <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>
5317
5317
<p>
5318
5318
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.RemoveConfigurationItem" title="The RemoveConfigurationItem() method"><code class="function">RemoveConfigurationItem()</code></a> D-Bus method.
5319
5319
</p>
5320
5320
<p>
5321
 
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="UDisksBlock.html#udisks-block-complete-remove-configuration-item" title="udisks_block_complete_remove_configuration_item ()"><code class="function">udisks_block_complete_remove_configuration_item()</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.
 
5321
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="UDisksBlock.html#udisks-block-complete-remove-configuration-item" title="udisks_block_complete_remove_configuration_item ()"><code class="function">udisks_block_complete_remove_configuration_item()</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.
5322
5322
</p>
5323
5323
<div class="variablelist"><table border="0" class="variablelist">
5324
5324
<colgroup>
5332
5332
</tr>
5333
5333
<tr>
5334
5334
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
5335
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
5335
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
5336
5336
</tr>
5337
5337
<tr>
5338
5338
<td><p><span class="term"><em class="parameter"><code>arg_item</code></em> :</span></p></td>
5349
5349
<tr>
5350
5350
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5351
5351
<td>
5352
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
5352
<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>
5353
5353
</tr>
5354
5354
</tbody>
5355
5355
</table></div>
5357
5357
<hr>
5358
5358
<div class="refsect2">
5359
5359
<a name="UDisksBlock-handle-rescan"></a><h3>The <code class="literal">"handle-rescan"</code> signal</h3>
5360
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
5361
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
5362
 
                                                        <span class="type">GVariant</span>              *arg_options,
5363
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
5360
<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="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
 
5361
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
5362
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
5363
                                                        <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>
5364
5364
<p>
5365
5365
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Rescan" title="The Rescan() method"><code class="function">Rescan()</code></a> D-Bus method.
5366
5366
</p>
5367
5367
<p>
5368
 
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="UDisksBlock.html#udisks-block-complete-rescan" title="udisks_block_complete_rescan ()"><code class="function">udisks_block_complete_rescan()</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.
 
5368
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="UDisksBlock.html#udisks-block-complete-rescan" title="udisks_block_complete_rescan ()"><code class="function">udisks_block_complete_rescan()</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.
5369
5369
</p>
5370
5370
<div class="variablelist"><table border="0" class="variablelist">
5371
5371
<colgroup>
5379
5379
</tr>
5380
5380
<tr>
5381
5381
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
5382
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
5382
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
5383
5383
</tr>
5384
5384
<tr>
5385
5385
<td><p><span class="term"><em class="parameter"><code>arg_options</code></em> :</span></p></td>
5392
5392
<tr>
5393
5393
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5394
5394
<td>
5395
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
5395
<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>
5396
5396
</tr>
5397
5397
</tbody>
5398
5398
</table></div>
5400
5400
<hr>
5401
5401
<div class="refsect2">
5402
5402
<a name="UDisksBlock-handle-update-configuration-item"></a><h3>The <code class="literal">"handle-update-configuration-item"</code> signal</h3>
5403
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
5404
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
5405
 
                                                        <span class="type">GVariant</span>              *arg_old_item,
5406
 
                                                        <span class="type">GVariant</span>              *arg_new_item,
5407
 
                                                        <span class="type">GVariant</span>              *arg_options,
5408
 
                                                        <span class="type">gpointer</span>               user_data)         : <code class="literal">Run Last</code></pre>
 
5403
<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="UDisksBlock.html" title="UDisksBlock"><span class="type">UDisksBlock</span></a>           *object,
 
5404
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
5405
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_old_item,
 
5406
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_new_item,
 
5407
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
5408
                                                        <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>
5409
5409
<p>
5410
5410
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.UpdateConfigurationItem" title="The UpdateConfigurationItem() method"><code class="function">UpdateConfigurationItem()</code></a> D-Bus method.
5411
5411
</p>
5412
5412
<p>
5413
 
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="UDisksBlock.html#udisks-block-complete-update-configuration-item" title="udisks_block_complete_update_configuration_item ()"><code class="function">udisks_block_complete_update_configuration_item()</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.
 
5413
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="UDisksBlock.html#udisks-block-complete-update-configuration-item" title="udisks_block_complete_update_configuration_item ()"><code class="function">udisks_block_complete_update_configuration_item()</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.
5414
5414
</p>
5415
5415
<div class="variablelist"><table border="0" class="variablelist">
5416
5416
<colgroup>
5424
5424
</tr>
5425
5425
<tr>
5426
5426
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
5427
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
5427
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
5428
5428
</tr>
5429
5429
<tr>
5430
5430
<td><p><span class="term"><em class="parameter"><code>arg_old_item</code></em> :</span></p></td>
5445
5445
<tr>
5446
5446
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
5447
5447
<td>
5448
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
5448
<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>
5449
5449
</tr>
5450
5450
</tbody>
5451
5451
</table></div>