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

« back to all changes in this revision

Viewing changes to doc/html/UDisksDrive.html

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

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
<a name="UDisksDrive.synopsis"></a><h2>Synopsis</h2>
52
52
<a name="UDisksDriveProxy"></a><a name="UDisksDriveSkeleton"></a><pre class="synopsis">                    <a class="link" href="UDisksDrive.html#UDisksDrive-struct" title="UDisksDrive">UDisksDrive</a>;
53
53
struct              <a class="link" href="UDisksDrive.html#UDisksDriveIface" title="struct UDisksDriveIface">UDisksDriveIface</a>;
54
 
<span class="returnvalue">GDBusInterfaceInfo</span> * <a class="link" href="UDisksDrive.html#udisks-drive-interface-info" title="udisks_drive_interface_info ()">udisks_drive_interface_info</a>        (<em class="parameter"><code><span class="type">void</span></code></em>);
55
 
<span class="returnvalue">guint</span>               <a class="link" href="UDisksDrive.html#udisks-drive-override-properties" title="udisks_drive_override_properties ()">udisks_drive_override_properties</a>    (<em class="parameter"><code><span class="type">GObjectClass</span> *klass</code></em>,
56
 
                                                         <em class="parameter"><code><span class="type">guint</span> property_id_begin</code></em>);
 
54
<a href="http://library.gnome.org/devel/gio/unstable/gio-D-Bus-Introspection-Data.html#GDBusInterfaceInfo"><span class="returnvalue">GDBusInterfaceInfo</span></a> * <a class="link" href="UDisksDrive.html#udisks-drive-interface-info" title="udisks_drive_interface_info ()">udisks_drive_interface_info</a>        (<em class="parameter"><code><span class="type">void</span></code></em>);
 
55
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="UDisksDrive.html#udisks-drive-override-properties" title="udisks_drive_override_properties ()">udisks_drive_override_properties</a>    (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *klass</code></em>,
 
56
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> property_id_begin</code></em>);
57
57
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-call-eject" title="udisks_drive_call_eject ()">udisks_drive_call_eject</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
58
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
59
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
60
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
61
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
62
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-call-eject-finish" title="udisks_drive_call_eject_finish ()">udisks_drive_call_eject_finish</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
63
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
64
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
65
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-call-eject-sync" title="udisks_drive_call_eject_sync ()">udisks_drive_call_eject_sync</a>        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
66
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
67
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
68
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
58
                                                         <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>,
 
59
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
60
                                                         <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>,
 
61
                                                         <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>);
 
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="UDisksDrive.html#udisks-drive-call-eject-finish" title="udisks_drive_call_eject_finish ()">udisks_drive_call_eject_finish</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
 
63
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
64
                                                         <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>);
 
65
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-call-eject-sync" title="udisks_drive_call_eject_sync ()">udisks_drive_call_eject_sync</a>        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
 
66
                                                         <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>,
 
67
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
68
                                                         <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>);
69
69
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-complete-eject" title="udisks_drive_complete_eject ()">udisks_drive_complete_eject</a>         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
70
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
 
70
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
71
71
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-call-set-configuration" title="udisks_drive_call_set_configuration ()">udisks_drive_call_set_configuration</a> (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
72
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_value</code></em>,
73
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
74
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
75
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
76
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
77
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-call-set-configuration-finish" title="udisks_drive_call_set_configuration_finish ()">udisks_drive_call_set_configuration_finish</a>
78
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
79
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
80
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
81
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-call-set-configuration-sync" title="udisks_drive_call_set_configuration_sync ()">udisks_drive_call_set_configuration_sync</a>
82
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
83
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_value</code></em>,
84
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
85
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
86
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
72
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_value</code></em>,
 
73
                                                         <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>,
 
74
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
75
                                                         <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>,
 
76
                                                         <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>);
 
77
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-call-set-configuration-finish" title="udisks_drive_call_set_configuration_finish ()">udisks_drive_call_set_configuration_finish</a>
 
78
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
 
79
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
80
                                                         <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>);
 
81
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-call-set-configuration-sync" title="udisks_drive_call_set_configuration_sync ()">udisks_drive_call_set_configuration_sync</a>
 
82
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
 
83
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_value</code></em>,
 
84
                                                         <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>,
 
85
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
86
                                                         <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>);
87
87
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-complete-set-configuration" title="udisks_drive_complete_set_configuration ()">udisks_drive_complete_set_configuration</a>
88
88
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
89
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
 
89
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
90
90
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-call-power-off" title="udisks_drive_call_power_off ()">udisks_drive_call_power_off</a>         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
91
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
92
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
93
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
94
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
95
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-call-power-off-finish" title="udisks_drive_call_power_off_finish ()">udisks_drive_call_power_off_finish</a>  (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
96
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
97
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
98
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-call-power-off-sync" title="udisks_drive_call_power_off_sync ()">udisks_drive_call_power_off_sync</a>    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
99
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
100
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
101
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
91
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
92
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
93
                                                         <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>,
 
94
                                                         <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>);
 
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="UDisksDrive.html#udisks-drive-call-power-off-finish" title="udisks_drive_call_power_off_finish ()">udisks_drive_call_power_off_finish</a>  (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
 
96
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
97
                                                         <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>);
 
98
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-call-power-off-sync" title="udisks_drive_call_power_off_sync ()">udisks_drive_call_power_off_sync</a>    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
 
99
                                                         <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>,
 
100
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
101
                                                         <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>);
102
102
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-complete-power-off" title="udisks_drive_complete_power_off ()">udisks_drive_complete_power_off</a>     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
103
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);
104
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-connection-bus" title="udisks_drive_get_connection_bus ()">udisks_drive_get_connection_bus</a>     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
105
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-get-removable" title="udisks_drive_get_removable ()">udisks_drive_get_removable</a>          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
106
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-get-ejectable" title="udisks_drive_get_ejectable ()">udisks_drive_get_ejectable</a>          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
107
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-seat" title="udisks_drive_get_seat ()">udisks_drive_get_seat</a>               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
108
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-media" title="udisks_drive_get_media ()">udisks_drive_get_media</a>              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
109
 
const <span class="returnvalue">gchar</span> *const * <a class="link" href="UDisksDrive.html#udisks-drive-get-media-compatibility" title="udisks_drive_get_media_compatibility ()">udisks_drive_get_media_compatibility</a>
 
103
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation</code></em>);
 
104
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="UDisksDrive.html#udisks-drive-get-connection-bus" title="udisks_drive_get_connection_bus ()">udisks_drive_get_connection_bus</a>     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
105
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-get-removable" title="udisks_drive_get_removable ()">udisks_drive_get_removable</a>          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
106
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-get-ejectable" title="udisks_drive_get_ejectable ()">udisks_drive_get_ejectable</a>          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
107
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="UDisksDrive.html#udisks-drive-get-seat" title="udisks_drive_get_seat ()">udisks_drive_get_seat</a>               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
108
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="UDisksDrive.html#udisks-drive-get-media" title="udisks_drive_get_media ()">udisks_drive_get_media</a>              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
109
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *const * <a class="link" href="UDisksDrive.html#udisks-drive-get-media-compatibility" title="udisks_drive_get_media_compatibility ()">udisks_drive_get_media_compatibility</a>
110
110
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
111
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-get-media-removable" title="udisks_drive_get_media_removable ()">udisks_drive_get_media_removable</a>    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
112
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-get-media-available" title="udisks_drive_get_media_available ()">udisks_drive_get_media_available</a>    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
113
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-get-media-change-detected" title="udisks_drive_get_media_change_detected ()">udisks_drive_get_media_change_detected</a>
 
111
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-get-media-removable" title="udisks_drive_get_media_removable ()">udisks_drive_get_media_removable</a>    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</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="UDisksDrive.html#udisks-drive-get-media-available" title="udisks_drive_get_media_available ()">udisks_drive_get_media_available</a>    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
113
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-get-media-change-detected" title="udisks_drive_get_media_change_detected ()">udisks_drive_get_media_change_detected</a>
114
114
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
115
115
<span class="returnvalue">guint64</span>             <a class="link" href="UDisksDrive.html#udisks-drive-get-time-detected" title="udisks_drive_get_time_detected ()">udisks_drive_get_time_detected</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
116
116
<span class="returnvalue">guint64</span>             <a class="link" href="UDisksDrive.html#udisks-drive-get-time-media-detected" title="udisks_drive_get_time_media_detected ()">udisks_drive_get_time_media_detected</a>
117
117
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
118
118
<span class="returnvalue">guint64</span>             <a class="link" href="UDisksDrive.html#udisks-drive-get-size" title="udisks_drive_get_size ()">udisks_drive_get_size</a>               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
119
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-get-optical" title="udisks_drive_get_optical ()">udisks_drive_get_optical</a>            (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
120
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-get-optical-blank" title="udisks_drive_get_optical_blank ()">udisks_drive_get_optical_blank</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
121
 
<span class="returnvalue">guint</span>               <a class="link" href="UDisksDrive.html#udisks-drive-get-optical-num-tracks" title="udisks_drive_get_optical_num_tracks ()">udisks_drive_get_optical_num_tracks</a> (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
122
 
<span class="returnvalue">guint</span>               <a class="link" href="UDisksDrive.html#udisks-drive-get-optical-num-audio-tracks" title="udisks_drive_get_optical_num_audio_tracks ()">udisks_drive_get_optical_num_audio_tracks</a>
123
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
124
 
<span class="returnvalue">guint</span>               <a class="link" href="UDisksDrive.html#udisks-drive-get-optical-num-data-tracks" title="udisks_drive_get_optical_num_data_tracks ()">udisks_drive_get_optical_num_data_tracks</a>
125
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
126
 
<span class="returnvalue">guint</span>               <a class="link" href="UDisksDrive.html#udisks-drive-get-optical-num-sessions" title="udisks_drive_get_optical_num_sessions ()">udisks_drive_get_optical_num_sessions</a>
127
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
128
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-model" title="udisks_drive_get_model ()">udisks_drive_get_model</a>              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
129
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-revision" title="udisks_drive_get_revision ()">udisks_drive_get_revision</a>           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
130
 
<span class="returnvalue">gint</span>                <a class="link" href="UDisksDrive.html#udisks-drive-get-rotation-rate" title="udisks_drive_get_rotation_rate ()">udisks_drive_get_rotation_rate</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
131
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-serial" title="udisks_drive_get_serial ()">udisks_drive_get_serial</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
132
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-vendor" title="udisks_drive_get_vendor ()">udisks_drive_get_vendor</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
133
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-wwn" title="udisks_drive_get_wwn ()">udisks_drive_get_wwn</a>                (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
134
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-sort-key" title="udisks_drive_get_sort_key ()">udisks_drive_get_sort_key</a>           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
135
 
<span class="returnvalue">GVariant</span> *          <a class="link" href="UDisksDrive.html#udisks-drive-get-configuration" title="udisks_drive_get_configuration ()">udisks_drive_get_configuration</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
136
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-id" title="udisks_drive_get_id ()">udisks_drive_get_id</a>                 (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
137
 
<span class="returnvalue">gboolean</span>            <a class="link" href="UDisksDrive.html#udisks-drive-get-can-power-off" title="udisks_drive_get_can_power_off ()">udisks_drive_get_can_power_off</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
138
 
const <span class="returnvalue">gchar</span> *       <a class="link" href="UDisksDrive.html#udisks-drive-get-sibling-id" title="udisks_drive_get_sibling_id ()">udisks_drive_get_sibling_id</a>         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
139
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-connection-bus" title="udisks_drive_dup_connection_bus ()">udisks_drive_dup_connection_bus</a>     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
140
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-seat" title="udisks_drive_dup_seat ()">udisks_drive_dup_seat</a>               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
141
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-media" title="udisks_drive_dup_media ()">udisks_drive_dup_media</a>              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
142
 
<span class="returnvalue">gchar</span> **            <a class="link" href="UDisksDrive.html#udisks-drive-dup-media-compatibility" title="udisks_drive_dup_media_compatibility ()">udisks_drive_dup_media_compatibility</a>
143
 
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
144
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-model" title="udisks_drive_dup_model ()">udisks_drive_dup_model</a>              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
145
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-revision" title="udisks_drive_dup_revision ()">udisks_drive_dup_revision</a>           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
146
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-serial" title="udisks_drive_dup_serial ()">udisks_drive_dup_serial</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
147
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-vendor" title="udisks_drive_dup_vendor ()">udisks_drive_dup_vendor</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
148
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-wwn" title="udisks_drive_dup_wwn ()">udisks_drive_dup_wwn</a>                (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
149
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-sort-key" title="udisks_drive_dup_sort_key ()">udisks_drive_dup_sort_key</a>           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
150
 
<span class="returnvalue">GVariant</span> *          <a class="link" href="UDisksDrive.html#udisks-drive-dup-configuration" title="udisks_drive_dup_configuration ()">udisks_drive_dup_configuration</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
151
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-id" title="udisks_drive_dup_id ()">udisks_drive_dup_id</a>                 (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
152
 
<span class="returnvalue">gchar</span> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-sibling-id" title="udisks_drive_dup_sibling_id ()">udisks_drive_dup_sibling_id</a>         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
119
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-get-optical" title="udisks_drive_get_optical ()">udisks_drive_get_optical</a>            (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
120
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-get-optical-blank" title="udisks_drive_get_optical_blank ()">udisks_drive_get_optical_blank</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
121
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="UDisksDrive.html#udisks-drive-get-optical-num-tracks" title="udisks_drive_get_optical_num_tracks ()">udisks_drive_get_optical_num_tracks</a> (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
122
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="UDisksDrive.html#udisks-drive-get-optical-num-audio-tracks" title="udisks_drive_get_optical_num_audio_tracks ()">udisks_drive_get_optical_num_audio_tracks</a>
 
123
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
124
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="UDisksDrive.html#udisks-drive-get-optical-num-data-tracks" title="udisks_drive_get_optical_num_data_tracks ()">udisks_drive_get_optical_num_data_tracks</a>
 
125
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
126
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="UDisksDrive.html#udisks-drive-get-optical-num-sessions" title="udisks_drive_get_optical_num_sessions ()">udisks_drive_get_optical_num_sessions</a>
 
127
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
128
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="UDisksDrive.html#udisks-drive-get-model" title="udisks_drive_get_model ()">udisks_drive_get_model</a>              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
129
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="UDisksDrive.html#udisks-drive-get-revision" title="udisks_drive_get_revision ()">udisks_drive_get_revision</a>           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
130
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                <a class="link" href="UDisksDrive.html#udisks-drive-get-rotation-rate" title="udisks_drive_get_rotation_rate ()">udisks_drive_get_rotation_rate</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
131
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="UDisksDrive.html#udisks-drive-get-serial" title="udisks_drive_get_serial ()">udisks_drive_get_serial</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
132
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="UDisksDrive.html#udisks-drive-get-vendor" title="udisks_drive_get_vendor ()">udisks_drive_get_vendor</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
133
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="UDisksDrive.html#udisks-drive-get-wwn" title="udisks_drive_get_wwn ()">udisks_drive_get_wwn</a>                (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
134
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="UDisksDrive.html#udisks-drive-get-sort-key" title="udisks_drive_get_sort_key ()">udisks_drive_get_sort_key</a>           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
135
<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          <a class="link" href="UDisksDrive.html#udisks-drive-get-configuration" title="udisks_drive_get_configuration ()">udisks_drive_get_configuration</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
136
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="UDisksDrive.html#udisks-drive-get-id" title="udisks_drive_get_id ()">udisks_drive_get_id</a>                 (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
137
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="UDisksDrive.html#udisks-drive-get-can-power-off" title="udisks_drive_get_can_power_off ()">udisks_drive_get_can_power_off</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
138
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="UDisksDrive.html#udisks-drive-get-sibling-id" title="udisks_drive_get_sibling_id ()">udisks_drive_get_sibling_id</a>         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
139
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-connection-bus" title="udisks_drive_dup_connection_bus ()">udisks_drive_dup_connection_bus</a>     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
140
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-seat" title="udisks_drive_dup_seat ()">udisks_drive_dup_seat</a>               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
141
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-media" title="udisks_drive_dup_media ()">udisks_drive_dup_media</a>              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
142
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            <a class="link" href="UDisksDrive.html#udisks-drive-dup-media-compatibility" title="udisks_drive_dup_media_compatibility ()">udisks_drive_dup_media_compatibility</a>
 
143
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
144
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-model" title="udisks_drive_dup_model ()">udisks_drive_dup_model</a>              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
145
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-revision" title="udisks_drive_dup_revision ()">udisks_drive_dup_revision</a>           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
146
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-serial" title="udisks_drive_dup_serial ()">udisks_drive_dup_serial</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
147
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-vendor" title="udisks_drive_dup_vendor ()">udisks_drive_dup_vendor</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
148
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-wwn" title="udisks_drive_dup_wwn ()">udisks_drive_dup_wwn</a>                (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
149
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-sort-key" title="udisks_drive_dup_sort_key ()">udisks_drive_dup_sort_key</a>           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
150
<a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          <a class="link" href="UDisksDrive.html#udisks-drive-dup-configuration" title="udisks_drive_dup_configuration ()">udisks_drive_dup_configuration</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
151
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-id" title="udisks_drive_dup_id ()">udisks_drive_dup_id</a>                 (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
 
152
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="UDisksDrive.html#udisks-drive-dup-sibling-id" title="udisks_drive_dup_sibling_id ()">udisks_drive_dup_sibling_id</a>         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);
153
153
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-connection-bus" title="udisks_drive_set_connection_bus ()">udisks_drive_set_connection_bus</a>     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
154
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
154
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
155
155
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-removable" title="udisks_drive_set_removable ()">udisks_drive_set_removable</a>          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
156
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
156
                                                         <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>);
157
157
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-ejectable" title="udisks_drive_set_ejectable ()">udisks_drive_set_ejectable</a>          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
158
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
158
                                                         <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>);
159
159
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-seat" title="udisks_drive_set_seat ()">udisks_drive_set_seat</a>               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
160
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
160
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *value</code></em>);
161
161
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-media" title="udisks_drive_set_media ()">udisks_drive_set_media</a>              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
162
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
162
                                                         <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>);
