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

« back to all changes in this revision

Viewing changes to doc/html/UDisksPartition.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:
47
47
<a name="UDisksPartition.synopsis"></a><h2>Synopsis</h2>
48
48
<a name="UDisksPartitionSkeleton"></a><pre class="synopsis">                    <a class="link" href="UDisksPartition.html#UDisksPartition-struct" title="UDisksPartition">UDisksPartition</a>;
49
49
struct              <a class="link" href="UDisksPartition.html#UDisksPartitionIface" title="struct UDisksPartitionIface">UDisksPartitionIface</a>;
50
 
<span class="returnvalue">GDBusInterfaceInfo</span> * <a class="link" href="UDisksPartition.html#udisks-partition-interface-info" title="udisks_partition_interface_info ()">udisks_partition_interface_info</a>    (<em class="parameter"><code><span class="type">void</span></code></em>);
51
 
<span class="returnvalue">guint</span>               <a class="link" href="UDisksPartition.html#udisks-partition-override-properties" title="udisks_partition_override_properties ()">udisks_partition_override_properties</a>
52
 
                                                        (<em class="parameter"><code><span class="type">GObjectClass</span> *klass</code></em>,
53
 
                                                         <em class="parameter"><code><span class="type">guint</span> property_id_begin</code></em>);
 
50
<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="UDisksPartition.html#udisks-partition-interface-info" title="udisks_partition_interface_info ()">udisks_partition_interface_info</a>    (<em class="parameter"><code><span class="type">void</span></code></em>);
 
51
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="UDisksPartition.html#udisks-partition-override-properties" title="udisks_partition_override_properties ()">udisks_partition_override_properties</a>
 
52
                                                        (<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>,
 
53
                                                         <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>);
54
54
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-call-delete" title="udisks_partition_call_delete ()">udisks_partition_call_delete</a>        (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
55
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
56
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
57
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
58
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
59
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPartition.html#udisks-partition-call-delete-finish" title="udisks_partition_call_delete_finish ()">udisks_partition_call_delete_finish</a> (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
60
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
61
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
62
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPartition.html#udisks-partition-call-delete-sync" title="udisks_partition_call_delete_sync ()">udisks_partition_call_delete_sync</a>   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
63
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
64
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
65
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
55
                                                         <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>,
 
56
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
57
                                                         <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>,
 
58
                                                         <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>);
 
59
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPartition.html#udisks-partition-call-delete-finish" title="udisks_partition_call_delete_finish ()">udisks_partition_call_delete_finish</a> (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
 
60
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
61
                                                         <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>);
 
62
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPartition.html#udisks-partition-call-delete-sync" title="udisks_partition_call_delete_sync ()">udisks_partition_call_delete_sync</a>   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
 
63
                                                         <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>,
 
64
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
65
                                                         <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>);
66
66
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-complete-delete" title="udisks_partition_complete_delete ()">udisks_partition_complete_delete</a>    (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
67
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
 
67
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
68
68
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-call-set-type" title="udisks_partition_call_set_type ()">udisks_partition_call_set_type</a>      (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
69
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_type</code></em>,
70
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
71
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
72
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
73
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
74
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-type-finish" title="udisks_partition_call_set_type_finish ()">udisks_partition_call_set_type_finish</a>
 
69
                                                         <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>,
 
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/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
72
                                                         <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>,
 
73
                                                         <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>);
 
74
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-type-finish" title="udisks_partition_call_set_type_finish ()">udisks_partition_call_set_type_finish</a>
75
75
                                                        (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
76
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
77
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
78
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-type-sync" title="udisks_partition_call_set_type_sync ()">udisks_partition_call_set_type_sync</a> (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
79
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_type</code></em>,
80
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
81
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
82
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
76
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
77
                                                         <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>);
 
78
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-type-sync" title="udisks_partition_call_set_type_sync ()">udisks_partition_call_set_type_sync</a> (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
 
79
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg_type</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_options</code></em>,
 
81
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
82
                                                         <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>);
83
83
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-complete-set-type" title="udisks_partition_complete_set_type ()">udisks_partition_complete_set_type</a>  (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
84
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
 
84
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
85
85
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-call-set-name" title="udisks_partition_call_set_name ()">udisks_partition_call_set_name</a>      (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
86
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_name</code></em>,
87
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
88
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
89
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
90
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
91
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-name-finish" title="udisks_partition_call_set_name_finish ()">udisks_partition_call_set_name_finish</a>
 
86
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg_name</code></em>,
 
87
                                                         <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>,
 
88
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
89
                                                         <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>,
 
90
                                                         <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>);
 
91
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-name-finish" title="udisks_partition_call_set_name_finish ()">udisks_partition_call_set_name_finish</a>
92
92
                                                        (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
93
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
94
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
95
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-name-sync" title="udisks_partition_call_set_name_sync ()">udisks_partition_call_set_name_sync</a> (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
96
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_name</code></em>,
97
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
98
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
99
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
93
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</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
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-name-sync" title="udisks_partition_call_set_name_sync ()">udisks_partition_call_set_name_sync</a> (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
 
96
                                                         <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_name</code></em>,
 
97
                                                         <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>,
 
98
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
99
                                                         <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>);
100
100
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-complete-set-name" title="udisks_partition_complete_set_name ()">udisks_partition_complete_set_name</a>  (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
101
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
 
101
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
102
102
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-call-set-flags" title="udisks_partition_call_set_flags ()">udisks_partition_call_set_flags</a>     (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
103
103
                                                         <em class="parameter"><code><span class="type">guint64</span> arg_flags</code></em>,
104
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
105
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
106
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
107
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
108
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-flags-finish" title="udisks_partition_call_set_flags_finish ()">udisks_partition_call_set_flags_finish</a>
 
104
                                                         <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>,
 
105
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
106
                                                         <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>,
 
107
                                                         <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>);
 