163
163
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-media-compatibility" title="udisks_drive_set_media_compatibility ()">udisks_drive_set_media_compatibility</a>
164
164
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
165
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *const *value</code></em>);
 
165
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *const *value</code></em>);
166
166
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-media-removable" title="udisks_drive_set_media_removable ()">udisks_drive_set_media_removable</a>    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
167
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
167
                                                         <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>);
168
168
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-media-available" title="udisks_drive_set_media_available ()">udisks_drive_set_media_available</a>    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
169
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
169
                                                         <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>);
170
170
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-media-change-detected" title="udisks_drive_set_media_change_detected ()">udisks_drive_set_media_change_detected</a>
171
171
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
172
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
172
                                                         <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>);
173
173
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-time-detected" title="udisks_drive_set_time_detected ()">udisks_drive_set_time_detected</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
174
174
                                                         <em class="parameter"><code><span class="type">guint64</span> value</code></em>);
175
175
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-time-media-detected" title="udisks_drive_set_time_media_detected ()">udisks_drive_set_time_media_detected</a>
178
178
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-size" title="udisks_drive_set_size ()">udisks_drive_set_size</a>               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
179
179
                                                         <em class="parameter"><code><span class="type">guint64</span> value</code></em>);
180
180
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-optical" title="udisks_drive_set_optical ()">udisks_drive_set_optical</a>            (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
181
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
181
                                                         <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>);
182
182
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-optical-blank" title="udisks_drive_set_optical_blank ()">udisks_drive_set_optical_blank</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
183
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
183
                                                         <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>);
184
184
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-optical-num-tracks" title="udisks_drive_set_optical_num_tracks ()">udisks_drive_set_optical_num_tracks</a> (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
185
 
                                                         <em class="parameter"><code><span class="type">guint</span> value</code></em>);
 
185
                                                         <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>);
186
186
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-optical-num-audio-tracks" title="udisks_drive_set_optical_num_audio_tracks ()">udisks_drive_set_optical_num_audio_tracks</a>
187
187
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
188
 
                                                         <em class="parameter"><code><span class="type">guint</span> value</code></em>);
 
188
                                                         <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>);
189
189
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-optical-num-data-tracks" title="udisks_drive_set_optical_num_data_tracks ()">udisks_drive_set_optical_num_data_tracks</a>
190
190
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
191
 
                                                         <em class="parameter"><code><span class="type">guint</span> value</code></em>);
 
191
                                                         <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>);
192
192
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-optical-num-sessions" title="udisks_drive_set_optical_num_sessions ()">udisks_drive_set_optical_num_sessions</a>
193
193
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
194
 
                                                         <em class="parameter"><code><span class="type">guint</span> value</code></em>);
 
194
                                                         <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>);
195
195
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-model" title="udisks_drive_set_model ()">udisks_drive_set_model</a>              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
196
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
196
                                                         <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>);
197
197
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-revision" title="udisks_drive_set_revision ()">udisks_drive_set_revision</a>           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
198
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
198
                                                         <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>);
199
199
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-rotation-rate" title="udisks_drive_set_rotation_rate ()">udisks_drive_set_rotation_rate</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
200
 
                                                         <em class="parameter"><code><span class="type">gint</span> value</code></em>);
 
200
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);
201
201
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-serial" title="udisks_drive_set_serial ()">udisks_drive_set_serial</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
202
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
202
                                                         <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>);
203
203
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-vendor" title="udisks_drive_set_vendor ()">udisks_drive_set_vendor</a>             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
204
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
204
                                                         <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>);
205
205
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-wwn" title="udisks_drive_set_wwn ()">udisks_drive_set_wwn</a>                (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
206
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
206
                                                         <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>);
207
207
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-sort-key" title="udisks_drive_set_sort_key ()">udisks_drive_set_sort_key</a>           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
208
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
208
                                                         <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>);
209
209
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-configuration" title="udisks_drive_set_configuration ()">udisks_drive_set_configuration</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
210
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *value</code></em>);
 
210
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *value</code></em>);
211
211
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-id" title="udisks_drive_set_id ()">udisks_drive_set_id</a>                 (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
212
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
212
                                                         <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>);
213
213
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-can-power-off" title="udisks_drive_set_can_power_off ()">udisks_drive_set_can_power_off</a>      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
214
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);
 
214
                                                         <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>);
215
215
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-set-sibling-id" title="udisks_drive_set_sibling_id ()">udisks_drive_set_sibling_id</a>         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
216
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);
 
216
                                                         <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>);
217
217
struct              <a class="link" href="UDisksDrive.html#UDisksDriveProxy-struct" title="struct UDisksDriveProxy">UDisksDriveProxy</a>;
218
218
struct              <a class="link" href="UDisksDrive.html#UDisksDriveProxyClass" title="struct UDisksDriveProxyClass">UDisksDriveProxyClass</a>;
219
 
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new" title="udisks_drive_proxy_new ()">udisks_drive_proxy_new</a>              (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
220
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
221
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
222
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
223
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
224
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
225
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
226
 
<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-finish" title="udisks_drive_proxy_new_finish ()">udisks_drive_proxy_new_finish</a>       (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
227
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
228
 
<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-sync" title="udisks_drive_proxy_new_sync ()">udisks_drive_proxy_new_sync</a>         (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
229
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
230
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
231
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
232
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
233
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
234
 
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus" title="udisks_drive_proxy_new_for_bus ()">udisks_drive_proxy_new_for_bus</a>      (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
235
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
236
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
237
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
238
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
239
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
240
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
 
219
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new" title="udisks_drive_proxy_new ()">udisks_drive_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>,
 
220
                                                         <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>,
 
221
                                                         <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>,
 
222
                                                         <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>,
 
223
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
224
                                                         <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>,
 
225
                                                         <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>);
 
226
<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-finish" title="udisks_drive_proxy_new_finish ()">udisks_drive_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>,
 
227
                                                         <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>);
 
228
<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-sync" title="udisks_drive_proxy_new_sync ()">udisks_drive_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>,
 
229
                                                         <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>,
 
230
                                                         <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>,
 
231
                                                         <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>,
 
232
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
233
                                                         <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>);
 
234
<span class="returnvalue">void</span>                <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus" title="udisks_drive_proxy_new_for_bus ()">udisks_drive_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>,
 
235
                                                         <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>,
 
236
                                                         <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>,
 
237
                                                         <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>,
 
238
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
239
                                                         <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>,
 
240
                                                         <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>);
241
241
<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus-finish" title="udisks_drive_proxy_new_for_bus_finish ()">udisks_drive_proxy_new_for_bus_finish</a>
242
 
                                                        (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
243
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
244
 
<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus-sync" title="udisks_drive_proxy_new_for_bus_sync ()">udisks_drive_proxy_new_for_bus_sync</a> (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
245
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
246
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
247
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
248
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
249
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
 
242
                                                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
243
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 
244
<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus-sync" title="udisks_drive_proxy_new_for_bus_sync ()">udisks_drive_proxy_new_for_bus_sync</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
 
245
                                                         <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>,
 
246
                                                         <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>,
 
247
                                                         <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>,
 
248
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
249
                                                         <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>);
250
250
struct              <a class="link" href="UDisksDrive.html#UDisksDriveSkeleton-struct" title="struct UDisksDriveSkeleton">UDisksDriveSkeleton</a>;
251
251
struct              <a class="link" href="UDisksDrive.html#UDisksDriveSkeletonClass" title="struct UDisksDriveSkeletonClass">UDisksDriveSkeletonClass</a>;
252
252
<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       <a class="link" href="UDisksDrive.html#udisks-drive-skeleton-new" title="udisks_drive_skeleton_new ()">udisks_drive_skeleton_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
259
259
   +----UDisksDrive
260
260
</pre>
261
261
<pre class="synopsis">
262
 
  GObject
263
 
   +----GDBusProxy
 
262
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
263
   +----<a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html">GDBusProxy</a>
264
264
         +----UDisksDriveProxy
265
265
</pre>
266
266
<pre class="synopsis">
267
 
  GObject
268
 
   +----GDBusInterfaceSkeleton
 
267
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
268
   +----<a href="http://library.gnome.org/devel/gio/unstable/GDBusInterfaceSkeleton.html">GDBusInterfaceSkeleton</a>
269
269
         +----UDisksDriveSkeleton
270
270
               +----<a class="link" href="UDisksLinuxDrive.html" title="UDisksLinuxDrive">UDisksLinuxDrive</a>
271
271
</pre>
274
274
<a name="UDisksDrive.prerequisites"></a><h2>Prerequisites</h2>
275
275
<p>
276
276
UDisksDrive requires
277
 
 GObject.</p>
 
277
 <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>.</p>
278
278
</div>
279
279
<div class="refsect1">
280
280
<a name="UDisksDrive.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
281
281
<p>
282
282
UDisksDriveProxy implements
283
 
 GDBusInterface,  GInitable,  GAsyncInitable and  <a class="link" href="UDisksDrive.html" title="UDisksDrive">UDisksDrive</a>.</p>
 
283
 <a href="http://library.gnome.org/devel/gio/unstable/GDBusInterface.html">GDBusInterface</a>,  <a href="http://library.gnome.org/devel/gio/unstable/GInitable.html">GInitable</a>,  <a href="http://library.gnome.org/devel/gio/unstable/GAsyncInitable.html">GAsyncInitable</a> and  <a class="link" href="UDisksDrive.html" title="UDisksDrive">UDisksDrive</a>.</p>
284
284
<p>
285
285
UDisksDriveSkeleton implements
286
 
 GDBusInterface and  <a class="link" href="UDisksDrive.html" title="UDisksDrive">UDisksDrive</a>.</p>
 
286
 <a href="http://library.gnome.org/devel/gio/unstable/GDBusInterface.html">GDBusInterface</a> and  <a class="link" href="UDisksDrive.html" title="UDisksDrive">UDisksDrive</a>.</p>
287
287
</div>
288
288
<div class="refsect1">
289
289
<a name="UDisksDrive.implementations"></a><h2>Known Implementations</h2>
294
294
<div class="refsect1">
295
295
<a name="UDisksDrive.properties"></a><h2>Properties</h2>
296
296
<pre class="synopsis">
297
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--can-power-off" title='The "can-power-off" property'>can-power-off</a>"            <span class="type">gboolean</span>              : Read / Write
298
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--configuration" title='The "configuration" property'>configuration</a>"            <span class="type">GVariant</span>*             : Read / Write
299
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--connection-bus" title='The "connection-bus" property'>connection-bus</a>"           <span class="type">gchar</span>*                : Read / Write
300
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--ejectable" title='The "ejectable" property'>ejectable</a>"                <span class="type">gboolean</span>              : Read / Write
301
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--id" title='The "id" property'>id</a>"                       <span class="type">gchar</span>*                : Read / Write
302
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--media" title='The "media" property'>media</a>"                    <span class="type">gchar</span>*                : Read / Write
303
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--media-available" title='The "media-available" property'>media-available</a>"          <span class="type">gboolean</span>              : Read / Write
304
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--media-change-detected" title='The "media-change-detected" property'>media-change-detected</a>"    <span class="type">gboolean</span>              : Read / Write
305
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--media-compatibility" title='The "media-compatibility" property'>media-compatibility</a>"      <span class="type">GStrv</span>                 : Read / Write
306
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--media-removable" title='The "media-removable" property'>media-removable</a>"          <span class="type">gboolean</span>              : Read / Write
307
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--model" title='The "model" property'>model</a>"                    <span class="type">gchar</span>*                : Read / Write
308
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical" title='The "optical" property'>optical</a>"                  <span class="type">gboolean</span>              : Read / Write
309
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical-blank" title='The "optical-blank" property'>optical-blank</a>"            <span class="type">gboolean</span>              : Read / Write
310
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical-num-audio-tracks" title='The "optical-num-audio-tracks" property'>optical-num-audio-tracks</a>" <span class="type">guint</span>                 : Read / Write
311
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical-num-data-tracks" title='The "optical-num-data-tracks" property'>optical-num-data-tracks</a>"  <span class="type">guint</span>                 : Read / Write
312
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical-num-sessions" title='The "optical-num-sessions" property'>optical-num-sessions</a>"     <span class="type">guint</span>                 : Read / Write
313
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical-num-tracks" title='The "optical-num-tracks" property'>optical-num-tracks</a>"       <span class="type">guint</span>                 : Read / Write
314
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--removable" title='The "removable" property'>removable</a>"                <span class="type">gboolean</span>              : Read / Write
315
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--revision" title='The "revision" property'>revision</a>"                 <span class="type">gchar</span>*                : Read / Write
316
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--rotation-rate" title='The "rotation-rate" property'>rotation-rate</a>"            <span class="type">gint</span>                  : Read / Write
317
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--seat" title='The "seat" property'>seat</a>"                     <span class="type">gchar</span>*                : Read / Write
318
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--serial" title='The "serial" property'>serial</a>"                   <span class="type">gchar</span>*                : Read / Write
319
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--sibling-id" title='The "sibling-id" property'>sibling-id</a>"               <span class="type">gchar</span>*                : Read / Write
 
297
  "<a class="link" href="UDisksDrive.html#UDisksDrive--can-power-off" title='The "can-power-off" property'>can-power-off</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
298
  "<a class="link" href="UDisksDrive.html#UDisksDrive--configuration" title='The "configuration" property'>configuration</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>*             : Read / Write
 
299
  "<a class="link" href="UDisksDrive.html#UDisksDrive--connection-bus" title='The "connection-bus" property'>connection-bus</a>"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
300
  "<a class="link" href="UDisksDrive.html#UDisksDrive--ejectable" title='The "ejectable" property'>ejectable</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
301
  "<a class="link" href="UDisksDrive.html#UDisksDrive--id" title='The "id" property'>id</a>"                       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
302
  "<a class="link" href="UDisksDrive.html#UDisksDrive--media" title='The "media" property'>media</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
303
  "<a class="link" href="UDisksDrive.html#UDisksDrive--media-available" title='The "media-available" property'>media-available</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
304
  "<a class="link" href="UDisksDrive.html#UDisksDrive--media-change-detected" title='The "media-change-detected" property'>media-change-detected</a>"    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
305
  "<a class="link" href="UDisksDrive.html#UDisksDrive--media-compatibility" title='The "media-compatibility" property'>media-compatibility</a>"      <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>                 : Read / Write
 
306
  "<a class="link" href="UDisksDrive.html#UDisksDrive--media-removable" title='The "media-removable" property'>media-removable</a>"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
307
  "<a class="link" href="UDisksDrive.html#UDisksDrive--model" title='The "model" property'>model</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
308
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical" title='The "optical" property'>optical</a>"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
309
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical-blank" title='The "optical-blank" property'>optical-blank</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
310
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical-num-audio-tracks" title='The "optical-num-audio-tracks" property'>optical-num-audio-tracks</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
 
311
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical-num-data-tracks" title='The "optical-num-data-tracks" property'>optical-num-data-tracks</a>"  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
 
312
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical-num-sessions" title='The "optical-num-sessions" property'>optical-num-sessions</a>"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
 
313
  "<a class="link" href="UDisksDrive.html#UDisksDrive--optical-num-tracks" title='The "optical-num-tracks" property'>optical-num-tracks</a>"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
 
314
  "<a class="link" href="UDisksDrive.html#UDisksDrive--removable" title='The "removable" property'>removable</a>"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 
315
  "<a class="link" href="UDisksDrive.html#UDisksDrive--revision" title='The "revision" property'>revision</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
316
  "<a class="link" href="UDisksDrive.html#UDisksDrive--rotation-rate" title='The "rotation-rate" property'>rotation-rate</a>"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write
 
317
  "<a class="link" href="UDisksDrive.html#UDisksDrive--seat" title='The "seat" property'>seat</a>"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
318
  "<a class="link" href="UDisksDrive.html#UDisksDrive--serial" title='The "serial" property'>serial</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
319
  "<a class="link" href="UDisksDrive.html#UDisksDrive--sibling-id" title='The "sibling-id" property'>sibling-id</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
320
320
  "<a class="link" href="UDisksDrive.html#UDisksDrive--size" title='The "size" property'>size</a>"                     <span class="type">guint64</span>               : Read / Write
321
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--sort-key" title='The "sort-key" property'>sort-key</a>"                 <span class="type">gchar</span>*                : Read / Write
 
321
  "<a class="link" href="UDisksDrive.html#UDisksDrive--sort-key" title='The "sort-key" property'>sort-key</a>"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
322
322
  "<a class="link" href="UDisksDrive.html#UDisksDrive--time-detected" title='The "time-detected" property'>time-detected</a>"            <span class="type">guint64</span>               : Read / Write
323
323
  "<a class="link" href="UDisksDrive.html#UDisksDrive--time-media-detected" title='The "time-media-detected" property'>time-media-detected</a>"      <span class="type">guint64</span>               : Read / Write
324
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--vendor" title='The "vendor" property'>vendor</a>"                   <span class="type">gchar</span>*                : Read / Write
325
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive--wwn" title='The "wwn" property'>wwn</a>"                      <span class="type">gchar</span>*                : Read / Write
 
324
  "<a class="link" href="UDisksDrive.html#UDisksDrive--vendor" title='The "vendor" property'>vendor</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
 
325
  "<a class="link" href="UDisksDrive.html#UDisksDrive--wwn" title='The "wwn" property'>wwn</a>"                      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write
326
326
</pre>
327
327
</div>
328
328
<div class="refsect1">
329
329
<a name="UDisksDrive.signals"></a><h2>Signals</h2>
330
330
<pre class="synopsis">
331
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive-handle-eject" title='The "handle-eject" signal'>handle-eject</a>"                                   : <code class="literal">Run Last</code>
332
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive-handle-power-off" title='The "handle-power-off" signal'>handle-power-off</a>"                               : <code class="literal">Run Last</code>
333
 
  "<a class="link" href="UDisksDrive.html#UDisksDrive-handle-set-configuration" title='The "handle-set-configuration" signal'>handle-set-configuration</a>"                       : <code class="literal">Run Last</code>
 
331
  "<a class="link" href="UDisksDrive.html#UDisksDrive-handle-eject" title='The "handle-eject" signal'>handle-eject</a>"                                   : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
332
  "<a class="link" href="UDisksDrive.html#UDisksDrive-handle-power-off" title='The "handle-power-off" signal'>handle-power-off</a>"                               : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
 
333
  "<a class="link" href="UDisksDrive.html#UDisksDrive-handle-set-configuration" title='The "handle-set-configuration" signal'>handle-set-configuration</a>"                       : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
334
334
</pre>
335
335
</div>
336
336
<div class="refsect1">
440
440
</colgroup>
441
441
<tbody>
442
442
<tr>
443
 
<td><p><span class="term"><span class="type">GTypeInterface</span> <em class="structfield"><code><a name="UDisksDriveIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
 
443
<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="UDisksDriveIface.parent-iface"></a>parent_iface</code></em>;</span></p></td>
444
444
<td>The parent interface.</td>
445
445
</tr>
446
446
<tr>
577
577
<hr>
578
578
<div class="refsect2">
579
579
<a name="udisks-drive-interface-info"></a><h3>udisks_drive_interface_info ()</h3>
580
 