108
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-flags-finish" title="udisks_partition_call_set_flags_finish ()">udisks_partition_call_set_flags_finish</a>
109
109
                                                        (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
110
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
111
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
112
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-flags-sync" title="udisks_partition_call_set_flags_sync ()">udisks_partition_call_set_flags_sync</a>
 
110
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
111
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
112
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPartition.html#udisks-partition-call-set-flags-sync" title="udisks_partition_call_set_flags_sync ()">udisks_partition_call_set_flags_sync</a>
113
113
                                                        (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
114
114
                                                         <em class="parameter"><code><span class="type">guint64</span> arg_flags</code></em>,
115
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
116
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
117
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
115
                                                         <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>,
 
116
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
117
                                                         <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>);
118
118
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-complete-set-flags" title="udisks_partition_complete_set_flags ()">udisks_partition_complete_set_flags</a> (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
119
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
120
 
<span class="returnvalue">guint</span>               <a class="link" href="UDisksPartition.html#udisks-partition-get-number" title="udisks_partition_get_number ()">udisks_partition_get_number</a>         (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
121
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksPartition.html#udisks-partition-get-type-" title="udisks_partition_get_type_ ()">udisks_partition_get_type_</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
119
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
 
120
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="UDisksPartition.html#udisks-partition-get-number" title="udisks_partition_get_number ()">udisks_partition_get_number</a>         (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
121
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="UDisksPartition.html#udisks-partition-get-type-" title="udisks_partition_get_type_ ()">udisks_partition_get_type_</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
122
122
<span class="returnvalue">guint64</span>             <a class="link" href="UDisksPartition.html#udisks-partition-get-offset" title="udisks_partition_get_offset ()">udisks_partition_get_offset</a>         (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
123
123
<span class="returnvalue">guint64</span>             <a class="link" href="UDisksPartition.html#udisks-partition-get-size" title="udisks_partition_get_size ()">udisks_partition_get_size</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
124
124
<span class="returnvalue">guint64</span>             <a class="link" href="UDisksPartition.html#udisks-partition-get-flags" title="udisks_partition_get_flags ()">udisks_partition_get_flags</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
125
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksPartition.html#udisks-partition-get-name" title="udisks_partition_get_name ()">udisks_partition_get_name</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
126
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksPartition.html#udisks-partition-get-uuid" title="udisks_partition_get_uuid ()">udisks_partition_get_uuid</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
127
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksPartition.html#udisks-partition-get-table" title="udisks_partition_get_table ()">udisks_partition_get_table</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
128
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPartition.html#udisks-partition-get-is-container" title="udisks_partition_get_is_container ()">udisks_partition_get_is_container</a>   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
129
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksPartition.html#udisks-partition-get-is-contained" title="udisks_partition_get_is_contained ()">udisks_partition_get_is_contained</a>   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
130
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksPartition.html#udisks-partition-dup-type-" title="udisks_partition_dup_type_ ()">udisks_partition_dup_type_</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
131
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksPartition.html#udisks-partition-dup-name" title="udisks_partition_dup_name ()">udisks_partition_dup_name</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
132
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksPartition.html#udisks-partition-dup-uuid" title="udisks_partition_dup_uuid ()">udisks_partition_dup_uuid</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
133
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksPartition.html#udisks-partition-dup-table" title="udisks_partition_dup_table ()">udisks_partition_dup_table</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
125
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="UDisksPartition.html#udisks-partition-get-name" title="udisks_partition_get_name ()">udisks_partition_get_name</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
126
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="UDisksPartition.html#udisks-partition-get-uuid" title="udisks_partition_get_uuid ()">udisks_partition_get_uuid</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
127
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="UDisksPartition.html#udisks-partition-get-table" title="udisks_partition_get_table ()">udisks_partition_get_table</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
128
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPartition.html#udisks-partition-get-is-container" title="udisks_partition_get_is_container ()">udisks_partition_get_is_container</a>   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
129
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksPartition.html#udisks-partition-get-is-contained" title="udisks_partition_get_is_contained ()">udisks_partition_get_is_contained</a>   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
130
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksPartition.html#udisks-partition-dup-type-" title="udisks_partition_dup_type_ ()">udisks_partition_dup_type_</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
131
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksPartition.html#udisks-partition-dup-name" title="udisks_partition_dup_name ()">udisks_partition_dup_name</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
132
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksPartition.html#udisks-partition-dup-uuid" title="udisks_partition_dup_uuid ()">udisks_partition_dup_uuid</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
 
133
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksPartition.html#udisks-partition-dup-table" title="udisks_partition_dup_table ()">udisks_partition_dup_table</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);
134
134
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-set-number" title="udisks_partition_set_number ()">udisks_partition_set_number</a>         (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
135
 
                                                         <em class="parameter"><code><span class="type">guint</span> value</code></em>);
 
135
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> value</code></em>);
136
136
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-set-type-" title="udisks_partition_set_type_ ()">udisks_partition_set_type_</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
137
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
137
                                                         <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>);
138
138
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-set-offset" title="udisks_partition_set_offset ()">udisks_partition_set_offset</a>         (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
139
139
                                                         <em class="parameter"><code><span class="type">guint64</span> value</code></em>);
140
140
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-set-size" title="udisks_partition_set_size ()">udisks_partition_set_size</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
142
142
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-set-flags" title="udisks_partition_set_flags ()">udisks_partition_set_flags</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
143
143
                                                         <em class="parameter"><code><span class="type">guint64</span> value</code></em>);
144
144
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-set-name" title="udisks_partition_set_name ()">udisks_partition_set_name</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
145
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
145
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
146
146
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-set-uuid" title="udisks_partition_set_uuid ()">udisks_partition_set_uuid</a>           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
147
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
147
                                                         <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>);
148
148
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-set-table" title="udisks_partition_set_table ()">udisks_partition_set_table</a>          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
149
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
149
                                                         <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>);
150
150
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-set-is-container" title="udisks_partition_set_is_container ()">udisks_partition_set_is_container</a>   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
151
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
151
                                                         <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>);
152
152
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-set-is-contained" title="udisks_partition_set_is_contained ()">udisks_partition_set_is_contained</a>   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
153
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
153
                                                         <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>);
154
154
struct              <a class="link" href="UDisksPartition.html#UDisksPartitionProxy" title="struct UDisksPartitionProxy">UDisksPartitionProxy</a>;
155
155
struct              <a class="link" href="UDisksPartition.html#UDisksPartitionProxyClass" title="struct UDisksPartitionProxyClass">UDisksPartitionProxyClass</a>;
156
 
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new" title="udisks_partition_proxy_new ()">udisks_partition_proxy_new</a>          (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
157
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
158
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
159
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
160
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
161
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
162
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
163
 
<a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-finish" title="udisks_partition_proxy_new_finish ()">udisks_partition_proxy_new_finish</a>   (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
164
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
165
 
<a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-sync" title="udisks_partition_proxy_new_sync ()">udisks_partition_proxy_new_sync</a>     (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
166
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
167
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
168
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
169
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
170
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
171
 
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-for-bus" title="udisks_partition_proxy_new_for_bus ()">udisks_partition_proxy_new_for_bus</a>  (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
172
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
173
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
174
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
175
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
176
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
177
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
156
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new" title="udisks_partition_proxy_new ()">udisks_partition_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>,
 
157
                                                         <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>,
 
158
                                                         <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>,
 
159
                                                         <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>,
 
160
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
161
                                                         <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>,
 
162
                                                         <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>);
 
163
<a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-finish" title="udisks_partition_proxy_new_finish ()">udisks_partition_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>,
 
164
                                                         <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>);
 
165
<a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-sync" title="udisks_partition_proxy_new_sync ()">udisks_partition_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>,
 
166
                                                         <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>,
 
167
                                                         <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>,
 
168
                                                         <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>,
 
169
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
170
                                                         <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>);
 
171
<span class="returnvalue">void</span>                <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-for-bus" title="udisks_partition_proxy_new_for_bus ()">udisks_partition_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>,
 
172
                                                         <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>,
 
173
                                                         <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>,
 
174
                                                         <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>,
 
175
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
176
                                                         <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>,
 
177
                                                         <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>);
178
178
<a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-for-bus-finish" title="udisks_partition_proxy_new_for_bus_finish ()">udisks_partition_proxy_new_for_bus_finish</a>
179
 
                                                        (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
180
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
179
                                                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
180
                                                         <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>);
181
181
<a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-for-bus-sync" title="udisks_partition_proxy_new_for_bus_sync ()">udisks_partition_proxy_new_for_bus_sync</a>
182
 
                                                        (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
183
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
184
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
185
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
186
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
187
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
182
                                                        (<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>,
 
183
                                                         <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>,
 
184
                                                         <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>,
 
185
                                                         <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>,
 
186
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
187
                                                         <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>);
188
188
struct              <a class="link" href="UDisksPartition.html#UDisksPartitionSkeleton-struct" title="struct UDisksPartitionSkeleton">UDisksPartitionSkeleton</a>;
189
189
struct              <a class="link" href="UDisksPartition.html#UDisksPartitionSkeletonClass" title="struct UDisksPartitionSkeletonClass">UDisksPartitionSkeletonClass</a>;
190
190
<a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   <a class="link" href="UDisksPartition.html#udisks-partition-skeleton-new" title="udisks_partition_skeleton_new ()">udisks_partition_skeleton_new</a>       (<em class="parameter"><code><span class="type">void</span></code></em>);
197
197
   +----UDisksPartition
198
198
</pre>
199
199
<pre class="synopsis">
200
 
  GObject
201
 
   +----GDBusInterfaceSkeleton
 
200
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
201
   +----<a href="http://library.gnome.org/devel/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
202
202
         +----UDisksPartitionSkeleton
203
203
               +----<a class="link" href="UDisksLinuxPartition.html" title="UDisksLinuxPartition">UDisksLinuxPartition</a>
204
204
</pre>
207
207
<a name="UDisksPartition.prerequisites"></a><h2>Prerequisites</h2>
208
208
<p>
209
209
UDisksPartition requires
210
 
 GObject.</p>
 
210
 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
211
211
</div>
212
212
<div class="refsect1">
213
213
<a name="UDisksPartition.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
214
214
<p>
215
215
UDisksPartitionSkeleton implements
216
 
 GDBusInterface and  <a class="link" href="UDisksPartition.html" title="UDisksPartition">UDisksPartition</a>.</p>
 
216
 <a href="http://library.gnome.org/devel/gio/unstable/GDBusInterface.html">GDBusInterface</a> and  <a class="link" href="UDisksPartition.html" title="UDisksPartition">UDisksPartition</a>.</p>
217
217
</div>
218
218
<div class="refsect1">
219
219
<a name="UDisksPartition.implementations"></a><h2>Known Implementations</h2>
297
297
</colgroup>
298
298
<tbody>
299
299
<tr>
300
 
<td><p><span class="term"><span class="type">GTypeInterface</span> <em class="structfield"><code><a name="UDisksPartitionIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
 
300
<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="UDisksPartitionIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
301
301
<td>The parent interface.</td>
302
302
</tr>
303
303
<tr>
362
362
<hr>
363
363
<div class="refsect2">
364
364
<a name="udisks-partition-interface-info"></a><h3>udisks_partition_interface_info ()</h3>
365
 
<pre class="programlisting"><span class="returnvalue">GDBusInterfaceInfo</span> * udisks_partition_interface_info    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
365
<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_partition_interface_info    (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
366
366
<p>
367
367
Gets a machine-readable description of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-interface-org-freedesktop-UDisks2-Partition.top_of_page">org.freedesktop.UDisks2.Partition</a> D-Bus interface.
368
368
</p>
373
373
</colgroup>
374
374
<tbody><tr>
375
375
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
376
 
<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>
 
376
<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>
377
377
</td>
378
378
</tr></tbody>
379
379
</table></div>
381
381
<hr>
382
382
<div class="refsect2">
383
383
<a name="udisks-partition-override-properties"></a><h3>udisks_partition_override_properties ()</h3>
384
 
<pre class="programlisting"><span class="returnvalue">guint</span>               udisks_partition_override_properties
385
 
                                                        (<em class="parameter"><code><span class="type">GObjectClass</span> *klass</code></em>,
386
 
                                                         <em class="parameter"><code><span class="type">guint</span> property_id_begin</code></em>);</pre>
 
384
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               udisks_partition_override_properties
 
385
                                                        (<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>,
 
386
                                                         <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>
387
387
<p>
388
 
Overrides all <span class="type">GObject</span> properties in the <a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> interface for a concrete class.
 
388
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="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> interface for a concrete class.
389
389
The properties are overridden in the order they are defined.
390
390
</p>
391
391
<div class="variablelist"><table border="0" class="variablelist">
396
396
<tbody>
397
397
<tr>
398
398
<td><p><span class="term"><em class="parameter"><code>klass</code></em> :</span></p></td>
399
 
<td>The class structure for a <span class="type">GObject</span>-derived class.</td>
 
399
<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>
400
400
</tr>
401
401
<tr>
402
402
<td><p><span class="term"><em class="parameter"><code>property_id_begin</code></em> :</span></p></td>
413
413
<div class="refsect2">
414
414
<a name="udisks-partition-call-delete"></a><h3>udisks_partition_call_delete ()</h3>
415
415
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_call_delete        (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
416
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
417
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
418
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
419
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
416
                                                         <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>,
 
417
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
418
                                                         <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>,
 
419
                                                         <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>
420
420
<p>
421
421
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.Delete" title="The Delete() method"><code class="function">Delete()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
422
 
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.
 
422
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.
423
423
You can then call <a class="link" href="UDisksPartition.html#udisks-partition-call-delete-finish" title="udisks_partition_call_delete_finish ()"><code class="function">udisks_partition_call_delete_finish()</code></a> to get the result of the operation.
424
424
</p>
425
425
<p>
441
441
</tr>
442
442
<tr>
443
443
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
444
 
<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>
 
444
<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>
445
445
</td>
446
446
</tr>
447
447
<tr>
448
448
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
449
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
449
<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>
450
450
</tr>
451
451
<tr>
452
452
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
458
458
<hr>
459
459
<div class="refsect2">
460
460
<a name="udisks-partition-call-delete-finish"></a><h3>udisks_partition_call_delete_finish ()</h3>
461
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_partition_call_delete_finish (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
462
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
463
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
461
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_partition_call_delete_finish (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
 
462
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
463
                                                         <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>
464
464
<p>
465
465
Finishes an operation started with <a class="link" href="UDisksPartition.html#udisks-partition-call-delete" title="udisks_partition_call_delete ()"><code class="function">udisks_partition_call_delete()</code></a>.
466
466
</p>
476
476
</tr>
477
477
<tr>
478
478
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
479
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksPartition.html#udisks-partition-call-delete" title="udisks_partition_call_delete ()"><code class="function">udisks_partition_call_delete()</code></a>.</td>
 
479
<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="UDisksPartition.html#udisks-partition-call-delete" title="udisks_partition_call_delete ()"><code class="function">udisks_partition_call_delete()</code></a>.</td>
480
480
</tr>
481
481
<tr>
482
482
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
483
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
483
<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>
484
484
</tr>
485
485
<tr>
486
486
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
487
487
<td>
488
 
<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>
 
488
<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>
489
489
</td>
490
490
</tr>
491
491
</tbody>
494
494
<hr>
495
495
<div class="refsect2">
496
496
<a name="udisks-partition-call-delete-sync"></a><h3>udisks_partition_call_delete_sync ()</h3>
497
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_partition_call_delete_sync   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
498
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
499
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
500
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
497
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_partition_call_delete_sync   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
 
498
                                                         <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>,
 
499
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
500
                                                         <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>
501
501
<p>
502
502
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.Delete" title="The Delete() method"><code class="function">Delete()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
503
503
</p>
520
520
</tr>
521
521
<tr>
522
522
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
523
 
<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>
 
523
<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>
524
524
</td>
525
525
</tr>
526
526
<tr>
527
527
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
528
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
528
<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>
529
529
</tr>
530
530
<tr>
531
531
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
532
532
<td>
533
 
<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>
 
533
<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>
534
534
</td>
535
535
</tr>
536
536
</tbody>
540
540
<div class="refsect2">
541
541
<a name="udisks-partition-complete-delete"></a><h3>udisks_partition_complete_delete ()</h3>
542
542
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_complete_delete    (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
543
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
543
                                                         <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>
544
544
<p>
545
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.Delete" title="The Delete() method"><code class="function">Delete()</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.
 
545
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.Delete" title="The Delete() method"><code class="function">Delete()</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.
546
546
</p>
547
547
<p>
548
548
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
559
559
</tr>
560
560
<tr>
561
561
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
562
 
<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>
 
562
<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>
563
563
</td>
564
564
</tr>
565
565
</tbody>
569
569
<div class="refsect2">
570
570
<a name="udisks-partition-call-set-type"></a><h3>udisks_partition_call_set_type ()</h3>
571
571
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_call_set_type      (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
572
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_type</code></em>,
573
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
574
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
575
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
576
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
572
                                                         <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>,
 
573
                                                         <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>,
 
574
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
575
                                                         <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>,
 
576
                                                         <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>
577
577
<p>
578
578
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetType" title="The SetType() method"><code class="function">SetType()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
579
 
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.
 
579
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.
580
580
You can then call <a class="link" href="UDisksPartition.html#udisks-partition-call-set-type-finish" title="udisks_partition_call_set_type_finish ()"><code class="function">udisks_partition_call_set_type_finish()</code></a> to get the result of the operation.
581
581
</p>
582
582
<p>
602
602
</tr>
603
603
<tr>
604
604
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
605
 
<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>
 
605
<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>
606
606
</td>
607
607
</tr>
608
608
<tr>
609
609
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
610
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
610
<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>
611
611
</tr>
612
612
<tr>
613
613
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
619
619
<hr>
620
620
<div class="refsect2">
621
621
<a name="udisks-partition-call-set-type-finish"></a><h3>udisks_partition_call_set_type_finish ()</h3>
622
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_partition_call_set_type_finish
 
622
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_partition_call_set_type_finish
623
623
                                                        (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
624
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
625
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
624
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
625
                                                         <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>
626
626
<p>
627
627
Finishes an operation started with <a class="link" href="UDisksPartition.html#udisks-partition-call-set-type" title="udisks_partition_call_set_type ()"><code class="function">udisks_partition_call_set_type()</code></a>.
628
628
</p>
638
638
</tr>
639
639
<tr>
640
640
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
641
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksPartition.html#udisks-partition-call-set-type" title="udisks_partition_call_set_type ()"><code class="function">udisks_partition_call_set_type()</code></a>.</td>
 
641
<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="UDisksPartition.html#udisks-partition-call-set-type" title="udisks_partition_call_set_type ()"><code class="function">udisks_partition_call_set_type()</code></a>.</td>
642
642
</tr>
643
643
<tr>
644
644
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
645
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
645
<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>
646
646
</tr>
647
647
<tr>
648
648
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
649
649
<td>
650
 
<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>
 
650
<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>
651
651
</td>
652
652
</tr>
653
653
</tbody>
656
656
<hr>
657
657
<div class="refsect2">
658
658
<a name="udisks-partition-call-set-type-sync"></a><h3>udisks_partition_call_set_type_sync ()</h3>
659
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_partition_call_set_type_sync (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
660
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_type</code></em>,
661
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
662
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
663
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
659
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_partition_call_set_type_sync (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
 
660
                                                         <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>,
 
661
                                                         <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>,
 
662
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
663
                                                         <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>
664
664
<p>
665
665
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetType" title="The SetType() method"><code class="function">SetType()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
666
666
</p>
687
687
</tr>
688
688
<tr>
689
689
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
690
 
<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>
 
690
<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>
691
691
</td>
692
692
</tr>
693
693
<tr>
694
694
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
695
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
695
<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>
696
696
</tr>
697
697
<tr>
698
698
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
699
699
<td>
700
 
<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>
 
700
<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>
701
701
</td>
702
702
</tr>
703
703
</tbody>
707
707
<div class="refsect2">
708
708
<a name="udisks-partition-complete-set-type"></a><h3>udisks_partition_complete_set_type ()</h3>
709
709
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_complete_set_type  (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
710
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
710
                                                         <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>
711
711
<p>
712
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetType" title="The SetType() method"><code class="function">SetType()</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.
 
712
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetType" title="The SetType() method"><code class="function">SetType()</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.
713
713
</p>
714
714
<p>
715
715
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
726
726
</tr>
727
727
<tr>
728
728
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
729
 
<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>
 
729
<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>
730
730
</td>
731
731
</tr>
732
732
</tbody>
736
736
<div class="refsect2">
737
737
<a name="udisks-partition-call-set-name"></a><h3>udisks_partition_call_set_name ()</h3>
738
738
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_call_set_name      (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
739
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_name</code></em>,
740
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
741
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
742
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
743
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
739
                                                         <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_name</code></em>,
 
740
                                                         <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>,
 
741
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
742
                                                         <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>,
 
743
                                                         <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>
744
744
<p>
745
745
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetName" title="The SetName() method"><code class="function">SetName()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
746
 
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.
 
746
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.
747
747
You can then call <a class="link" href="UDisksPartition.html#udisks-partition-call-set-name-finish" title="udisks_partition_call_set_name_finish ()"><code class="function">udisks_partition_call_set_name_finish()</code></a> to get the result of the operation.
748
748
</p>
749
749
<p>
769
769
</tr>
770
770
<tr>
771
771
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
772
 
<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>
 
772
<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>
773
773
</td>
774
774
</tr>
775
775
<tr>
776
776
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
777
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
777
<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>
778
778
</tr>
779
779
<tr>
780
780
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
786
786
<hr>
787
787
<div class="refsect2">
788
788
<a name="udisks-partition-call-set-name-finish"></a><h3>udisks_partition_call_set_name_finish ()</h3>
789
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_partition_call_set_name_finish
 
789
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_partition_call_set_name_finish
790
790
                                                        (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
791
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
792
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
791
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
792
                                                         <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>
793
793
<p>
794
794
Finishes an operation started with <a class="link" href="UDisksPartition.html#udisks-partition-call-set-name" title="udisks_partition_call_set_name ()"><code class="function">udisks_partition_call_set_name()</code></a>.
795
795
</p>
805
805
</tr>
806
806
<tr>
807
807
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
808
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksPartition.html#udisks-partition-call-set-name" title="udisks_partition_call_set_name ()"><code class="function">udisks_partition_call_set_name()</code></a>.</td>
 
808
<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="UDisksPartition.html#udisks-partition-call-set-name" title="udisks_partition_call_set_name ()"><code class="function">udisks_partition_call_set_name()</code></a>.</td>
809
809
</tr>
810
810
<tr>
811
811
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
812
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
812
<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>
813
813
</tr>
814
814
<tr>
815
815
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
816
816
<td>
817
 
<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>
 
817
<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>
818
818
</td>
819
819
</tr>
820
820
</tbody>
823
823
<hr>
824
824
<div class="refsect2">
825
825
<a name="udisks-partition-call-set-name-sync"></a><h3>udisks_partition_call_set_name_sync ()</h3>
826
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_partition_call_set_name_sync (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
827
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *arg_name</code></em>,
828
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
829
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
830
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
826
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_partition_call_set_name_sync (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
 
827
                                                         <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_name</code></em>,
 
828
                                                         <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>,
 
829
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
830
                                                         <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>
831
831
<p>
832
832
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetName" title="The SetName() method"><code class="function">SetName()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
833
833
</p>
854
854
</tr>
855
855
<tr>
856
856
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
857
 
<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>
 
857
<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>
858
858
</td>
859
859
</tr>
860
860
<tr>
861
861
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
862
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
862
<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>
863
863
</tr>
864
864
<tr>
865
865
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
866
866
<td>
867
 
<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>
 
867
<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>
868
868
</td>
869
869
</tr>
870
870
</tbody>
874
874
<div class="refsect2">
875
875
<a name="udisks-partition-complete-set-name"></a><h3>udisks_partition_complete_set_name ()</h3>
876
876
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_complete_set_name  (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
877
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
877
                                                         <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>
878
878
<p>
879
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetName" title="The SetName() method"><code class="function">SetName()</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.
 
879
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetName" title="The SetName() method"><code class="function">SetName()</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.
880
880
</p>
881
881
<p>
882
882
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
893
893
</tr>
894
894
<tr>
895
895
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
896
 
<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>
 
896
<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>
897
897
</td>
898
898
</tr>
899
899
</tbody>
904
904
<a name="udisks-partition-call-set-flags"></a><h3>udisks_partition_call_set_flags ()</h3>
905
905
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_call_set_flags     (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
906
906
                                                         <em class="parameter"><code><span class="type">guint64</span> arg_flags</code></em>,
907
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
908
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
909
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
910
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
907
                                                         <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>,
 
908
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
909
                                                         <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>,
 
910
                                                         <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>
911
911
<p>
912
912
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetFlags" title="The SetFlags() method"><code class="function">SetFlags()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
913
 
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.
 
913
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.
914
914
You can then call <a class="link" href="UDisksPartition.html#udisks-partition-call-set-flags-finish" title="udisks_partition_call_set_flags_finish ()"><code class="function">udisks_partition_call_set_flags_finish()</code></a> to get the result of the operation.
915
915
</p>
916
916
<p>
936
936
</tr>
937
937
<tr>
938
938
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
939
 
<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>
 
939
<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>
940
940
</td>
941
941
</tr>
942
942
<tr>
943
943
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
944
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
944
<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>
945
945
</tr>
946
946
<tr>
947
947
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
953
953
<hr>
954
954
<div class="refsect2">
955
955
<a name="udisks-partition-call-set-flags-finish"></a><h3>udisks_partition_call_set_flags_finish ()</h3>
956
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_partition_call_set_flags_finish
 
956
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_partition_call_set_flags_finish
957
957
                                                        (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
958
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
959
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
958
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
959
                                                         <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>
960
960
<p>
961
961
Finishes an operation started with <a class="link" href="UDisksPartition.html#udisks-partition-call-set-flags" title="udisks_partition_call_set_flags ()"><code class="function">udisks_partition_call_set_flags()</code></a>.
962
962
</p>
972
972
</tr>
973
973
<tr>
974
974
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
975
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksPartition.html#udisks-partition-call-set-flags" title="udisks_partition_call_set_flags ()"><code class="function">udisks_partition_call_set_flags()</code></a>.</td>
 
975
<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="UDisksPartition.html#udisks-partition-call-set-flags" title="udisks_partition_call_set_flags ()"><code class="function">udisks_partition_call_set_flags()</code></a>.</td>
976
976
</tr>
977
977
<tr>
978
978
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
979
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
979
<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>
980
980
</tr>
981
981
<tr>
982
982
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
983
983
<td>
984
 
<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>
 
984
<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>
985
985
</td>
986
986
</tr>
987
987
</tbody>
990
990
<hr>
991
991
<div class="refsect2">
992
992
<a name="udisks-partition-call-set-flags-sync"></a><h3>udisks_partition_call_set_flags_sync ()</h3>
993
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_partition_call_set_flags_sync
 
993
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_partition_call_set_flags_sync
994
994
                                                        (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *proxy</code></em>,
995
995
                                                         <em class="parameter"><code><span class="type">guint64</span> arg_flags</code></em>,
996
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
997
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
998
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
996
                                                         <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>,
 
997
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
998
                                                         <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>
999
999
<p>
1000
1000
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetFlags" title="The SetFlags() method"><code class="function">SetFlags()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
1001
1001
</p>
1022
1022
</tr>
1023
1023
<tr>
1024
1024
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1025
 
<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>
 
1025
<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>
1026
1026
</td>
1027
1027
</tr>
1028
1028
<tr>
1029
1029
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1030
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1030
<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>
1031
1031
</tr>
1032
1032
<tr>
1033
1033
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1034
1034
<td>
1035
 
<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>
 
1035
<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>
1036
1036
</td>
1037
1037
</tr>
1038
1038
</tbody>
1042
1042
<div class="refsect2">
1043
1043
<a name="udisks-partition-complete-set-flags"></a><h3>udisks_partition_complete_set_flags ()</h3>
1044
1044
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_complete_set_flags (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
1045
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
1045
                                                         <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>
1046
1046
<p>
1047
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetFlags" title="The SetFlags() method"><code class="function">SetFlags()</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.
 
1047
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetFlags" title="The SetFlags() method"><code class="function">SetFlags()</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.
1048
1048
</p>
1049
1049
<p>
1050
1050
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
1061
1061
</tr>
1062
1062
<tr>
1063
1063
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
1064
 
<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>
 
1064
<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>
1065
1065
</td>
1066
1066
</tr>
1067
1067
</tbody>
1070
1070
<hr>
1071
1071
<div class="refsect2">
1072
1072
<a name="udisks-partition-get-number"></a><h3>udisks_partition_get_number ()</h3>
1073
 
<pre class="programlisting"><span class="returnvalue">guint</span>               udisks_partition_get_number         (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1073
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               udisks_partition_get_number         (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1074
1074
<p>
1075
1075
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Number" title='The "Number" property'>"Number"</a> D-Bus property.
1076
1076
</p>
1097
1097
<hr>
1098
1098
<div class="refsect2">
1099
1099
<a name="udisks-partition-get-type-"></a><h3>udisks_partition_get_type_ ()</h3>
1100
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_partition_get_type_          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1100
<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_partition_get_type_          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1101
1101
<p>
1102
1102
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Type" title='The "Type" property'>"Type"</a> D-Bus property.
1103
1103
</p>
1122
1122
</tr>
1123
1123
<tr>
1124
1124
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1125
 
<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>
 
1125
<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>
1126
1126
</td>
1127
1127
</tr>
1128
1128
</tbody>
1212
1212
<hr>
1213
1213
<div class="refsect2">
1214
1214
<a name="udisks-partition-get-name"></a><h3>udisks_partition_get_name ()</h3>
1215
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_partition_get_name           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1215
<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_partition_get_name           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1216
1216
<p>
1217
1217
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Name" title='The "Name" property'>"Name"</a> D-Bus property.
1218
1218
</p>
1237
1237
</tr>
1238
1238
<tr>
1239
1239
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1240
 
<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>
 
1240
<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>
1241
1241
</td>
1242
1242
</tr>
1243
1243
</tbody>
1246
1246
<hr>
1247
1247
<div class="refsect2">
1248
1248
<a name="udisks-partition-get-uuid"></a><h3>udisks_partition_get_uuid ()</h3>
1249
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_partition_get_uuid           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1249
<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_partition_get_uuid           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1250
1250
<p>
1251
1251
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.UUID" title='The "UUID" property'>"UUID"</a> D-Bus property.
1252
1252
</p>
1271
1271
</tr>
1272
1272
<tr>
1273
1273
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1274
 
<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>
 
1274
<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>
1275
1275
</td>
1276
1276
</tr>
1277
1277
</tbody>
1280
1280
<hr>
1281
1281
<div class="refsect2">
1282
1282
<a name="udisks-partition-get-table"></a><h3>udisks_partition_get_table ()</h3>
1283
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_partition_get_table          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1283
<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_partition_get_table          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1284
1284
<p>
1285
1285
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Table" title='The "Table" property'>"Table"</a> D-Bus property.
1286
1286
</p>
1305
1305
</tr>
1306
1306
<tr>
1307
1307
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1308
 
<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>
 
1308
<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>
1309
1309
</td>
1310
1310
</tr>
1311
1311
</tbody>
1314
1314
<hr>
1315
1315
<div class="refsect2">
1316
1316
<a name="udisks-partition-get-is-container"></a><h3>udisks_partition_get_is_container ()</h3>
1317
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_partition_get_is_container   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1317
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_partition_get_is_container   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1318
1318
<p>
1319
1319
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.IsContainer" title='The "IsContainer" property'>"IsContainer"</a> D-Bus property.
1320
1320
</p>
1341
1341
<hr>
1342
1342
<div class="refsect2">
1343
1343
<a name="udisks-partition-get-is-contained"></a><h3>udisks_partition_get_is_contained ()</h3>
1344
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_partition_get_is_contained   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1344
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_partition_get_is_contained   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1345
1345
<p>
1346
1346
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.IsContained" title='The "IsContained" property'>"IsContained"</a> D-Bus property.
1347
1347
</p>
1368
1368
<hr>
1369
1369
<div class="refsect2">
1370
1370
<a name="udisks-partition-dup-type-"></a><h3>udisks_partition_dup_type_ ()</h3>
1371
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_partition_dup_type_          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1371
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_partition_dup_type_          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1372
1372
<p>
1373
1373
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Type" title='The "Type" property'>"Type"</a> D-Bus property.
1374
1374
</p>
1387
1387
</tr>
1388
1388
<tr>
1389
1389
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1390
 
<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>
 
1390
<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>
1391
1391
</td>
1392
1392
</tr>
1393
1393
</tbody>
1396
1396
<hr>
1397
1397
<div class="refsect2">
1398
1398
<a name="udisks-partition-dup-name"></a><h3>udisks_partition_dup_name ()</h3>
1399
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_partition_dup_name           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1399
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_partition_dup_name           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1400
1400
<p>
1401
1401
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Name" title='The "Name" property'>"Name"</a> D-Bus property.
1402
1402
</p>
1415
1415
</tr>
1416
1416
<tr>
1417
1417
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1418
 
<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>
 
1418
<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>
1419
1419
</td>
1420
1420
</tr>
1421
1421
</tbody>
1424
1424
<hr>
1425
1425
<div class="refsect2">
1426
1426
<a name="udisks-partition-dup-uuid"></a><h3>udisks_partition_dup_uuid ()</h3>
1427
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_partition_dup_uuid           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1427
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_partition_dup_uuid           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1428
1428
<p>
1429
1429
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.UUID" title='The "UUID" property'>"UUID"</a> D-Bus property.
1430
1430
</p>
1443
1443
</tr>
1444
1444
<tr>
1445
1445
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1446
 
<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>
 
1446
<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>
1447
1447
</td>
1448
1448
</tr>
1449
1449
</tbody>
1452
1452
<hr>
1453
1453
<div class="refsect2">
1454
1454
<a name="udisks-partition-dup-table"></a><h3>udisks_partition_dup_table ()</h3>
1455
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_partition_dup_table          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
 
1455
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_partition_dup_table          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>);</pre>
1456
1456
<p>
1457
1457
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Table" title='The "Table" property'>"Table"</a> D-Bus property.
1458
1458
</p>
1471
1471
</tr>
1472
1472
<tr>
1473
1473
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1474
 
<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>
 
1474
<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>
1475
1475
</td>
1476
1476
</tr>
1477
1477
</tbody>
1481
1481
<div class="refsect2">
1482
1482
<a name="udisks-partition-set-number"></a><h3>udisks_partition_set_number ()</h3>
1483
1483
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_set_number         (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
1484
 
                                                         <em class="parameter"><code><span class="type">guint</span> value</code></em>);</pre>
 
1484
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> value</code></em>);</pre>
1485
1485
<p>
1486
1486
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Number" title='The "Number" property'>"Number"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1487
1487
</p>
1509
1509
<div class="refsect2">
1510
1510
<a name="udisks-partition-set-type-"></a><h3>udisks_partition_set_type_ ()</h3>
1511
1511
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_set_type_          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
1512
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
1512
                                                         <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>
1513
1513
<p>
1514
1514
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Type" title='The "Type" property'>"Type"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1515
1515
</p>
1621
1621
<div class="refsect2">
1622
1622
<a name="udisks-partition-set-name"></a><h3>udisks_partition_set_name ()</h3>
1623
1623
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_set_name           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
1624
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
1624
                                                         <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>
1625
1625
<p>
1626
1626
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Name" title='The "Name" property'>"Name"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1627
1627
</p>
1649
1649
<div class="refsect2">
1650
1650
<a name="udisks-partition-set-uuid"></a><h3>udisks_partition_set_uuid ()</h3>
1651
1651
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_set_uuid           (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
1652
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
1652
                                                         <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>
1653
1653
<p>
1654
1654
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.UUID" title='The "UUID" property'>"UUID"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1655
1655
</p>
1677
1677
<div class="refsect2">
1678
1678
<a name="udisks-partition-set-table"></a><h3>udisks_partition_set_table ()</h3>
1679
1679
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_set_table          (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
1680
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
1680
                                                         <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>
1681
1681
<p>
1682
1682
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Table" title='The "Table" property'>"Table"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1683
1683
</p>
1705
1705
<div class="refsect2">
1706
1706
<a name="udisks-partition-set-is-container"></a><h3>udisks_partition_set_is_container ()</h3>
1707
1707
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_set_is_container   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
1708
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
1708
                                                         <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>
1709
1709
<p>
1710
1710
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.IsContainer" title='The "IsContainer" property'>"IsContainer"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1711
1711
</p>
1733
1733
<div class="refsect2">
1734
1734
<a name="udisks-partition-set-is-contained"></a><h3>udisks_partition_set_is_contained ()</h3>
1735
1735
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_set_is_contained   (<em class="parameter"><code><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="type">UDisksPartition</span></a> *object</code></em>,
1736
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
1736
                                                         <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>
1737
1737
<p>
1738
1738
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.IsContained" title='The "IsContained" property'>"IsContained"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
1739
1739
</p>
1783
1783
<col>
1784
1784
</colgroup>
1785
1785
<tbody><tr>
1786
 
<td><p><span class="term"><span class="type">GDBusProxyClass</span> <em class="structfield"><code><a name="UDisksPartitionProxyClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
1786
<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="UDisksPartitionProxyClass.parent-class"></a>parent_class</code></em>;</span></p></td>
1787
1787
<td>The parent class.</td>
1788
1788
</tr></tbody>
1789
1789
</table></div>
1791
1791
<hr>
1792
1792
<div class="refsect2">
1793
1793
<a name="udisks-partition-proxy-new"></a><h3>udisks_partition_proxy_new ()</h3>
1794
 
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_proxy_new          (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
1795
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
1796
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
1797
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
1798
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1799
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
1800
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
1794
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_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>,
 
1795
                                                         <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>,
 
1796
                                                         <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>,
 
1797
                                                         <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>,
 
1798
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1799
                                                         <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>,
 
1800
                                                         <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>
1801
1801
<p>
1802
 
Asynchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-interface-org-freedesktop-UDisks2-Partition.top_of_page">org.freedesktop.UDisks2.Partition</a>. See <code class="function">g_dbus_proxy_new()</code> for more details.
 
1802
Asynchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-interface-org-freedesktop-UDisks2-Partition.top_of_page">org.freedesktop.UDisks2.Partition</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.
1803
1803
</p>
1804
1804
<p>
1805
 
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.
 
1805
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.
1806
1806
You can then call <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-finish" title="udisks_partition_proxy_new_finish ()"><code class="function">udisks_partition_proxy_new_finish()</code></a> to get the result of the operation.
1807
1807
</p>
1808
1808
<p>
1816
1816
<tbody>
1817
1817
<tr>
1818
1818
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
1819
 
<td>A <span class="type">GDBusConnection</span>.</td>
 
1819
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</td>
1820
1820
</tr>
1821
1821
<tr>
1822
1822
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
1823
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
1823
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
1824
1824
</tr>
1825
1825
<tr>
1826
1826
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
1827
 
<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>
 
1827
<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>
1828
1828
</td>
1829
1829
</tr>
1830
1830
<tr>
1833
1833
</tr>
1834
1834
<tr>
1835
1835
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1836
 
<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>
 
1836
<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>
1837
1837
</td>
1838
1838
</tr>
1839
1839
<tr>
1840
1840
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1841
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied.</td>
 
1841
<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>
1842
1842
</tr>
1843
1843
<tr>
1844
1844
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1850
1850
<hr>
1851
1851
<div class="refsect2">
1852
1852
<a name="udisks-partition-proxy-new-finish"></a><h3>udisks_partition_proxy_new_finish ()</h3>
1853
 
<pre class="programlisting"><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   udisks_partition_proxy_new_finish   (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
1854
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1853
<pre class="programlisting"><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   udisks_partition_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>,
 
1854
                                                         <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>
1855
1855
<p>
1856
1856
Finishes an operation started with <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new" title="udisks_partition_proxy_new ()"><code class="function">udisks_partition_proxy_new()</code></a>.
1857
1857
</p>
1863
1863
<tbody>
1864
1864
<tr>
1865
1865
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1866
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new" title="udisks_partition_proxy_new ()"><code class="function">udisks_partition_proxy_new()</code></a>.</td>
 
1866
<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="UDisksPartition.html#udisks-partition-proxy-new" title="udisks_partition_proxy_new ()"><code class="function">udisks_partition_proxy_new()</code></a>.</td>
1867
1867
</tr>
1868
1868
<tr>
1869
1869
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1870
 
<td>Return location for error or <code class="literal">NULL</code>
 
1870
<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>
1871
1871
</td>
1872
1872
</tr>
1873
1873
<tr>
1874
1874
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1875
 
<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> UDisksPartitionProxy]</span>
 
1875
<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> UDisksPartitionProxy]</span>
1876
1876
</td>
1877
1877
</tr>
1878
1878
</tbody>
1881
1881
<hr>
1882
1882
<div class="refsect2">
1883
1883
<a name="udisks-partition-proxy-new-sync"></a><h3>udisks_partition_proxy_new_sync ()</h3>
1884
 
<pre class="programlisting"><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   udisks_partition_proxy_new_sync     (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
1885
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
1886
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
1887
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
1888
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1889
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1884
<pre class="programlisting"><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   udisks_partition_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>,
 
1885
                                                         <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>,
 
1886
                                                         <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>,
 
1887
                                                         <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>,
 
1888
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1889
                                                         <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>
1890
1890
<p>
1891
 
Synchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-interface-org-freedesktop-UDisks2-Partition.top_of_page">org.freedesktop.UDisks2.Partition</a>. See <code class="function">g_dbus_proxy_new_sync()</code> for more details.
 
1891
Synchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-interface-org-freedesktop-UDisks2-Partition.top_of_page">org.freedesktop.UDisks2.Partition</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.
1892
1892
</p>
1893
1893
<p>
1894
1894
The calling thread is blocked until a reply is received.
1904
1904
<tbody>
1905
1905
<tr>
1906
1906
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
1907
 
<td>A <span class="type">GDBusConnection</span>.</td>
 
1907
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</td>
1908
1908
</tr>
1909
1909
<tr>
1910
1910
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
1911
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
1911
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
1912
1912
</tr>
1913
1913
<tr>
1914
1914
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
1915
 
<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>
 
1915
<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>
1916
1916
</td>
1917
1917
</tr>
1918
1918
<tr>
1921
1921
</tr>
1922
1922
<tr>
1923
1923
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1924
 
<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>
 
1924
<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>
1925
1925
</td>
1926
1926
</tr>
1927
1927
<tr>
1928
1928
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1929
 
<td>Return location for error or <code class="literal">NULL</code>
 
1929
<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>
1930
1930
</td>
1931
1931
</tr>
1932
1932
<tr>
1933
1933
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1934
 
<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> UDisksPartitionProxy]</span>
 
1934
<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> UDisksPartitionProxy]</span>
1935
1935
</td>
1936
1936
</tr>
1937
1937
</tbody>
1940
1940
<hr>
1941
1941
<div class="refsect2">
1942
1942
<a name="udisks-partition-proxy-new-for-bus"></a><h3>udisks_partition_proxy_new_for_bus ()</h3>
1943
 
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_proxy_new_for_bus  (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
1944
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
1945
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
1946
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
1947
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1948
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
1949
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
1943
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_partition_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>,
 
1944
                                                         <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>,
 
1945
                                                         <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>,
 
1946
                                                         <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>,
 
1947
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1948
                                                         <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>,
 
1949
                                                         <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>
1950
1950
<p>
1951
 
Like <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new" title="udisks_partition_proxy_new ()"><code class="function">udisks_partition_proxy_new()</code></a> but takes a <span class="type">GBusType</span> instead of a <span class="type">GDBusConnection</span>.
 
1951
Like <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new" title="udisks_partition_proxy_new ()"><code class="function">udisks_partition_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>.
1952
1952
</p>
1953
1953
<p>
1954
 
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.
 
1954
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.
1955
1955
You can then call <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-for-bus-finish" title="udisks_partition_proxy_new_for_bus_finish ()"><code class="function">udisks_partition_proxy_new_for_bus_finish()</code></a> to get the result of the operation.
1956
1956
</p>
1957
1957
<p>
1965
1965
<tbody>
1966
1966
<tr>
1967
1967
<td><p><span class="term"><em class="parameter"><code>bus_type</code></em> :</span></p></td>
1968
 
<td>A <span class="type">GBusType</span>.</td>
 
1968
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</td>
1969
1969
</tr>
1970
1970
<tr>
1971
1971
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
1972
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
1972
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
1973
1973
</tr>
1974
1974
<tr>
1975
1975
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
1981
1981
</tr>
1982
1982
<tr>
1983
1983
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1984
 
<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>
 
1984
<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>
1985
1985
</td>
1986
1986
</tr>
1987
1987
<tr>
1988
1988
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
1989
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied.</td>
 
1989
<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>
1990
1990
</tr>
1991
1991
<tr>
1992
1992
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
1999
1999
<div class="refsect2">
2000
2000
<a name="udisks-partition-proxy-new-for-bus-finish"></a><h3>udisks_partition_proxy_new_for_bus_finish ()</h3>
2001
2001
<pre class="programlisting"><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   udisks_partition_proxy_new_for_bus_finish
2002
 
                                                        (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
2003
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
2002
                                                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
2003
                                                         <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>
2004
2004
<p>
2005
2005
Finishes an operation started with <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-for-bus" title="udisks_partition_proxy_new_for_bus ()"><code class="function">udisks_partition_proxy_new_for_bus()</code></a>.
2006
2006
</p>
2012
2012
<tbody>
2013
2013
<tr>
2014
2014
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
2015
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-for-bus" title="udisks_partition_proxy_new_for_bus ()"><code class="function">udisks_partition_proxy_new_for_bus()</code></a>.</td>
 
2015
<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="UDisksPartition.html#udisks-partition-proxy-new-for-bus" title="udisks_partition_proxy_new_for_bus ()"><code class="function">udisks_partition_proxy_new_for_bus()</code></a>.</td>
2016
2016
</tr>
2017
2017
<tr>
2018
2018
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2019
 
<td>Return location for error or <code class="literal">NULL</code>
 
2019
<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>
2020
2020
</td>
2021
2021
</tr>
2022
2022
<tr>
2023
2023
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2024
 
<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> UDisksPartitionProxy]</span>
 
2024
<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> UDisksPartitionProxy]</span>
2025
2025
</td>
2026
2026
</tr>
2027
2027
</tbody>
2031
2031
<div class="refsect2">
2032
2032
<a name="udisks-partition-proxy-new-for-bus-sync"></a><h3>udisks_partition_proxy_new_for_bus_sync ()</h3>
2033
2033
<pre class="programlisting"><a class="link" href="UDisksPartition.html" title="UDisksPartition"><span class="returnvalue">UDisksPartition</span></a> *   udisks_partition_proxy_new_for_bus_sync
2034
 
                                                        (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
2035
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
2036
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
2037
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
2038
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
2039
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
2034
                                                        (<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>,
 
2035
                                                         <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>,
 
2036
                                                         <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>,
 
2037
                                                         <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>,
 
2038
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
2039
                                                         <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>
2040
2040
<p>
2041
 
Like <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-sync" title="udisks_partition_proxy_new_sync ()"><code class="function">udisks_partition_proxy_new_sync()</code></a> but takes a <span class="type">GBusType</span> instead of a <span class="type">GDBusConnection</span>.
 
2041
Like <a class="link" href="UDisksPartition.html#udisks-partition-proxy-new-sync" title="udisks_partition_proxy_new_sync ()"><code class="function">udisks_partition_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>.
2042
2042
</p>
2043
2043
<p>
2044
2044
The calling thread is blocked until a reply is received.
2054
2054
<tbody>
2055
2055
<tr>
2056
2056
<td><p><span class="term"><em class="parameter"><code>bus_type</code></em> :</span></p></td>
2057
 
<td>A <span class="type">GBusType</span>.</td>
 
2057
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</td>
2058
2058
</tr>
2059
2059
<tr>
2060
2060
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
2061
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
2061
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
2062
2062
</tr>
2063
2063
<tr>
2064
2064
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
2070
2070
</tr>
2071
2071
<tr>
2072
2072
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
2073
 
<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>
 
2073
<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>
2074
2074
</td>
2075
2075
</tr>
2076
2076
<tr>
2077
2077
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
2078
 
<td>Return location for error or <code class="literal">NULL</code>
 
2078
<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>
2079
2079
</td>
2080
2080
</tr>
2081
2081
<tr>
2082
2082
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2083
 
<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> UDisksPartitionProxy]</span>
 
2083
<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> UDisksPartitionProxy]</span>
2084
2084
</td>
2085
2085
</tr>
2086
2086
</tbody>
2110
2110
<col>
2111
2111
</colgroup>
2112
2112
<tbody><tr>
2113
 
<td><p><span class="term"><span class="type">GDBusInterfaceSkeletonClass</span> <em class="structfield"><code><a name="UDisksPartitionSkeletonClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
2113
<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="UDisksPartitionSkeletonClass.parent-class"></a>parent_class</code></em>;</span></p></td>
2114
2114
<td>The parent class.</td>
2115
2115
</tr></tbody>
2116
2116
</table></div>