<pre class="programlisting"><span class="returnvalue">GDBusInterfaceInfo</span> * udisks_drive_interface_info        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
580
<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_drive_interface_info        (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
581
581
<p>
582
582
Gets a machine-readable description of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-interface-org-freedesktop-UDisks2-Drive.top_of_page">org.freedesktop.UDisks2.Drive</a> D-Bus interface.
583
583
</p>
588
588
</colgroup>
589
589
<tbody><tr>
590
590
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
591
 
<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>
 
591
<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>
592
592
</td>
593
593
</tr></tbody>
594
594
</table></div>
596
596
<hr>
597
597
<div class="refsect2">
598
598
<a name="udisks-drive-override-properties"></a><h3>udisks_drive_override_properties ()</h3>
599
 
<pre class="programlisting"><span class="returnvalue">guint</span>               udisks_drive_override_properties    (<em class="parameter"><code><span class="type">GObjectClass</span> *klass</code></em>,
600
 
                                                         <em class="parameter"><code><span class="type">guint</span> property_id_begin</code></em>);</pre>
 
599
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               udisks_drive_override_properties    (<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObjectClass"><span class="type">GObjectClass</span></a> *klass</code></em>,
 
600
                                                         <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>
601
601
<p>
602
 
Overrides all <span class="type">GObject</span> properties in the <a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> interface for a concrete class.
 
602
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="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> interface for a concrete class.
603
603
The properties are overridden in the order they are defined.
604
604
</p>
605
605
<div class="variablelist"><table border="0" class="variablelist">
610
610
<tbody>
611
611
<tr>
612
612
<td><p><span class="term"><em class="parameter"><code>klass</code></em> :</span></p></td>
613
 
<td>The class structure for a <span class="type">GObject</span>-derived class.</td>
 
613
<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>
614
614
</tr>
615
615
<tr>
616
616
<td><p><span class="term"><em class="parameter"><code>property_id_begin</code></em> :</span></p></td>
627
627
<div class="refsect2">
628
628
<a name="udisks-drive-call-eject"></a><h3>udisks_drive_call_eject ()</h3>
629
629
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_call_eject             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
630
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
631
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
632
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
633
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
630
                                                         <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>,
 
631
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
632
                                                         <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>,
 
633
                                                         <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>
634
634
<p>
635
635
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.Eject" title="The Eject() method"><code class="function">Eject()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
636
 
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.
 
636
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.
637
637
You can then call <a class="link" href="UDisksDrive.html#udisks-drive-call-eject-finish" title="udisks_drive_call_eject_finish ()"><code class="function">udisks_drive_call_eject_finish()</code></a> to get the result of the operation.
638
638
</p>
639
639
<p>
655
655
</tr>
656
656
<tr>
657
657
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
658
 
<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>
 
658
<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>
659
659
</td>
660
660
</tr>
661
661
<tr>
662
662
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
663
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
663
<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>
664
664
</tr>
665
665
<tr>
666
666
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
672
672
<hr>
673
673
<div class="refsect2">
674
674
<a name="udisks-drive-call-eject-finish"></a><h3>udisks_drive_call_eject_finish ()</h3>
675
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_call_eject_finish      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
676
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
677
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
675
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_call_eject_finish      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
 
676
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
677
                                                         <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>
678
678
<p>
679
679
Finishes an operation started with <a class="link" href="UDisksDrive.html#udisks-drive-call-eject" title="udisks_drive_call_eject ()"><code class="function">udisks_drive_call_eject()</code></a>.
680
680
</p>
690
690
</tr>
691
691
<tr>
692
692
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
693
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksDrive.html#udisks-drive-call-eject" title="udisks_drive_call_eject ()"><code class="function">udisks_drive_call_eject()</code></a>.</td>
 
693
<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="UDisksDrive.html#udisks-drive-call-eject" title="udisks_drive_call_eject ()"><code class="function">udisks_drive_call_eject()</code></a>.</td>
694
694
</tr>
695
695
<tr>
696
696
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
697
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
697
<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>
698
698
</tr>
699
699
<tr>
700
700
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
701
701
<td>
702
 
<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>
 
702
<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>
703
703
</td>
704
704
</tr>
705
705
</tbody>
708
708
<hr>
709
709
<div class="refsect2">
710
710
<a name="udisks-drive-call-eject-sync"></a><h3>udisks_drive_call_eject_sync ()</h3>
711
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_call_eject_sync        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
712
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
713
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
714
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
711
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_call_eject_sync        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
 
712
                                                         <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>,
 
713
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
714
                                                         <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>
715
715
<p>
716
716
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.Eject" title="The Eject() method"><code class="function">Eject()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
717
717
</p>
734
734
</tr>
735
735
<tr>
736
736
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
737
 
<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>
 
737
<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>
738
738
</td>
739
739
</tr>
740
740
<tr>
741
741
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
742
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
742
<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>
743
743
</tr>
744
744
<tr>
745
745
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
746
746
<td>
747
 
<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>
 
747
<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>
748
748
</td>
749
749
</tr>
750
750
</tbody>
754
754
<div class="refsect2">
755
755
<a name="udisks-drive-complete-eject"></a><h3>udisks_drive_complete_eject ()</h3>
756
756
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_complete_eject         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
757
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
757
                                                         <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>
758
758
<p>
759
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.Eject" title="The Eject() method"><code class="function">Eject()</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.
 
759
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.Eject" title="The Eject() method"><code class="function">Eject()</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.
760
760
</p>
761
761
<p>
762
762
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
773
773
</tr>
774
774
<tr>
775
775
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
776
 
<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>
 
776
<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>
777
777
</td>
778
778
</tr>
779
779
</tbody>
783
783
<div class="refsect2">
784
784
<a name="udisks-drive-call-set-configuration"></a><h3>udisks_drive_call_set_configuration ()</h3>
785
785
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_call_set_configuration (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
786
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_value</code></em>,
787
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
788
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
789
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
790
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
786
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_value</code></em>,
 
787
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_options</code></em>,
 
788
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
789
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
 
790
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
791
791
<p>
792
792
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.SetConfiguration" title="The SetConfiguration() method"><code class="function">SetConfiguration()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
793
 
When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the thread-default main loop of the thread you are calling this method from.
 
793
When the operation is finished, <em class="parameter"><code>callback</code></em> will be invoked in the <a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#g-main-context-push-thread-default">thread-default main loop</a> of the thread you are calling this method from.
794
794
You can then call <a class="link" href="UDisksDrive.html#udisks-drive-call-set-configuration-finish" title="udisks_drive_call_set_configuration_finish ()"><code class="function">udisks_drive_call_set_configuration_finish()</code></a> to get the result of the operation.
795
795
</p>
796
796
<p>
816
816
</tr>
817
817
<tr>
818
818
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
819
 
<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>
 
819
<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>
820
820
</td>
821
821
</tr>
822
822
<tr>
823
823
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
824
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
824
<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>
825
825
</tr>
826
826
<tr>
827
827
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
833
833
<hr>
834
834
<div class="refsect2">
835
835
<a name="udisks-drive-call-set-configuration-finish"></a><h3>udisks_drive_call_set_configuration_finish ()</h3>
836
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_call_set_configuration_finish
 
836
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_call_set_configuration_finish
837
837
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
838
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
839
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
838
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
839
                                                         <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>
840
840
<p>
841
841
Finishes an operation started with <a class="link" href="UDisksDrive.html#udisks-drive-call-set-configuration" title="udisks_drive_call_set_configuration ()"><code class="function">udisks_drive_call_set_configuration()</code></a>.
842
842
</p>
852
852
</tr>
853
853
<tr>
854
854
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
855
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksDrive.html#udisks-drive-call-set-configuration" title="udisks_drive_call_set_configuration ()"><code class="function">udisks_drive_call_set_configuration()</code></a>.</td>
 
855
<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="UDisksDrive.html#udisks-drive-call-set-configuration" title="udisks_drive_call_set_configuration ()"><code class="function">udisks_drive_call_set_configuration()</code></a>.</td>
856
856
</tr>
857
857
<tr>
858
858
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
859
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
859
<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>
860
860
</tr>
861
861
<tr>
862
862
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
863
863
<td>
864
 
<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>
 
864
<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>
865
865
</td>
866
866
</tr>
867
867
</tbody>
870
870
<hr>
871
871
<div class="refsect2">
872
872
<a name="udisks-drive-call-set-configuration-sync"></a><h3>udisks_drive_call_set_configuration_sync ()</h3>
873
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_call_set_configuration_sync
 
873
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_call_set_configuration_sync
874
874
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
875
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_value</code></em>,
876
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
877
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
878
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
875
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *arg_value</code></em>,
 
876
                                                         <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>,
 
877
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
878
                                                         <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>
879
879
<p>
880
880
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.SetConfiguration" title="The SetConfiguration() method"><code class="function">SetConfiguration()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
881
881
</p>
902
902
</tr>
903
903
<tr>
904
904
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
905
 
<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>
 
905
<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>
906
906
</td>
907
907
</tr>
908
908
<tr>
909
909
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
910
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
910
<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>
911
911
</tr>
912
912
<tr>
913
913
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
914
914
<td>
915
 
<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>
 
915
<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>
916
916
</td>
917
917
</tr>
918
918
</tbody>
923
923
<a name="udisks-drive-complete-set-configuration"></a><h3>udisks_drive_complete_set_configuration ()</h3>
924
924
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_complete_set_configuration
925
925
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
926
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
926
                                                         <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>
927
927
<p>
928
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.SetConfiguration" title="The SetConfiguration() method"><code class="function">SetConfiguration()</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.
 
928
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.SetConfiguration" title="The SetConfiguration() method"><code class="function">SetConfiguration()</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.
929
929
</p>
930
930
<p>
931
931
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
942
942
</tr>
943
943
<tr>
944
944
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
945
 
<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>
 
945
<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>
946
946
</td>
947
947
</tr>
948
948
</tbody>
952
952
<div class="refsect2">
953
953
<a name="udisks-drive-call-power-off"></a><h3>udisks_drive_call_power_off ()</h3>
954
954
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_call_power_off         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
955
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
956
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
957
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
958
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
955
                                                         <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>,
 
956
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
957
                                                         <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>,
 
958
                                                         <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>
959
959
<p>
960
960
Asynchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.PowerOff" title="The PowerOff() method"><code class="function">PowerOff()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>.
961
 
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.
 
961
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.
962
962
You can then call <a class="link" href="UDisksDrive.html#udisks-drive-call-power-off-finish" title="udisks_drive_call_power_off_finish ()"><code class="function">udisks_drive_call_power_off_finish()</code></a> to get the result of the operation.
963
963
</p>
964
964
<p>
980
980
</tr>
981
981
<tr>
982
982
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
983
 
<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>
 
983
<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>
984
984
</td>
985
985
</tr>
986
986
<tr>
987
987
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
988
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied or <code class="literal">NULL</code>.</td>
 
988
<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>
989
989
</tr>
990
990
<tr>
991
991
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
998
998
<hr>
999
999
<div class="refsect2">
1000
1000
<a name="udisks-drive-call-power-off-finish"></a><h3>udisks_drive_call_power_off_finish ()</h3>
1001
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_call_power_off_finish  (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
1002
 
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
1003
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1001
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_call_power_off_finish  (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
 
1002
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
1003
                                                         <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>
1004
1004
<p>
1005
1005
Finishes an operation started with <a class="link" href="UDisksDrive.html#udisks-drive-call-power-off" title="udisks_drive_call_power_off ()"><code class="function">udisks_drive_call_power_off()</code></a>.
1006
1006
</p>
1016
1016
</tr>
1017
1017
<tr>
1018
1018
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
1019
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksDrive.html#udisks-drive-call-power-off" title="udisks_drive_call_power_off ()"><code class="function">udisks_drive_call_power_off()</code></a>.</td>
 
1019
<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="UDisksDrive.html#udisks-drive-call-power-off" title="udisks_drive_call_power_off ()"><code class="function">udisks_drive_call_power_off()</code></a>.</td>
1020
1020
</tr>
1021
1021
<tr>
1022
1022
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1023
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1023
<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>
1024
1024
</tr>
1025
1025
<tr>
1026
1026
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1027
1027
<td>
1028
 
<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>
 
1028
<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>
1029
1029
</td>
1030
1030
</tr>
1031
1031
</tbody>
1035
1035
<hr>
1036
1036
<div class="refsect2">
1037
1037
<a name="udisks-drive-call-power-off-sync"></a><h3>udisks_drive_call_power_off_sync ()</h3>
1038
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_call_power_off_sync    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
1039
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *arg_options</code></em>,
1040
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
1041
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
1038
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_call_power_off_sync    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *proxy</code></em>,
 
1039
                                                         <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>,
 
1040
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
1041
                                                         <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>
1042
1042
<p>
1043
1043
Synchronously invokes the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.PowerOff" title="The PowerOff() method"><code class="function">PowerOff()</code></a> D-Bus method on <em class="parameter"><code>proxy</code></em>. The calling thread is blocked until a reply is received.
1044
1044
</p>
1061
1061
</tr>
1062
1062
<tr>
1063
1063
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
1064
 
<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>
 
1064
<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>
1065
1065
</td>
1066
1066
</tr>
1067
1067
<tr>
1068
1068
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
1069
 
<td>Return location for error or <code class="literal">NULL</code>.</td>
 
1069
<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>
1070
1070
</tr>
1071
1071
<tr>
1072
1072
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1073
1073
<td>
1074
 
<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>
 
1074
<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>
1075
1075
</td>
1076
1076
</tr>
1077
1077
</tbody>
1082
1082
<div class="refsect2">
1083
1083
<a name="udisks-drive-complete-power-off"></a><h3>udisks_drive_complete_power_off ()</h3>
1084
1084
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_complete_power_off     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
1085
 
                                                         <em class="parameter"><code><span class="type">GDBusMethodInvocation</span> *invocation</code></em>);</pre>
 
1085
                                                         <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>
1086
1086
<p>
1087
 
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.PowerOff" title="The PowerOff() method"><code class="function">PowerOff()</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.
 
1087
Helper function used in service implementations to finish handling invocations of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.PowerOff" title="The PowerOff() method"><code class="function">PowerOff()</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.
1088
1088
</p>
1089
1089
<p>
1090
1090
This method will free <em class="parameter"><code>invocation</code></em>, you cannot use it afterwards.
1101
1101
</tr>
1102
1102
<tr>
1103
1103
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
1104
 
<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>
 
1104
<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>
1105
1105
</td>
1106
1106
</tr>
1107
1107
</tbody>
1111
1111
<hr>
1112
1112
<div class="refsect2">
1113
1113
<a name="udisks-drive-get-connection-bus"></a><h3>udisks_drive_get_connection_bus ()</h3>
1114
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_connection_bus     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1114
<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_drive_get_connection_bus     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1115
1115
<p>
1116
1116
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.ConnectionBus" title='The "ConnectionBus" property'>"ConnectionBus"</a> D-Bus property.
1117
1117
</p>
1136
1136
</tr>
1137
1137
<tr>
1138
1138
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1139
 
<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>
 
1139
<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>
1140
1140
</td>
1141
1141
</tr>
1142
1142
</tbody>
1145
1145
<hr>
1146
1146
<div class="refsect2">
1147
1147
<a name="udisks-drive-get-removable"></a><h3>udisks_drive_get_removable ()</h3>
1148
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_get_removable          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1148
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_get_removable          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1149
1149
<p>
1150
1150
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Removable" title='The "Removable" property'>"Removable"</a> D-Bus property.
1151
1151
</p>
1172
1172
<hr>
1173
1173
<div class="refsect2">
1174
1174
<a name="udisks-drive-get-ejectable"></a><h3>udisks_drive_get_ejectable ()</h3>
1175
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_get_ejectable          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1175
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_get_ejectable          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1176
1176
<p>
1177
1177
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Ejectable" title='The "Ejectable" property'>"Ejectable"</a> D-Bus property.
1178
1178
</p>
1199
1199
<hr>
1200
1200
<div class="refsect2">
1201
1201
<a name="udisks-drive-get-seat"></a><h3>udisks_drive_get_seat ()</h3>
1202
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_seat               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1202
<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_drive_get_seat               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1203
1203
<p>
1204
1204
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Seat" title='The "Seat" property'>"Seat"</a> D-Bus property.
1205
1205
</p>
1224
1224
</tr>
1225
1225
<tr>
1226
1226
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1227
 
<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>
 
1227
<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>
1228
1228
</td>
1229
1229
</tr>
1230
1230
</tbody>
1233
1233
<hr>
1234
1234
<div class="refsect2">
1235
1235
<a name="udisks-drive-get-media"></a><h3>udisks_drive_get_media ()</h3>
1236
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_media              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1236
<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_drive_get_media              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1237
1237
<p>
1238
1238
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Media" title='The "Media" property'>"Media"</a> D-Bus property.
1239
1239
</p>
1258
1258
</tr>
1259
1259
<tr>
1260
1260
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1261
 
<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>
 
1261
<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>
1262
1262
</td>
1263
1263
</tr>
1264
1264
</tbody>
1267
1267
<hr>
1268
1268
<div class="refsect2">
1269
1269
<a name="udisks-drive-get-media-compatibility"></a><h3>udisks_drive_get_media_compatibility ()</h3>
1270
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *const * udisks_drive_get_media_compatibility
 
1270
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *const * udisks_drive_get_media_compatibility
1271
1271
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1272
1272
<p>
1273
1273
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaCompatibility" title='The "MediaCompatibility" property'>"MediaCompatibility"</a> D-Bus property.
1293
1293
</tr>
1294
1294
<tr>
1295
1295
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1296
 
<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>
 
1296
<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>
1297
1297
</td>
1298
1298
</tr>
1299
1299
</tbody>
1302
1302
<hr>
1303
1303
<div class="refsect2">
1304
1304
<a name="udisks-drive-get-media-removable"></a><h3>udisks_drive_get_media_removable ()</h3>
1305
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_get_media_removable    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1305
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_get_media_removable    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1306
1306
<p>
1307
1307
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaRemovable" title='The "MediaRemovable" property'>"MediaRemovable"</a> D-Bus property.
1308
1308
</p>
1329
1329
<hr>
1330
1330
<div class="refsect2">
1331
1331
<a name="udisks-drive-get-media-available"></a><h3>udisks_drive_get_media_available ()</h3>
1332
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_get_media_available    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1332
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_get_media_available    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1333
1333
<p>
1334
1334
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaAvailable" title='The "MediaAvailable" property'>"MediaAvailable"</a> D-Bus property.
1335
1335
</p>
1356
1356
<hr>
1357
1357
<div class="refsect2">
1358
1358
<a name="udisks-drive-get-media-change-detected"></a><h3>udisks_drive_get_media_change_detected ()</h3>
1359
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_get_media_change_detected
 
1359
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_get_media_change_detected
1360
1360
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1361
1361
<p>
1362
1362
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaChangeDetected" title='The "MediaChangeDetected" property'>"MediaChangeDetected"</a> D-Bus property.
1466
1466
<hr>
1467
1467
<div class="refsect2">
1468
1468
<a name="udisks-drive-get-optical"></a><h3>udisks_drive_get_optical ()</h3>
1469
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_get_optical            (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1469
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_get_optical            (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1470
1470
<p>
1471
1471
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Optical" title='The "Optical" property'>"Optical"</a> D-Bus property.
1472
1472
</p>
1493
1493
<hr>
1494
1494
<div class="refsect2">
1495
1495
<a name="udisks-drive-get-optical-blank"></a><h3>udisks_drive_get_optical_blank ()</h3>
1496
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_get_optical_blank      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1496
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_get_optical_blank      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1497
1497
<p>
1498
1498
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalBlank" title='The "OpticalBlank" property'>"OpticalBlank"</a> D-Bus property.
1499
1499
</p>
1520
1520
<hr>
1521
1521
<div class="refsect2">
1522
1522
<a name="udisks-drive-get-optical-num-tracks"></a><h3>udisks_drive_get_optical_num_tracks ()</h3>
1523
 
<pre class="programlisting"><span class="returnvalue">guint</span>               udisks_drive_get_optical_num_tracks (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1523
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               udisks_drive_get_optical_num_tracks (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1524
1524
<p>
1525
1525
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumTracks" title='The "OpticalNumTracks" property'>"OpticalNumTracks"</a> D-Bus property.
1526
1526
</p>
1547
1547
<hr>
1548
1548
<div class="refsect2">
1549
1549
<a name="udisks-drive-get-optical-num-audio-tracks"></a><h3>udisks_drive_get_optical_num_audio_tracks ()</h3>
1550
 
<pre class="programlisting"><span class="returnvalue">guint</span>               udisks_drive_get_optical_num_audio_tracks
 
1550
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               udisks_drive_get_optical_num_audio_tracks
1551
1551
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1552
1552
<p>
1553
1553
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumAudioTracks" title='The "OpticalNumAudioTracks" property'>"OpticalNumAudioTracks"</a> D-Bus property.
1575
1575
<hr>
1576
1576
<div class="refsect2">
1577
1577
<a name="udisks-drive-get-optical-num-data-tracks"></a><h3>udisks_drive_get_optical_num_data_tracks ()</h3>
1578
 
<pre class="programlisting"><span class="returnvalue">guint</span>               udisks_drive_get_optical_num_data_tracks
 
1578
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               udisks_drive_get_optical_num_data_tracks
1579
1579
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1580
1580
<p>
1581
1581
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumDataTracks" title='The "OpticalNumDataTracks" property'>"OpticalNumDataTracks"</a> D-Bus property.
1603
1603
<hr>
1604
1604
<div class="refsect2">
1605
1605
<a name="udisks-drive-get-optical-num-sessions"></a><h3>udisks_drive_get_optical_num_sessions ()</h3>
1606
 
<pre class="programlisting"><span class="returnvalue">guint</span>               udisks_drive_get_optical_num_sessions
 
1606
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               udisks_drive_get_optical_num_sessions
1607
1607
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1608
1608
<p>
1609
1609
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumSessions" title='The "OpticalNumSessions" property'>"OpticalNumSessions"</a> D-Bus property.
1631
1631
<hr>
1632
1632
<div class="refsect2">
1633
1633
<a name="udisks-drive-get-model"></a><h3>udisks_drive_get_model ()</h3>
1634
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_model              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1634
<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_drive_get_model              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1635
1635
<p>
1636
1636
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Model" title='The "Model" property'>"Model"</a> D-Bus property.
1637
1637
</p>
1656
1656
</tr>
1657
1657
<tr>
1658
1658
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1659
 
<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>
 
1659
<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>
1660
1660
</td>
1661
1661
</tr>
1662
1662
</tbody>
1665
1665
<hr>
1666
1666
<div class="refsect2">
1667
1667
<a name="udisks-drive-get-revision"></a><h3>udisks_drive_get_revision ()</h3>
1668
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_revision           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1668
<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_drive_get_revision           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1669
1669
<p>
1670
1670
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Revision" title='The "Revision" property'>"Revision"</a> D-Bus property.
1671
1671
</p>
1690
1690
</tr>
1691
1691
<tr>
1692
1692
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1693
 
<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>
 
1693
<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>
1694
1694
</td>
1695
1695
</tr>
1696
1696
</tbody>
1699
1699
<hr>
1700
1700
<div class="refsect2">
1701
1701
<a name="udisks-drive-get-rotation-rate"></a><h3>udisks_drive_get_rotation_rate ()</h3>
1702
 
<pre class="programlisting"><span class="returnvalue">gint</span>                udisks_drive_get_rotation_rate      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1702
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>                udisks_drive_get_rotation_rate      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1703
1703
<p>
1704
1704
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.RotationRate" title='The "RotationRate" property'>"RotationRate"</a> D-Bus property.
1705
1705
</p>
1726
1726
<hr>
1727
1727
<div class="refsect2">
1728
1728
<a name="udisks-drive-get-serial"></a><h3>udisks_drive_get_serial ()</h3>
1729
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_serial             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1729
<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_drive_get_serial             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1730
1730
<p>
1731
1731
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Serial" title='The "Serial" property'>"Serial"</a> D-Bus property.
1732
1732
</p>
1751
1751
</tr>
1752
1752
<tr>
1753
1753
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1754
 
<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>
 
1754
<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>
1755
1755
</td>
1756
1756
</tr>
1757
1757
</tbody>
1760
1760
<hr>
1761
1761
<div class="refsect2">
1762
1762
<a name="udisks-drive-get-vendor"></a><h3>udisks_drive_get_vendor ()</h3>
1763
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_vendor             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1763
<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_drive_get_vendor             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1764
1764
<p>
1765
1765
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Vendor" title='The "Vendor" property'>"Vendor"</a> D-Bus property.
1766
1766
</p>
1785
1785
</tr>
1786
1786
<tr>
1787
1787
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1788
 
<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>
 
1788
<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>
1789
1789
</td>
1790
1790
</tr>
1791
1791
</tbody>
1794
1794
<hr>
1795
1795
<div class="refsect2">
1796
1796
<a name="udisks-drive-get-wwn"></a><h3>udisks_drive_get_wwn ()</h3>
1797
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_wwn                (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1797
<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_drive_get_wwn                (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1798
1798
<p>
1799
1799
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.WWN" title='The "WWN" property'>"WWN"</a> D-Bus property.
1800
1800
</p>
1819
1819
</tr>
1820
1820
<tr>
1821
1821
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1822
 
<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>
 
1822
<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>
1823
1823
</td>
1824
1824
</tr>
1825
1825
</tbody>
1828
1828
<hr>
1829
1829
<div class="refsect2">
1830
1830
<a name="udisks-drive-get-sort-key"></a><h3>udisks_drive_get_sort_key ()</h3>
1831
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_sort_key           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1831
<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_drive_get_sort_key           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1832
1832
<p>
1833
1833
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.SortKey" title='The "SortKey" property'>"SortKey"</a> D-Bus property.
1834
1834
</p>
1853
1853
</tr>
1854
1854
<tr>
1855
1855
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1856
 
<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>
 
1856
<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>
1857
1857
</td>
1858
1858
</tr>
1859
1859
</tbody>
1862
1862
<hr>
1863
1863
<div class="refsect2">
1864
1864
<a name="udisks-drive-get-configuration"></a><h3>udisks_drive_get_configuration ()</h3>
1865
 
<pre class="programlisting"><span class="returnvalue">GVariant</span> *          udisks_drive_get_configuration      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1865
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          udisks_drive_get_configuration      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1866
1866
<p>
1867
1867
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Configuration" title='The "Configuration" property'>"Configuration"</a> D-Bus property.
1868
1868
</p>
1887
1887
</tr>
1888
1888
<tr>
1889
1889
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1890
 
<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>
 
1890
<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>
1891
1891
</td>
1892
1892
</tr>
1893
1893
</tbody>
1896
1896
<hr>
1897
1897
<div class="refsect2">
1898
1898
<a name="udisks-drive-get-id"></a><h3>udisks_drive_get_id ()</h3>
1899
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_id                 (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1899
<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_drive_get_id                 (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1900
1900
<p>
1901
1901
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Id" title='The "Id" property'>"Id"</a> D-Bus property.
1902
1902
</p>
1921
1921
</tr>
1922
1922
<tr>
1923
1923
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1924
 
<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>
 
1924
<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>
1925
1925
</td>
1926
1926
</tr>
1927
1927
</tbody>
1930
1930
<hr>
1931
1931
<div class="refsect2">
1932
1932
<a name="udisks-drive-get-can-power-off"></a><h3>udisks_drive_get_can_power_off ()</h3>
1933
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            udisks_drive_get_can_power_off      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1933
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            udisks_drive_get_can_power_off      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1934
1934
<p>
1935
1935
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.CanPowerOff" title='The "CanPowerOff" property'>"CanPowerOff"</a> D-Bus property.
1936
1936
</p>
1958
1958
<hr>
1959
1959
<div class="refsect2">
1960
1960
<a name="udisks-drive-get-sibling-id"></a><h3>udisks_drive_get_sibling_id ()</h3>
1961
 
<pre class="programlisting">const <span class="returnvalue">gchar</span> *       udisks_drive_get_sibling_id         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1961
<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_drive_get_sibling_id         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1962
1962
<p>
1963
1963
Gets the value of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.SiblingId" title='The "SiblingId" property'>"SiblingId"</a> D-Bus property.
1964
1964
</p>
1983
1983
</tr>
1984
1984
<tr>
1985
1985
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1986
 
<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>
 
1986
<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>
1987
1987
</td>
1988
1988
</tr>
1989
1989
</tbody>
1993
1993
<hr>
1994
1994
<div class="refsect2">
1995
1995
<a name="udisks-drive-dup-connection-bus"></a><h3>udisks_drive_dup_connection_bus ()</h3>
1996
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_connection_bus     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
1996
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_connection_bus     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
1997
1997
<p>
1998
1998
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.ConnectionBus" title='The "ConnectionBus" property'>"ConnectionBus"</a> D-Bus property.
1999
1999
</p>
2012
2012
</tr>
2013
2013
<tr>
2014
2014
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2015
 
<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>
 
2015
<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>
2016
2016
</td>
2017
2017
</tr>
2018
2018
</tbody>
2021
2021
<hr>
2022
2022
<div class="refsect2">
2023
2023
<a name="udisks-drive-dup-seat"></a><h3>udisks_drive_dup_seat ()</h3>
2024
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_seat               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2024
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_seat               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2025
2025
<p>
2026
2026
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Seat" title='The "Seat" property'>"Seat"</a> D-Bus property.
2027
2027
</p>
2040
2040
</tr>
2041
2041
<tr>
2042
2042
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2043
 
<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>
 
2043
<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>
2044
2044
</td>
2045
2045
</tr>
2046
2046
</tbody>
2049
2049
<hr>
2050
2050
<div class="refsect2">
2051
2051
<a name="udisks-drive-dup-media"></a><h3>udisks_drive_dup_media ()</h3>
2052
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_media              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2052
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_media              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2053
2053
<p>
2054
2054
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Media" title='The "Media" property'>"Media"</a> D-Bus property.
2055
2055
</p>
2068
2068
</tr>
2069
2069
<tr>
2070
2070
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2071
 
<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>
 
2071
<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>
2072
2072
</td>
2073
2073
</tr>
2074
2074
</tbody>
2077
2077
<hr>
2078
2078
<div class="refsect2">
2079
2079
<a name="udisks-drive-dup-media-compatibility"></a><h3>udisks_drive_dup_media_compatibility ()</h3>
2080
 
<pre class="programlisting"><span class="returnvalue">gchar</span> **            udisks_drive_dup_media_compatibility
 
2080
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> **            udisks_drive_dup_media_compatibility
2081
2081
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2082
2082
<p>
2083
2083
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaCompatibility" title='The "MediaCompatibility" property'>"MediaCompatibility"</a> D-Bus property.
2097
2097
</tr>
2098
2098
<tr>
2099
2099
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2100
 
<td>The property value or <code class="literal">NULL</code> if the property is not set. The returned value should be freed with <code class="function">g_strfreev()</code>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
2100
<td>The property value or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-String-Utility-Functions.html#g-strfreev"><code class="function">g_strfreev()</code></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
2101
2101
</td>
2102
2102
</tr>
2103
2103
</tbody>
2106
2106
<hr>
2107
2107
<div class="refsect2">
2108
2108
<a name="udisks-drive-dup-model"></a><h3>udisks_drive_dup_model ()</h3>
2109
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_model              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2109
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_model              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2110
2110
<p>
2111
2111
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Model" title='The "Model" property'>"Model"</a> D-Bus property.
2112
2112
</p>
2125
2125
</tr>
2126
2126
<tr>
2127
2127
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2128
 
<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>
 
2128
<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>
2129
2129
</td>
2130
2130
</tr>
2131
2131
</tbody>
2134
2134
<hr>
2135
2135
<div class="refsect2">
2136
2136
<a name="udisks-drive-dup-revision"></a><h3>udisks_drive_dup_revision ()</h3>
2137
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_revision           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2137
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_revision           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2138
2138
<p>
2139
2139
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Revision" title='The "Revision" property'>"Revision"</a> D-Bus property.
2140
2140
</p>
2153
2153
</tr>
2154
2154
<tr>
2155
2155
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2156
 
<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>
 
2156
<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>
2157
2157
</td>
2158
2158
</tr>
2159
2159
</tbody>
2162
2162
<hr>
2163
2163
<div class="refsect2">
2164
2164
<a name="udisks-drive-dup-serial"></a><h3>udisks_drive_dup_serial ()</h3>
2165
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_serial             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2165
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_serial             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2166
2166
<p>
2167
2167
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Serial" title='The "Serial" property'>"Serial"</a> D-Bus property.
2168
2168
</p>
2181
2181
</tr>
2182
2182
<tr>
2183
2183
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2184
 
<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>
 
2184
<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>
2185
2185
</td>
2186
2186
</tr>
2187
2187
</tbody>
2190
2190
<hr>
2191
2191
<div class="refsect2">
2192
2192
<a name="udisks-drive-dup-vendor"></a><h3>udisks_drive_dup_vendor ()</h3>
2193
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_vendor             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2193
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_vendor             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2194
2194
<p>
2195
2195
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Vendor" title='The "Vendor" property'>"Vendor"</a> D-Bus property.
2196
2196
</p>
2209
2209
</tr>
2210
2210
<tr>
2211
2211
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2212
 
<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>
 
2212
<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>
2213
2213
</td>
2214
2214
</tr>
2215
2215
</tbody>
2218
2218
<hr>
2219
2219
<div class="refsect2">
2220
2220
<a name="udisks-drive-dup-wwn"></a><h3>udisks_drive_dup_wwn ()</h3>
2221
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_wwn                (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2221
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_wwn                (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2222
2222
<p>
2223
2223
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.WWN" title='The "WWN" property'>"WWN"</a> D-Bus property.
2224
2224
</p>
2237
2237
</tr>
2238
2238
<tr>
2239
2239
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2240
 
<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>
 
2240
<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>
2241
2241
</td>
2242
2242
</tr>
2243
2243
</tbody>
2246
2246
<hr>
2247
2247
<div class="refsect2">
2248
2248
<a name="udisks-drive-dup-sort-key"></a><h3>udisks_drive_dup_sort_key ()</h3>
2249
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_sort_key           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2249
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_sort_key           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2250
2250
<p>
2251
2251
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.SortKey" title='The "SortKey" property'>"SortKey"</a> D-Bus property.
2252
2252
</p>
2265
2265
</tr>
2266
2266
<tr>
2267
2267
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2268
 
<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>
 
2268
<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>
2269
2269
</td>
2270
2270
</tr>
2271
2271
</tbody>
2274
2274
<hr>
2275
2275
<div class="refsect2">
2276
2276
<a name="udisks-drive-dup-configuration"></a><h3>udisks_drive_dup_configuration ()</h3>
2277
 
<pre class="programlisting"><span class="returnvalue">GVariant</span> *          udisks_drive_dup_configuration      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2277
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="returnvalue">GVariant</span></a> *          udisks_drive_dup_configuration      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2278
2278
<p>
2279
2279
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Configuration" title='The "Configuration" property'>"Configuration"</a> D-Bus property.
2280
2280
</p>
2293
2293
</tr>
2294
2294
<tr>
2295
2295
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2296
 
<td>The property value or <code class="literal">NULL</code> if the property is not set. The returned value should be freed with <code class="function">g_variant_unref()</code>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
 
2296
<td>The property value or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the property is not set. The returned value should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#g-variant-unref"><code class="function">g_variant_unref()</code></a>. <span class="annotation">[<a href="http://foldoc.org/transfer%20full"><span class="acronym">transfer full</span></a>]</span>
2297
2297
</td>
2298
2298
</tr>
2299
2299
</tbody>
2302
2302
<hr>
2303
2303
<div class="refsect2">
2304
2304
<a name="udisks-drive-dup-id"></a><h3>udisks_drive_dup_id ()</h3>
2305
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_id                 (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2305
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_id                 (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2306
2306
<p>
2307
2307
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Id" title='The "Id" property'>"Id"</a> D-Bus property.
2308
2308
</p>
2321
2321
</tr>
2322
2322
<tr>
2323
2323
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2324
 
<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>
 
2324
<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>
2325
2325
</td>
2326
2326
</tr>
2327
2327
</tbody>
2330
2330
<hr>
2331
2331
<div class="refsect2">
2332
2332
<a name="udisks-drive-dup-sibling-id"></a><h3>udisks_drive_dup_sibling_id ()</h3>
2333
 
<pre class="programlisting"><span class="returnvalue">gchar</span> *             udisks_drive_dup_sibling_id         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
 
2333
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             udisks_drive_dup_sibling_id         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>);</pre>
2334
2334
<p>
2335
2335
Gets a copy of the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.SiblingId" title='The "SiblingId" property'>"SiblingId"</a> D-Bus property.
2336
2336
</p>
2349
2349
</tr>
2350
2350
<tr>
2351
2351
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
2352
 
<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>
 
2352
<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>
2353
2353
</td>
2354
2354
</tr>
2355
2355
</tbody>
2360
2360
<div class="refsect2">
2361
2361
<a name="udisks-drive-set-connection-bus"></a><h3>udisks_drive_set_connection_bus ()</h3>
2362
2362
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_connection_bus     (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2363
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
2363
                                                         <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>
2364
2364
<p>
2365
2365
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.ConnectionBus" title='The "ConnectionBus" property'>"ConnectionBus"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2366
2366
</p>
2388
2388
<div class="refsect2">
2389
2389
<a name="udisks-drive-set-removable"></a><h3>udisks_drive_set_removable ()</h3>
2390
2390
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_removable          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2391
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
2391
                                                         <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>
2392
2392
<p>
2393
2393
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Removable" title='The "Removable" property'>"Removable"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2394
2394
</p>
2416
2416
<div class="refsect2">
2417
2417
<a name="udisks-drive-set-ejectable"></a><h3>udisks_drive_set_ejectable ()</h3>
2418
2418
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_ejectable          (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2419
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
2419
                                                         <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>
2420
2420
<p>
2421
2421
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Ejectable" title='The "Ejectable" property'>"Ejectable"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2422
2422
</p>
2444
2444
<div class="refsect2">
2445
2445
<a name="udisks-drive-set-seat"></a><h3>udisks_drive_set_seat ()</h3>
2446
2446
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_seat               (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2447
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
2447
                                                         <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>
2448
2448
<p>
2449
2449
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Seat" title='The "Seat" property'>"Seat"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2450
2450
</p>
2472
2472
<div class="refsect2">
2473
2473
<a name="udisks-drive-set-media"></a><h3>udisks_drive_set_media ()</h3>
2474
2474
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_media              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2475
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
2475
                                                         <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>
2476
2476
<p>
2477
2477
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Media" title='The "Media" property'>"Media"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2478
2478
</p>
2501
2501
<a name="udisks-drive-set-media-compatibility"></a><h3>udisks_drive_set_media_compatibility ()</h3>
2502
2502
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_media_compatibility
2503
2503
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2504
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *const *value</code></em>);</pre>
 
2504
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *const *value</code></em>);</pre>
2505
2505
<p>
2506
2506
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaCompatibility" title='The "MediaCompatibility" property'>"MediaCompatibility"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2507
2507
</p>
2529
2529
<div class="refsect2">
2530
2530
<a name="udisks-drive-set-media-removable"></a><h3>udisks_drive_set_media_removable ()</h3>
2531
2531
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_media_removable    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2532
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
2532
                                                         <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>
2533
2533
<p>
2534
2534
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaRemovable" title='The "MediaRemovable" property'>"MediaRemovable"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2535
2535
</p>
2557
2557
<div class="refsect2">
2558
2558
<a name="udisks-drive-set-media-available"></a><h3>udisks_drive_set_media_available ()</h3>
2559
2559
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_media_available    (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2560
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
2560
                                                         <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>
2561
2561
<p>
2562
2562
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaAvailable" title='The "MediaAvailable" property'>"MediaAvailable"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2563
2563
</p>
2586
2586
<a name="udisks-drive-set-media-change-detected"></a><h3>udisks_drive_set_media_change_detected ()</h3>
2587
2587
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_media_change_detected
2588
2588
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2589
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
2589
                                                         <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>
2590
2590
<p>
2591
2591
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaChangeDetected" title='The "MediaChangeDetected" property'>"MediaChangeDetected"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2592
2592
</p>
2699
2699
<div class="refsect2">
2700
2700
<a name="udisks-drive-set-optical"></a><h3>udisks_drive_set_optical ()</h3>
2701
2701
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_optical            (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2702
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
2702
                                                         <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>
2703
2703
<p>
2704
2704
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Optical" title='The "Optical" property'>"Optical"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2705
2705
</p>
2727
2727
<div class="refsect2">
2728
2728
<a name="udisks-drive-set-optical-blank"></a><h3>udisks_drive_set_optical_blank ()</h3>
2729
2729
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_optical_blank      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2730
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
2730
                                                         <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>
2731
2731
<p>
2732
2732
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalBlank" title='The "OpticalBlank" property'>"OpticalBlank"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2733
2733
</p>
2755
2755
<div class="refsect2">
2756
2756
<a name="udisks-drive-set-optical-num-tracks"></a><h3>udisks_drive_set_optical_num_tracks ()</h3>
2757
2757
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_optical_num_tracks (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2758
 
                                                         <em class="parameter"><code><span class="type">guint</span> value</code></em>);</pre>
 
2758
                                                         <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>
2759
2759
<p>
2760
2760
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumTracks" title='The "OpticalNumTracks" property'>"OpticalNumTracks"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2761
2761
</p>
2784
2784
<a name="udisks-drive-set-optical-num-audio-tracks"></a><h3>udisks_drive_set_optical_num_audio_tracks ()</h3>
2785
2785
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_optical_num_audio_tracks
2786
2786
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2787
 
                                                         <em class="parameter"><code><span class="type">guint</span> value</code></em>);</pre>
 
2787
                                                         <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>
2788
2788
<p>
2789
2789
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumAudioTracks" title='The "OpticalNumAudioTracks" property'>"OpticalNumAudioTracks"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2790
2790
</p>
2813
2813
<a name="udisks-drive-set-optical-num-data-tracks"></a><h3>udisks_drive_set_optical_num_data_tracks ()</h3>
2814
2814
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_optical_num_data_tracks
2815
2815
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2816
 
                                                         <em class="parameter"><code><span class="type">guint</span> value</code></em>);</pre>
 
2816
                                                         <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>
2817
2817
<p>
2818
2818
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumDataTracks" title='The "OpticalNumDataTracks" property'>"OpticalNumDataTracks"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2819
2819
</p>
2842
2842
<a name="udisks-drive-set-optical-num-sessions"></a><h3>udisks_drive_set_optical_num_sessions ()</h3>
2843
2843
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_optical_num_sessions
2844
2844
                                                        (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2845
 
                                                         <em class="parameter"><code><span class="type">guint</span> value</code></em>);</pre>
 
2845
                                                         <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>
2846
2846
<p>
2847
2847
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumSessions" title='The "OpticalNumSessions" property'>"OpticalNumSessions"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2848
2848
</p>
2870
2870
<div class="refsect2">
2871
2871
<a name="udisks-drive-set-model"></a><h3>udisks_drive_set_model ()</h3>
2872
2872
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_model              (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2873
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
2873
                                                         <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>
2874
2874
<p>
2875
2875
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Model" title='The "Model" property'>"Model"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2876
2876
</p>
2898
2898
<div class="refsect2">
2899
2899
<a name="udisks-drive-set-revision"></a><h3>udisks_drive_set_revision ()</h3>
2900
2900
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_revision           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2901
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
2901
                                                         <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>
2902
2902
<p>
2903
2903
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Revision" title='The "Revision" property'>"Revision"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2904
2904
</p>
2926
2926
<div class="refsect2">
2927
2927
<a name="udisks-drive-set-rotation-rate"></a><h3>udisks_drive_set_rotation_rate ()</h3>
2928
2928
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_rotation_rate      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2929
 
                                                         <em class="parameter"><code><span class="type">gint</span> value</code></em>);</pre>
 
2929
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> value</code></em>);</pre>
2930
2930
<p>
2931
2931
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.RotationRate" title='The "RotationRate" property'>"RotationRate"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2932
2932
</p>
2954
2954
<div class="refsect2">
2955
2955
<a name="udisks-drive-set-serial"></a><h3>udisks_drive_set_serial ()</h3>
2956
2956
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_serial             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2957
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
2957
                                                         <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>
2958
2958
<p>
2959
2959
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Serial" title='The "Serial" property'>"Serial"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2960
2960
</p>
2982
2982
<div class="refsect2">
2983
2983
<a name="udisks-drive-set-vendor"></a><h3>udisks_drive_set_vendor ()</h3>
2984
2984
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_vendor             (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
2985
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
2985
                                                         <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>
2986
2986
<p>
2987
2987
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Vendor" title='The "Vendor" property'>"Vendor"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
2988
2988
</p>
3010
3010
<div class="refsect2">
3011
3011
<a name="udisks-drive-set-wwn"></a><h3>udisks_drive_set_wwn ()</h3>
3012
3012
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_wwn                (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
3013
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3013
                                                         <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>
3014
3014
<p>
3015
3015
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.WWN" title='The "WWN" property'>"WWN"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3016
3016
</p>
3038
3038
<div class="refsect2">
3039
3039
<a name="udisks-drive-set-sort-key"></a><h3>udisks_drive_set_sort_key ()</h3>
3040
3040
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_sort_key           (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
3041
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3041
                                                         <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>
3042
3042
<p>
3043
3043
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.SortKey" title='The "SortKey" property'>"SortKey"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3044
3044
</p>
3066
3066
<div class="refsect2">
3067
3067
<a name="udisks-drive-set-configuration"></a><h3>udisks_drive_set_configuration ()</h3>
3068
3068
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_configuration      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
3069
 
                                                         <em class="parameter"><code><span class="type">GVariant</span> *value</code></em>);</pre>
 
3069
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a> *value</code></em>);</pre>
3070
3070
<p>
3071
3071
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Configuration" title='The "Configuration" property'>"Configuration"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3072
3072
</p>
3094
3094
<div class="refsect2">
3095
3095
<a name="udisks-drive-set-id"></a><h3>udisks_drive_set_id ()</h3>
3096
3096
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_id                 (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
3097
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3097
                                                         <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>
3098
3098
<p>
3099
3099
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Id" title='The "Id" property'>"Id"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3100
3100
</p>
3122
3122
<div class="refsect2">
3123
3123
<a name="udisks-drive-set-can-power-off"></a><h3>udisks_drive_set_can_power_off ()</h3>
3124
3124
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_can_power_off      (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
3125
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> value</code></em>);</pre>
 
3125
                                                         <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>
3126
3126
<p>
3127
3127
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.CanPowerOff" title='The "CanPowerOff" property'>"CanPowerOff"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3128
3128
</p>
3151
3151
<div class="refsect2">
3152
3152
<a name="udisks-drive-set-sibling-id"></a><h3>udisks_drive_set_sibling_id ()</h3>
3153
3153
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_set_sibling_id         (<em class="parameter"><code><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a> *object</code></em>,
3154
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *value</code></em>);</pre>
 
3154
                                                         <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>
3155
3155
<p>
3156
3156
Sets the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.SiblingId" title='The "SiblingId" property'>"SiblingId"</a> D-Bus property to <em class="parameter"><code>value</code></em>.
3157
3157
</p>
3200
3200
<col>
3201
3201
</colgroup>
3202
3202
<tbody><tr>
3203
 
<td><p><span class="term"><span class="type">GDBusProxyClass</span> <em class="structfield"><code><a name="UDisksDriveProxyClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
3203
<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="UDisksDriveProxyClass.parent-class"></a>parent_class</code></em>;</span></p></td>
3204
3204
<td>The parent class.</td>
3205
3205
</tr></tbody>
3206
3206
</table></div>
3208
3208
<hr>
3209
3209
<div class="refsect2">
3210
3210
<a name="udisks-drive-proxy-new"></a><h3>udisks_drive_proxy_new ()</h3>
3211
 
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_proxy_new              (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
3212
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
3213
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
3214
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
3215
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
3216
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
3217
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
3211
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_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>,
 
3212
                                                         <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>,
 
3213
                                                         <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>,
 
3214
                                                         <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>,
 
3215
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
3216
                                                         <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>,
 
3217
                                                         <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>
3218
3218
<p>
3219
 
Asynchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-interface-org-freedesktop-UDisks2-Drive.top_of_page">org.freedesktop.UDisks2.Drive</a>. See <code class="function">g_dbus_proxy_new()</code> for more details.
 
3219
Asynchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-interface-org-freedesktop-UDisks2-Drive.top_of_page">org.freedesktop.UDisks2.Drive</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.
3220
3220
</p>
3221
3221
<p>
3222
 
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.
 
3222
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.
3223
3223
You can then call <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-finish" title="udisks_drive_proxy_new_finish ()"><code class="function">udisks_drive_proxy_new_finish()</code></a> to get the result of the operation.
3224
3224
</p>
3225
3225
<p>
3233
3233
<tbody>
3234
3234
<tr>
3235
3235
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
3236
 
<td>A <span class="type">GDBusConnection</span>.</td>
 
3236
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</td>
3237
3237
</tr>
3238
3238
<tr>
3239
3239
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
3240
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
3240
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
3241
3241
</tr>
3242
3242
<tr>
3243
3243
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
3244
 
<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>
 
3244
<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>
3245
3245
</td>
3246
3246
</tr>
3247
3247
<tr>
3250
3250
</tr>
3251
3251
<tr>
3252
3252
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3253
 
<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>
 
3253
<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>
3254
3254
</td>
3255
3255
</tr>
3256
3256
<tr>
3257
3257
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
3258
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied.</td>
 
3258
<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>
3259
3259
</tr>
3260
3260
<tr>
3261
3261
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
3267
3267
<hr>
3268
3268
<div class="refsect2">
3269
3269
<a name="udisks-drive-proxy-new-finish"></a><h3>udisks_drive_proxy_new_finish ()</h3>
3270
 
<pre class="programlisting"><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       udisks_drive_proxy_new_finish       (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
3271
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
3270
<pre class="programlisting"><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       udisks_drive_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>,
 
3271
                                                         <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>
3272
3272
<p>
3273
3273
Finishes an operation started with <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new" title="udisks_drive_proxy_new ()"><code class="function">udisks_drive_proxy_new()</code></a>.
3274
3274
</p>
3280
3280
<tbody>
3281
3281
<tr>
3282
3282
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
3283
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new" title="udisks_drive_proxy_new ()"><code class="function">udisks_drive_proxy_new()</code></a>.</td>
 
3283
<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="UDisksDrive.html#udisks-drive-proxy-new" title="udisks_drive_proxy_new ()"><code class="function">udisks_drive_proxy_new()</code></a>.</td>
3284
3284
</tr>
3285
3285
<tr>
3286
3286
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3287
 
<td>Return location for error or <code class="literal">NULL</code>
 
3287
<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>
3288
3288
</td>
3289
3289
</tr>
3290
3290
<tr>
3291
3291
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3292
 
<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> UDisksDriveProxy]</span>
 
3292
<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> UDisksDriveProxy]</span>
3293
3293
</td>
3294
3294
</tr>
3295
3295
</tbody>
3298
3298
<hr>
3299
3299
<div class="refsect2">
3300
3300
<a name="udisks-drive-proxy-new-sync"></a><h3>udisks_drive_proxy_new_sync ()</h3>
3301
 
<pre class="programlisting"><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       udisks_drive_proxy_new_sync         (<em class="parameter"><code><span class="type">GDBusConnection</span> *connection</code></em>,
3302
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
3303
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
3304
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
3305
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
3306
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
3301
<pre class="programlisting"><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       udisks_drive_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>,
 
3302
                                                         <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>,
 
3303
                                                         <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>,
 
3304
                                                         <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>,
 
3305
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
3306
                                                         <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>
3307
3307
<p>
3308
 
Synchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-interface-org-freedesktop-UDisks2-Drive.top_of_page">org.freedesktop.UDisks2.Drive</a>. See <code class="function">g_dbus_proxy_new_sync()</code> for more details.
 
3308
Synchronously creates a proxy for the D-Bus interface <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-interface-org-freedesktop-UDisks2-Drive.top_of_page">org.freedesktop.UDisks2.Drive</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.
3309
3309
</p>
3310
3310
<p>
3311
3311
The calling thread is blocked until a reply is received.
3321
3321
<tbody>
3322
3322
<tr>
3323
3323
<td><p><span class="term"><em class="parameter"><code>connection</code></em> :</span></p></td>
3324
 
<td>A <span class="type">GDBusConnection</span>.</td>
 
3324
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html"><span class="type">GDBusConnection</span></a>.</td>
3325
3325
</tr>
3326
3326
<tr>
3327
3327
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
3328
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
3328
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
3329
3329
</tr>
3330
3330
<tr>
3331
3331
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
3332
 
<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>
 
3332
<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>
3333
3333
</td>
3334
3334
</tr>
3335
3335
<tr>
3338
3338
</tr>
3339
3339
<tr>
3340
3340
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3341
 
<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>
 
3341
<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>
3342
3342
</td>
3343
3343
</tr>
3344
3344
<tr>
3345
3345
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3346
 
<td>Return location for error or <code class="literal">NULL</code>
 
3346
<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>
3347
3347
</td>
3348
3348
</tr>
3349
3349
<tr>
3350
3350
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3351
 
<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> UDisksDriveProxy]</span>
 
3351
<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> UDisksDriveProxy]</span>
3352
3352
</td>
3353
3353
</tr>
3354
3354
</tbody>
3357
3357
<hr>
3358
3358
<div class="refsect2">
3359
3359
<a name="udisks-drive-proxy-new-for-bus"></a><h3>udisks_drive_proxy_new_for_bus ()</h3>
3360
 
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_proxy_new_for_bus      (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
3361
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
3362
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
3363
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
3364
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
3365
 
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
3366
 
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
 
3360
<pre class="programlisting"><span class="returnvalue">void</span>                udisks_drive_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>,
 
3361
                                                         <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>,
 
3362
                                                         <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>,
 
3363
                                                         <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>,
 
3364
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
3365
                                                         <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>,
 
3366
                                                         <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>
3367
3367
<p>
3368
 
Like <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new" title="udisks_drive_proxy_new ()"><code class="function">udisks_drive_proxy_new()</code></a> but takes a <span class="type">GBusType</span> instead of a <span class="type">GDBusConnection</span>.
 
3368
Like <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new" title="udisks_drive_proxy_new ()"><code class="function">udisks_drive_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>.
3369
3369
</p>
3370
3370
<p>
3371
 
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.
 
3371
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.
3372
3372
You can then call <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus-finish" title="udisks_drive_proxy_new_for_bus_finish ()"><code class="function">udisks_drive_proxy_new_for_bus_finish()</code></a> to get the result of the operation.
3373
3373
</p>
3374
3374
<p>
3382
3382
<tbody>
3383
3383
<tr>
3384
3384
<td><p><span class="term"><em class="parameter"><code>bus_type</code></em> :</span></p></td>
3385
 
<td>A <span class="type">GBusType</span>.</td>
 
3385
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</td>
3386
3386
</tr>
3387
3387
<tr>
3388
3388
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
3389
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
3389
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
3390
3390
</tr>
3391
3391
<tr>
3392
3392
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
3398
3398
</tr>
3399
3399
<tr>
3400
3400
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3401
 
<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>
 
3401
<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>
3402
3402
</td>
3403
3403
</tr>
3404
3404
<tr>
3405
3405
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
3406
 
<td>A <span class="type">GAsyncReadyCallback</span> to call when the request is satisfied.</td>
 
3406
<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>
3407
3407
</tr>
3408
3408
<tr>
3409
3409
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
3416
3416
<div class="refsect2">
3417
3417
<a name="udisks-drive-proxy-new-for-bus-finish"></a><h3>udisks_drive_proxy_new_for_bus_finish ()</h3>
3418
3418
<pre class="programlisting"><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       udisks_drive_proxy_new_for_bus_finish
3419
 
                                                        (<em class="parameter"><code><span class="type">GAsyncResult</span> *res</code></em>,
3420
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
3419
                                                        (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *res</code></em>,
 
3420
                                                         <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>
3421
3421
<p>
3422
3422
Finishes an operation started with <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus" title="udisks_drive_proxy_new_for_bus ()"><code class="function">udisks_drive_proxy_new_for_bus()</code></a>.
3423
3423
</p>
3429
3429
<tbody>
3430
3430
<tr>
3431
3431
<td><p><span class="term"><em class="parameter"><code>res</code></em> :</span></p></td>
3432
 
<td>The <span class="type">GAsyncResult</span> obtained from the <span class="type">GAsyncReadyCallback</span> passed to <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus" title="udisks_drive_proxy_new_for_bus ()"><code class="function">udisks_drive_proxy_new_for_bus()</code></a>.</td>
 
3432
<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="UDisksDrive.html#udisks-drive-proxy-new-for-bus" title="udisks_drive_proxy_new_for_bus ()"><code class="function">udisks_drive_proxy_new_for_bus()</code></a>.</td>
3433
3433
</tr>
3434
3434
<tr>
3435
3435
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3436
 
<td>Return location for error or <code class="literal">NULL</code>
 
3436
<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>
3437
3437
</td>
3438
3438
</tr>
3439
3439
<tr>
3440
3440
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3441
 
<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> UDisksDriveProxy]</span>
 
3441
<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> UDisksDriveProxy]</span>
3442
3442
</td>
3443
3443
</tr>
3444
3444
</tbody>
3447
3447
<hr>
3448
3448
<div class="refsect2">
3449
3449
<a name="udisks-drive-proxy-new-for-bus-sync"></a><h3>udisks_drive_proxy_new_for_bus_sync ()</h3>
3450
 
<pre class="programlisting"><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       udisks_drive_proxy_new_for_bus_sync (<em class="parameter"><code><span class="type">GBusType</span> bus_type</code></em>,
3451
 
                                                         <em class="parameter"><code><span class="type">GDBusProxyFlags</span> flags</code></em>,
3452
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>,
3453
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *object_path</code></em>,
3454
 
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
3455
 
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
 
3450
<pre class="programlisting"><a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="returnvalue">UDisksDrive</span></a> *       udisks_drive_proxy_new_for_bus_sync (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a> bus_type</code></em>,
 
3451
                                                         <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>,
 
3452
                                                         <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>,
 
3453
                                                         <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>,
 
3454
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
 
3455
                                                         <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>
3456
3456
<p>
3457
 
Like <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-sync" title="udisks_drive_proxy_new_sync ()"><code class="function">udisks_drive_proxy_new_sync()</code></a> but takes a <span class="type">GBusType</span> instead of a <span class="type">GDBusConnection</span>.
 
3457
Like <a class="link" href="UDisksDrive.html#udisks-drive-proxy-new-sync" title="udisks_drive_proxy_new_sync ()"><code class="function">udisks_drive_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>.
3458
3458
</p>
3459
3459
<p>
3460
3460
The calling thread is blocked until a reply is received.
3470
3470
<tbody>
3471
3471
<tr>
3472
3472
<td><p><span class="term"><em class="parameter"><code>bus_type</code></em> :</span></p></td>
3473
 
<td>A <span class="type">GBusType</span>.</td>
 
3473
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusConnection.html#GBusType"><span class="type">GBusType</span></a>.</td>
3474
3474
</tr>
3475
3475
<tr>
3476
3476
<td><p><span class="term"><em class="parameter"><code>flags</code></em> :</span></p></td>
3477
 
<td>Flags from the <span class="type">GDBusProxyFlags</span> enumeration.</td>
 
3477
<td>Flags from the <a href="http://library.gnome.org/devel/gio/unstable/GDBusProxy.html#GDBusProxyFlags"><span class="type">GDBusProxyFlags</span></a> enumeration.</td>
3478
3478
</tr>
3479
3479
<tr>
3480
3480
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
3486
3486
</tr>
3487
3487
<tr>
3488
3488
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
3489
 
<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>
 
3489
<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>
3490
3490
</td>
3491
3491
</tr>
3492
3492
<tr>
3493
3493
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
3494
 
<td>Return location for error or <code class="literal">NULL</code>
 
3494
<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>
3495
3495
</td>
3496
3496
</tr>
3497
3497
<tr>
3498
3498
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3499
 
<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> UDisksDriveProxy]</span>
 
3499
<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> UDisksDriveProxy]</span>
3500
3500
</td>
3501
3501
</tr>
3502
3502
</tbody>
3526
3526
<col>
3527
3527
</colgroup>
3528
3528
<tbody><tr>
3529
 
<td><p><span class="term"><span class="type">GDBusInterfaceSkeletonClass</span> <em class="structfield"><code><a name="UDisksDriveSkeletonClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
3529
<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="UDisksDriveSkeletonClass.parent-class"></a>parent_class</code></em>;</span></p></td>
3530
3530
<td>The parent class.</td>
3531
3531
</tr></tbody>
3532
3532
</table></div>
3555
3555
<a name="UDisksDrive.property-details"></a><h2>Property Details</h2>
3556
3556
<div class="refsect2">
3557
3557
<a name="UDisksDrive--can-power-off"></a><h3>The <code class="literal">"can-power-off"</code> property</h3>
3558
 
<pre class="programlisting">  "can-power-off"            <span class="type">gboolean</span>              : Read / Write</pre>
 
3558
<pre class="programlisting">  "can-power-off"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
3559
3559
<p>
3560
3560
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.CanPowerOff" title='The "CanPowerOff" property'>"CanPowerOff"</a>.
3561
3561
</p>
3562
3562
<p>
3563
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3563
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3564
3564
</p>
3565
3565
<p>Default value: FALSE</p>
3566
3566
<p class="since">Since 2.1</p>
3568
3568
<hr>
3569
3569
<div class="refsect2">
3570
3570
<a name="UDisksDrive--configuration"></a><h3>The <code class="literal">"configuration"</code> property</h3>
3571
 
<pre class="programlisting">  "configuration"            <span class="type">GVariant</span>*             : Read / Write</pre>
 
3571
<pre class="programlisting">  "configuration"            <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>*             : Read / Write</pre>
3572
3572
<p>
3573
3573
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Configuration" title='The "Configuration" property'>"Configuration"</a>.
3574
3574
</p>
3575
3575
<p>
3576
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3576
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3577
3577
</p>
3578
3578
<p>Allowed values: GVariant&lt;a{sv}&gt;</p>
3579
3579
<p>Default value: NULL</p>
3581
3581
<hr>
3582
3582
<div class="refsect2">
3583
3583
<a name="UDisksDrive--connection-bus"></a><h3>The <code class="literal">"connection-bus"</code> property</h3>
3584
 
<pre class="programlisting">  "connection-bus"           <span class="type">gchar</span>*                : Read / Write</pre>
 
3584
<pre class="programlisting">  "connection-bus"           <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3585
3585
<p>
3586
3586
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.ConnectionBus" title='The "ConnectionBus" property'>"ConnectionBus"</a>.
3587
3587
</p>
3588
3588
<p>
3589
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3589
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3590
3590
</p>
3591
3591
<p>Default value: NULL</p>
3592
3592
</div>
3593
3593
<hr>
3594
3594
<div class="refsect2">
3595
3595
<a name="UDisksDrive--ejectable"></a><h3>The <code class="literal">"ejectable"</code> property</h3>
3596
 
<pre class="programlisting">  "ejectable"                <span class="type">gboolean</span>              : Read / Write</pre>
 
3596
<pre class="programlisting">  "ejectable"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
3597
3597
<p>
3598
3598
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Ejectable" title='The "Ejectable" property'>"Ejectable"</a>.
3599
3599
</p>
3600
3600
<p>
3601
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3601
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3602
3602
</p>
3603
3603
<p>Default value: FALSE</p>
3604
3604
</div>
3605
3605
<hr>
3606
3606
<div class="refsect2">
3607
3607
<a name="UDisksDrive--id"></a><h3>The <code class="literal">"id"</code> property</h3>
3608
 
<pre class="programlisting">  "id"                       <span class="type">gchar</span>*                : Read / Write</pre>
 
3608
<pre class="programlisting">  "id"                       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3609
3609
<p>
3610
3610
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Id" title='The "Id" property'>"Id"</a>.
3611
3611
</p>
3612
3612
<p>
3613
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3613
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3614
3614
</p>
3615
3615
<p>Default value: NULL</p>
3616
3616
</div>
3617
3617
<hr>
3618
3618
<div class="refsect2">
3619
3619
<a name="UDisksDrive--media"></a><h3>The <code class="literal">"media"</code> property</h3>
3620
 
<pre class="programlisting">  "media"                    <span class="type">gchar</span>*                : Read / Write</pre>
 
3620
<pre class="programlisting">  "media"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3621
3621
<p>
3622
3622
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Media" title='The "Media" property'>"Media"</a>.
3623
3623
</p>
3624
3624
<p>
3625
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3625
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3626
3626
</p>
3627
3627
<p>Default value: NULL</p>
3628
3628
</div>
3629
3629
<hr>
3630
3630
<div class="refsect2">
3631
3631
<a name="UDisksDrive--media-available"></a><h3>The <code class="literal">"media-available"</code> property</h3>
3632
 
<pre class="programlisting">  "media-available"          <span class="type">gboolean</span>              : Read / Write</pre>
 
3632
<pre class="programlisting">  "media-available"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
3633
3633
<p>
3634
3634
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaAvailable" title='The "MediaAvailable" property'>"MediaAvailable"</a>.
3635
3635
</p>
3636
3636
<p>
3637
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3637
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3638
3638
</p>
3639
3639
<p>Default value: FALSE</p>
3640
3640
</div>
3641
3641
<hr>
3642
3642
<div class="refsect2">
3643
3643
<a name="UDisksDrive--media-change-detected"></a><h3>The <code class="literal">"media-change-detected"</code> property</h3>
3644
 
<pre class="programlisting">  "media-change-detected"    <span class="type">gboolean</span>              : Read / Write</pre>
 
3644
<pre class="programlisting">  "media-change-detected"    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
3645
3645
<p>
3646
3646
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaChangeDetected" title='The "MediaChangeDetected" property'>"MediaChangeDetected"</a>.
3647
3647
</p>
3648
3648
<p>
3649
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3649
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3650
3650
</p>
3651
3651
<p>Default value: FALSE</p>
3652
3652
</div>
3653
3653
<hr>
3654
3654
<div class="refsect2">
3655
3655
<a name="UDisksDrive--media-compatibility"></a><h3>The <code class="literal">"media-compatibility"</code> property</h3>
3656
 
<pre class="programlisting">  "media-compatibility"      <span class="type">GStrv</span>                 : Read / Write</pre>
 
3656
<pre class="programlisting">  "media-compatibility"      <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Boxed-Types.html#GStrv"><span class="type">GStrv</span></a>                 : Read / Write</pre>
3657
3657
<p>
3658
3658
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaCompatibility" title='The "MediaCompatibility" property'>"MediaCompatibility"</a>.
3659
3659
</p>
3660
3660
<p>
3661
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3661
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3662
3662
</p>
3663
3663
</div>
3664
3664
<hr>
3665
3665
<div class="refsect2">
3666
3666
<a name="UDisksDrive--media-removable"></a><h3>The <code class="literal">"media-removable"</code> property</h3>
3667
 
<pre class="programlisting">  "media-removable"          <span class="type">gboolean</span>              : Read / Write</pre>
 
3667
<pre class="programlisting">  "media-removable"          <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
3668
3668
<p>
3669
3669
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaRemovable" title='The "MediaRemovable" property'>"MediaRemovable"</a>.
3670
3670
</p>
3671
3671
<p>
3672
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3672
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3673
3673
</p>
3674
3674
<p>Default value: FALSE</p>
3675
3675
</div>
3676
3676
<hr>
3677
3677
<div class="refsect2">
3678
3678
<a name="UDisksDrive--model"></a><h3>The <code class="literal">"model"</code> property</h3>
3679
 
<pre class="programlisting">  "model"                    <span class="type">gchar</span>*                : Read / Write</pre>
 
3679
<pre class="programlisting">  "model"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3680
3680
<p>
3681
3681
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Model" title='The "Model" property'>"Model"</a>.
3682
3682
</p>
3683
3683
<p>
3684
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3684
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3685
3685
</p>
3686
3686
<p>Default value: NULL</p>
3687
3687
</div>
3688
3688
<hr>
3689
3689
<div class="refsect2">
3690
3690
<a name="UDisksDrive--optical"></a><h3>The <code class="literal">"optical"</code> property</h3>
3691
 
<pre class="programlisting">  "optical"                  <span class="type">gboolean</span>              : Read / Write</pre>
 
3691
<pre class="programlisting">  "optical"                  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
3692
3692
<p>
3693
3693
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Optical" title='The "Optical" property'>"Optical"</a>.
3694
3694
</p>
3695
3695
<p>
3696
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3696
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3697
3697
</p>
3698
3698
<p>Default value: FALSE</p>
3699
3699
</div>
3700
3700
<hr>
3701
3701
<div class="refsect2">
3702
3702
<a name="UDisksDrive--optical-blank"></a><h3>The <code class="literal">"optical-blank"</code> property</h3>
3703
 
<pre class="programlisting">  "optical-blank"            <span class="type">gboolean</span>              : Read / Write</pre>
 
3703
<pre class="programlisting">  "optical-blank"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
3704
3704
<p>
3705
3705
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalBlank" title='The "OpticalBlank" property'>"OpticalBlank"</a>.
3706
3706
</p>
3707
3707
<p>
3708
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3708
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3709
3709
</p>
3710
3710
<p>Default value: FALSE</p>
3711
3711
</div>
3712
3712
<hr>
3713
3713
<div class="refsect2">
3714
3714
<a name="UDisksDrive--optical-num-audio-tracks"></a><h3>The <code class="literal">"optical-num-audio-tracks"</code> property</h3>
3715
 
<pre class="programlisting">  "optical-num-audio-tracks" <span class="type">guint</span>                 : Read / Write</pre>
 
3715
<pre class="programlisting">  "optical-num-audio-tracks" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
3716
3716
<p>
3717
3717
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumAudioTracks" title='The "OpticalNumAudioTracks" property'>"OpticalNumAudioTracks"</a>.
3718
3718
</p>
3719
3719
<p>
3720
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3720
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3721
3721
</p>
3722
3722
<p>Default value: 0</p>
3723
3723
</div>
3724
3724
<hr>
3725
3725
<div class="refsect2">
3726
3726
<a name="UDisksDrive--optical-num-data-tracks"></a><h3>The <code class="literal">"optical-num-data-tracks"</code> property</h3>
3727
 
<pre class="programlisting">  "optical-num-data-tracks"  <span class="type">guint</span>                 : Read / Write</pre>
 
3727
<pre class="programlisting">  "optical-num-data-tracks"  <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
3728
3728
<p>
3729
3729
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumDataTracks" title='The "OpticalNumDataTracks" property'>"OpticalNumDataTracks"</a>.
3730
3730
</p>
3731
3731
<p>
3732
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3732
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3733
3733
</p>
3734
3734
<p>Default value: 0</p>
3735
3735
</div>
3736
3736
<hr>
3737
3737
<div class="refsect2">
3738
3738
<a name="UDisksDrive--optical-num-sessions"></a><h3>The <code class="literal">"optical-num-sessions"</code> property</h3>
3739
 
<pre class="programlisting">  "optical-num-sessions"     <span class="type">guint</span>                 : Read / Write</pre>
 
3739
<pre class="programlisting">  "optical-num-sessions"     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
3740
3740
<p>
3741
3741
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumSessions" title='The "OpticalNumSessions" property'>"OpticalNumSessions"</a>.
3742
3742
</p>
3743
3743
<p>
3744
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3744
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3745
3745
</p>
3746
3746
<p>Default value: 0</p>
3747
3747
</div>
3748
3748
<hr>
3749
3749
<div class="refsect2">
3750
3750
<a name="UDisksDrive--optical-num-tracks"></a><h3>The <code class="literal">"optical-num-tracks"</code> property</h3>
3751
 
<pre class="programlisting">  "optical-num-tracks"       <span class="type">guint</span>                 : Read / Write</pre>
 
3751
<pre class="programlisting">  "optical-num-tracks"       <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
3752
3752
<p>
3753
3753
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumTracks" title='The "OpticalNumTracks" property'>"OpticalNumTracks"</a>.
3754
3754
</p>
3755
3755
<p>
3756
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3756
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3757
3757
</p>
3758
3758
<p>Default value: 0</p>
3759
3759
</div>
3760
3760
<hr>
3761
3761
<div class="refsect2">
3762
3762
<a name="UDisksDrive--removable"></a><h3>The <code class="literal">"removable"</code> property</h3>
3763
 
<pre class="programlisting">  "removable"                <span class="type">gboolean</span>              : Read / Write</pre>
 
3763
<pre class="programlisting">  "removable"                <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
3764
3764
<p>
3765
3765
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Removable" title='The "Removable" property'>"Removable"</a>.
3766
3766
</p>
3767
3767
<p>
3768
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3768
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3769
3769
</p>
3770
3770
<p>Default value: FALSE</p>
3771
3771
</div>
3772
3772
<hr>
3773
3773
<div class="refsect2">
3774
3774
<a name="UDisksDrive--revision"></a><h3>The <code class="literal">"revision"</code> property</h3>
3775
 
<pre class="programlisting">  "revision"                 <span class="type">gchar</span>*                : Read / Write</pre>
 
3775
<pre class="programlisting">  "revision"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3776
3776
<p>
3777
3777
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Revision" title='The "Revision" property'>"Revision"</a>.
3778
3778
</p>
3779
3779
<p>
3780
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3780
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3781
3781
</p>
3782
3782
<p>Default value: NULL</p>
3783
3783
</div>
3784
3784
<hr>
3785
3785
<div class="refsect2">
3786
3786
<a name="UDisksDrive--rotation-rate"></a><h3>The <code class="literal">"rotation-rate"</code> property</h3>
3787
 
<pre class="programlisting">  "rotation-rate"            <span class="type">gint</span>                  : Read / Write</pre>
 
3787
<pre class="programlisting">  "rotation-rate"            <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>                  : Read / Write</pre>
3788
3788
<p>
3789
3789
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.RotationRate" title='The "RotationRate" property'>"RotationRate"</a>.
3790
3790
</p>
3791
3791
<p>
3792
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3792
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3793
3793
</p>
3794
3794
<p>Default value: 0</p>
3795
3795
</div>
3796
3796
<hr>
3797
3797
<div class="refsect2">
3798
3798
<a name="UDisksDrive--seat"></a><h3>The <code class="literal">"seat"</code> property</h3>
3799
 
<pre class="programlisting">  "seat"                     <span class="type">gchar</span>*                : Read / Write</pre>
 
3799
<pre class="programlisting">  "seat"                     <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3800
3800
<p>
3801
3801
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Seat" title='The "Seat" property'>"Seat"</a>.
3802
3802
</p>
3803
3803
<p>
3804
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3804
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3805
3805
</p>
3806
3806
<p>Default value: NULL</p>
3807
3807
</div>
3808
3808
<hr>
3809
3809
<div class="refsect2">
3810
3810
<a name="UDisksDrive--serial"></a><h3>The <code class="literal">"serial"</code> property</h3>
3811
 
<pre class="programlisting">  "serial"                   <span class="type">gchar</span>*                : Read / Write</pre>
 
3811
<pre class="programlisting">  "serial"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3812
3812
<p>
3813
3813
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Serial" title='The "Serial" property'>"Serial"</a>.
3814
3814
</p>
3815
3815
<p>
3816
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3816
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3817
3817
</p>
3818
3818
<p>Default value: NULL</p>
3819
3819
</div>
3820
3820
<hr>
3821
3821
<div class="refsect2">
3822
3822
<a name="UDisksDrive--sibling-id"></a><h3>The <code class="literal">"sibling-id"</code> property</h3>
3823
 
<pre class="programlisting">  "sibling-id"               <span class="type">gchar</span>*                : Read / Write</pre>
 
3823
<pre class="programlisting">  "sibling-id"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3824
3824
<p>
3825
3825
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.SiblingId" title='The "SiblingId" property'>"SiblingId"</a>.
3826
3826
</p>
3827
3827
<p>
3828
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3828
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3829
3829
</p>
3830
3830
<p>Default value: NULL</p>
3831
3831
<p class="since">Since 2.1</p>
3838
3838
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Size" title='The "Size" property'>"Size"</a>.
3839
3839
</p>
3840
3840
<p>
3841
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3841
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3842
3842
</p>
3843
3843
<p>Default value: 0</p>
3844
3844
</div>
3845
3845
<hr>
3846
3846
<div class="refsect2">
3847
3847
<a name="UDisksDrive--sort-key"></a><h3>The <code class="literal">"sort-key"</code> property</h3>
3848
 
<pre class="programlisting">  "sort-key"                 <span class="type">gchar</span>*                : Read / Write</pre>
 
3848
<pre class="programlisting">  "sort-key"                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3849
3849
<p>
3850
3850
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.SortKey" title='The "SortKey" property'>"SortKey"</a>.
3851
3851
</p>
3852
3852
<p>
3853
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3853
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3854
3854
</p>
3855
3855
<p>Default value: NULL</p>
3856
3856
</div>
3862
3862
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.TimeDetected" title='The "TimeDetected" property'>"TimeDetected"</a>.
3863
3863
</p>
3864
3864
<p>
3865
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3865
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3866
3866
</p>
3867
3867
<p>Default value: 0</p>
3868
3868
</div>
3874
3874
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.TimeMediaDetected" title='The "TimeMediaDetected" property'>"TimeMediaDetected"</a>.
3875
3875
</p>
3876
3876
<p>
3877
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3877
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3878
3878
</p>
3879
3879
<p>Default value: 0</p>
3880
3880
</div>
3881
3881
<hr>
3882
3882
<div class="refsect2">
3883
3883
<a name="UDisksDrive--vendor"></a><h3>The <code class="literal">"vendor"</code> property</h3>
3884
 
<pre class="programlisting">  "vendor"                   <span class="type">gchar</span>*                : Read / Write</pre>
 
3884
<pre class="programlisting">  "vendor"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3885
3885
<p>
3886
3886
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Vendor" title='The "Vendor" property'>"Vendor"</a>.
3887
3887
</p>
3888
3888
<p>
3889
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3889
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3890
3890
</p>
3891
3891
<p>Default value: NULL</p>
3892
3892
</div>
3893
3893
<hr>
3894
3894
<div class="refsect2">
3895
3895
<a name="UDisksDrive--wwn"></a><h3>The <code class="literal">"wwn"</code> property</h3>
3896
 
<pre class="programlisting">  "wwn"                      <span class="type">gchar</span>*                : Read / Write</pre>
 
3896
<pre class="programlisting">  "wwn"                      <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*                : Read / Write</pre>
3897
3897
<p>
3898
3898
Represents the D-Bus property <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.WWN" title='The "WWN" property'>"WWN"</a>.
3899
3899
</p>
3900
3900
<p>
3901
 
Since the D-Bus property for this <span class="type">GObject</span> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
 
3901
Since the D-Bus property for this <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"><span class="type">GObject</span></a> property is readable but not writable, it is meaningful to read from it on both the client- and service-side. It is only meaningful, however, to write to it on the service-side.
3902
3902
</p>
3903
3903
<p>Default value: NULL</p>
3904
3904
</div>
3907
3907
<a name="UDisksDrive.signal-details"></a><h2>Signal Details</h2>
3908
3908
<div class="refsect2">
3909
3909
<a name="UDisksDrive-handle-eject"></a><h3>The <code class="literal">"handle-eject"</code> signal</h3>
3910
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a>           *object,
3911
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
3912
 
                                                        <span class="type">GVariant</span>              *arg_options,
3913
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
3910
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a>           *object,
 
3911
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
3912
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
3913
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>               user_data)        : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
3914
3914
<p>
3915
3915
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.Eject" title="The Eject() method"><code class="function">Eject()</code></a> D-Bus method.
3916
3916
</p>
3917
3917
<p>
3918
 
If a signal handler returns <code class="literal">TRUE</code>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em> and eventually call <a class="link" href="UDisksDrive.html#udisks-drive-complete-eject" title="udisks_drive_complete_eject ()"><code class="function">udisks_drive_complete_eject()</code></a> or e.g. <code class="function">g_dbus_method_invocation_return_error()</code> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code> error is returned.
 
3918
If a signal handler returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em> and eventually call <a class="link" href="UDisksDrive.html#udisks-drive-complete-eject" title="udisks_drive_complete_eject ()"><code class="function">udisks_drive_complete_eject()</code></a> or e.g. <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <a href="http://library.gnome.org/devel/gio/unstable/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.
3919
3919
</p>
3920
3920
<div class="variablelist"><table border="0" class="variablelist">
3921
3921
<colgroup>
3929
3929
</tr>
3930
3930
<tr>
3931
3931
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
3932
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
3932
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
3933
3933
</tr>
3934
3934
<tr>
3935
3935
<td><p><span class="term"><em class="parameter"><code>arg_options</code></em> :</span></p></td>
3942
3942
<tr>
3943
3943
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3944
3944
<td>
3945
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
3945
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</td>
3946
3946
</tr>
3947
3947
</tbody>
3948
3948
</table></div>
3950
3950
<hr>
3951
3951
<div class="refsect2">
3952
3952
<a name="UDisksDrive-handle-power-off"></a><h3>The <code class="literal">"handle-power-off"</code> signal</h3>
3953
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a>           *object,
3954
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
3955
 
                                                        <span class="type">GVariant</span>              *arg_options,
3956
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
3953
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a>           *object,
 
3954
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
3955
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
3956
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>               user_data)        : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
3957
3957
<p>
3958
3958
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.PowerOff" title="The PowerOff() method"><code class="function">PowerOff()</code></a> D-Bus method.
3959
3959
</p>
3960
3960
<p>
3961
 
If a signal handler returns <code class="literal">TRUE</code>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em> and eventually call <a class="link" href="UDisksDrive.html#udisks-drive-complete-power-off" title="udisks_drive_complete_power_off ()"><code class="function">udisks_drive_complete_power_off()</code></a> or e.g. <code class="function">g_dbus_method_invocation_return_error()</code> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code> error is returned.
 
3961
If a signal handler returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em> and eventually call <a class="link" href="UDisksDrive.html#udisks-drive-complete-power-off" title="udisks_drive_complete_power_off ()"><code class="function">udisks_drive_complete_power_off()</code></a> or e.g. <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <a href="http://library.gnome.org/devel/gio/unstable/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.
3962
3962
</p>
3963
3963
<div class="variablelist"><table border="0" class="variablelist">
3964
3964
<colgroup>
3972
3972
</tr>
3973
3973
<tr>
3974
3974
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
3975
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
3975
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
3976
3976
</tr>
3977
3977
<tr>
3978
3978
<td><p><span class="term"><em class="parameter"><code>arg_options</code></em> :</span></p></td>
3985
3985
<tr>
3986
3986
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
3987
3987
<td>
3988
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
3988
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</td>
3989
3989
</tr>
3990
3990
</tbody>
3991
3991
</table></div>
3994
3994
<hr>
3995
3995
<div class="refsect2">
3996
3996
<a name="UDisksDrive-handle-set-configuration"></a><h3>The <code class="literal">"handle-set-configuration"</code> signal</h3>
3997
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            user_function                      (<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a>           *object,
3998
 
                                                        <span class="type">GDBusMethodInvocation</span> *invocation,
3999
 
                                                        <span class="type">GVariant</span>              *arg_value,
4000
 
                                                        <span class="type">GVariant</span>              *arg_options,
4001
 
                                                        <span class="type">gpointer</span>               user_data)        : <code class="literal">Run Last</code></pre>
 
3997
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="UDisksDrive.html" title="UDisksDrive"><span class="type">UDisksDrive</span></a>           *object,
 
3998
                                                        <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a> *invocation,
 
3999
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_value,
 
4000
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant"><span class="type">GVariant</span></a>              *arg_options,
 
4001
                                                        <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>               user_data)        : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
4002
4002
<p>
4003
4003
Signal emitted when a remote caller is invoking the <a class="link" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.SetConfiguration" title="The SetConfiguration() method"><code class="function">SetConfiguration()</code></a> D-Bus method.
4004
4004
</p>
4005
4005
<p>
4006
 
If a signal handler returns <code class="literal">TRUE</code>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em> and eventually call <a class="link" href="UDisksDrive.html#udisks-drive-complete-set-configuration" title="udisks_drive_complete_set_configuration ()"><code class="function">udisks_drive_complete_set_configuration()</code></a> or e.g. <code class="function">g_dbus_method_invocation_return_error()</code> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code> error is returned.
 
4006
If a signal handler returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, it means the signal handler will handle the invocation (e.g. take a reference to <em class="parameter"><code>invocation</code></em> and eventually call <a class="link" href="UDisksDrive.html#udisks-drive-complete-set-configuration" title="udisks_drive_complete_set_configuration ()"><code class="function">udisks_drive_complete_set_configuration()</code></a> or e.g. <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html#g-dbus-method-invocation-return-error"><code class="function">g_dbus_method_invocation_return_error()</code></a> on it) and no order signal handlers will run. If no signal handler handles the invocation, the <a href="http://library.gnome.org/devel/gio/unstable/gio-GDBusError.html#G-DBUS-ERROR-UNKNOWN-METHOD:CAPS"><code class="literal">G_DBUS_ERROR_UNKNOWN_METHOD</code></a> error is returned.
4007
4007
</p>
4008
4008
<div class="variablelist"><table border="0" class="variablelist">
4009
4009
<colgroup>
4017
4017
</tr>
4018
4018
<tr>
4019
4019
<td><p><span class="term"><em class="parameter"><code>invocation</code></em> :</span></p></td>
4020
 
<td>A <span class="type">GDBusMethodInvocation</span>.</td>
 
4020
<td>A <a href="http://library.gnome.org/devel/gio/unstable/GDBusMethodInvocation.html"><span class="type">GDBusMethodInvocation</span></a>.</td>
4021
4021
</tr>
4022
4022
<tr>
4023
4023
<td><p><span class="term"><em class="parameter"><code>arg_value</code></em> :</span></p></td>
4034
4034
<tr>
4035
4035
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
4036
4036
<td>
4037
 
<code class="literal">TRUE</code> if the invocation was handled, <code class="literal">FALSE</code> to let other signal handlers run.</td>
 
4037
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the invocation was handled, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to let other signal handlers run.</td>
4038
4038
</tr>
4039
4039
</tbody>
4040
4040
</table></div>