UDisks.Partition¶
- Implementations:
 
Methods¶
class  | 
|
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w  | 
Flags  | 
||
r/w  | 
IsContained  | 
||
r/w  | 
IsContainer  | 
||
r/w  | 
Name  | 
||
r/w  | 
Number  | 
||
r/w  | 
Offset  | 
||
r/w  | 
Size  | 
||
r/w  | 
Table  | 
||
r/w  | 
Type  | 
||
r/w  | 
UUID  | 
Signals¶
Name  | 
Short Description  | 
|---|---|
Signal emitted when a remote caller is invoking the Delete() D-Bus method.  | 
|
Signal emitted when a remote caller is invoking the Resize() D-Bus method.  | 
|
Signal emitted when a remote caller is invoking the SetFlags() D-Bus method.  | 
|
Signal emitted when a remote caller is invoking the SetName() D-Bus method.  | 
|
Signal emitted when a remote caller is invoking the SetType() D-Bus method.  | 
|
Signal emitted when a remote caller is invoking the ‘SetUUID() [gdbus-method-org-freedesktop-UDisks2-Partition.SetUUID]’ D-Bus method.  | 
Fields¶
None
Class Details¶
- class UDisks.Partition¶
 - Bases:
 - Structure:
 
Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.Partition.
- classmethod interface_info()¶
 - Returns:
 A
Gio.DBusInterfaceInfo. Do not free.- Return type:
 
Gets a machine-readable description of the org.freedesktop.UDisks2.Partition D-Bus interface.
- classmethod override_properties(klass, property_id_begin)¶
 - Parameters:
 klass (
GObject.ObjectClass) – The class structure for aGObject.Objectderived class.property_id_begin (
int) – The property id to assign to the first overridden property.
- Returns:
 The last property id.
- Return type:
 
Overrides all
GObject.Objectproperties in theUDisks.Partitioninterface for a concrete class. The properties are overridden in the order they are defined.
- call_delete(arg_options, cancellable, callback, *user_data)¶
 - Parameters:
 arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the Delete() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callUDisks.Partition.call_delete_finish() to get the result of the operation.See
UDisks.Partition.call_delete_sync() for the synchronous, blocking version of this method.
- call_delete_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toUDisks.Partition.call_delete().- Raises:
 - Returns:
 - Return type:
 
Finishes an operation started with
UDisks.Partition.call_delete().
- call_delete_sync(arg_options, cancellable)¶
 - Parameters:
 arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
 - Returns:
 - Return type:
 
Synchronously invokes the Delete() D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.Partition.call_delete() for the asynchronous version of this method.
- call_resize(arg_size, arg_options, cancellable, callback, *user_data)¶
 - Parameters:
 arg_size (
int) – Argument to pass with the method invocation.arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the Resize() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callUDisks.Partition.call_resize_finish() to get the result of the operation.See
UDisks.Partition.call_resize_sync() for the synchronous, blocking version of this method.
- call_resize_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toUDisks.Partition.call_resize().- Raises:
 - Returns:
 - Return type:
 
Finishes an operation started with
UDisks.Partition.call_resize().
- call_resize_sync(arg_size, arg_options, cancellable)¶
 - Parameters:
 arg_size (
int) – Argument to pass with the method invocation.arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
 - Returns:
 - Return type:
 
Synchronously invokes the Resize() D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.Partition.call_resize() for the asynchronous version of this method.
- call_set_flags(arg_flags, arg_options, cancellable, callback, *user_data)¶
 - Parameters:
 arg_flags (
int) – Argument to pass with the method invocation.arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the SetFlags() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callUDisks.Partition.call_set_flags_finish() to get the result of the operation.See
UDisks.Partition.call_set_flags_sync() for the synchronous, blocking version of this method.
- call_set_flags_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toUDisks.Partition.call_set_flags().- Raises:
 - Returns:
 - Return type:
 
Finishes an operation started with
UDisks.Partition.call_set_flags().
- call_set_flags_sync(arg_flags, arg_options, cancellable)¶
 - Parameters:
 arg_flags (
int) – Argument to pass with the method invocation.arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
 - Returns:
 - Return type:
 
Synchronously invokes the SetFlags() D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.Partition.call_set_flags() for the asynchronous version of this method.
- call_set_name(arg_name, arg_options, cancellable, callback, *user_data)¶
 - Parameters:
 arg_name (
str) – Argument to pass with the method invocation.arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the SetName() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callUDisks.Partition.call_set_name_finish() to get the result of the operation.See
UDisks.Partition.call_set_name_sync() for the synchronous, blocking version of this method.
- call_set_name_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toUDisks.Partition.call_set_name().- Raises:
 - Returns:
 - Return type:
 
Finishes an operation started with
UDisks.Partition.call_set_name().
- call_set_name_sync(arg_name, arg_options, cancellable)¶
 - Parameters:
 arg_name (
str) – Argument to pass with the method invocation.arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
 - Returns:
 - Return type:
 
Synchronously invokes the SetName() D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.Partition.call_set_name() for the asynchronous version of this method.
- call_set_type(arg_type, arg_options, cancellable, callback, *user_data)¶
 - Parameters:
 arg_type (
str) – Argument to pass with the method invocation.arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the SetType() D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callUDisks.Partition.call_set_type_finish() to get the result of the operation.See
UDisks.Partition.call_set_type_sync() for the synchronous, blocking version of this method.
- call_set_type_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toUDisks.Partition.call_set_type().- Raises:
 - Returns:
 - Return type:
 
Finishes an operation started with
UDisks.Partition.call_set_type().
- call_set_type_sync(arg_type, arg_options, cancellable)¶
 - Parameters:
 arg_type (
str) – Argument to pass with the method invocation.arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
 - Returns:
 - Return type:
 
Synchronously invokes the SetType() D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.Partition.call_set_type() for the asynchronous version of this method.
- call_set_uuid(arg_uuid, arg_options, cancellable, callback, *user_data)¶
 - Parameters:
 arg_uuid (
str) – Argument to pass with the method invocation.arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.callback (
Gio.AsyncReadyCallbackorNone) – AGio.AsyncReadyCallbackto call when the request is satisfied orNone.
Asynchronously invokes the ‘SetUUID() [gdbus-method-org-freedesktop-UDisks2-Partition.SetUUID]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default()). You can then callUDisks.Partition.call_set_uuid_finish() to get the result of the operation.See
UDisks.Partition.call_set_uuid_sync() for the synchronous, blocking version of this method.New in version 2.10.0.
- call_set_uuid_finish(res)¶
 - Parameters:
 res (
Gio.AsyncResult) – TheGio.AsyncResultobtained from theGio.AsyncReadyCallbackpassed toUDisks.Partition.call_set_uuid().- Raises:
 - Returns:
 - Return type:
 
Finishes an operation started with
UDisks.Partition.call_set_uuid().New in version 2.10.0.
- call_set_uuid_sync(arg_uuid, arg_options, cancellable)¶
 - Parameters:
 arg_uuid (
str) – Argument to pass with the method invocation.arg_options (
GLib.Variant) – Argument to pass with the method invocation.cancellable (
Gio.CancellableorNone) – AGio.CancellableorNone.
- Raises:
 - Returns:
 - Return type:
 
Synchronously invokes the ‘SetUUID() [gdbus-method-org-freedesktop-UDisks2-Partition.SetUUID]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.Partition.call_set_uuid() for the asynchronous version of this method.New in version 2.10.0.
- complete_delete(invocation)¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the Delete() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_resize(invocation)¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the Resize() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_set_flags(invocation)¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the SetFlags() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_set_name(invocation)¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the SetName() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_set_type(invocation)¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the SetType() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_set_uuid(invocation)¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.
Helper function used in service implementations to finish handling invocations of the ‘SetUUID() [gdbus-method-org-freedesktop-UDisks2-Partition.SetUUID]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
New in version 2.10.0.
- do_handle_delete(invocation, arg_options) virtual¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) –arg_options (
GLib.Variant) –
- Return type:
 
Handler for the
UDisks.Partition::handle-deletesignal.
- do_handle_resize(invocation, arg_size, arg_options) virtual¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) –arg_size (
int) –arg_options (
GLib.Variant) –
- Return type:
 
Handler for the
UDisks.Partition::handle-resizesignal.
- do_handle_set_flags(invocation, arg_flags, arg_options) virtual¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) –arg_flags (
int) –arg_options (
GLib.Variant) –
- Return type:
 
Handler for the
UDisks.Partition::handle-set-flagssignal.
- do_handle_set_name(invocation, arg_name, arg_options) virtual¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) –arg_name (
str) –arg_options (
GLib.Variant) –
- Return type:
 
Handler for the
UDisks.Partition::handle-set-namesignal.
- do_handle_set_type(invocation, arg_type, arg_options) virtual¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) –arg_type (
str) –arg_options (
GLib.Variant) –
- Return type:
 
Handler for the
UDisks.Partition::handle-set-typesignal.
- do_handle_set_uuid(invocation, arg_uuid, arg_options) virtual¶
 - Parameters:
 invocation (
Gio.DBusMethodInvocation) –arg_uuid (
str) –arg_options (
GLib.Variant) –
- Return type:
 
Handler for the
UDisks.Partition::handle-set-uuidsignal.
Signal Details¶
- UDisks.Partition.signals.handle_delete(partition, invocation, arg_options)¶
 - Signal Name:
 handle-delete- Flags:
 - Parameters:
 partition (
UDisks.Partition) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_options (
GLib.Variant) – Argument passed by remote caller.
- Returns:
 Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
 
Signal emitted when a remote caller is invoking the Delete() D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callUDisks.Partition.complete_delete() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
- UDisks.Partition.signals.handle_resize(partition, invocation, arg_size, arg_options)¶
 - Signal Name:
 handle-resize- Flags:
 - Parameters:
 partition (
UDisks.Partition) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_size (
int) – Argument passed by remote caller.arg_options (
GLib.Variant) – Argument passed by remote caller.
- Returns:
 Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
 
Signal emitted when a remote caller is invoking the Resize() D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callUDisks.Partition.complete_resize() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
- UDisks.Partition.signals.handle_set_flags(partition, invocation, arg_flags, arg_options)¶
 - Signal Name:
 handle-set-flags- Flags:
 - Parameters:
 partition (
UDisks.Partition) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_flags (
int) – Argument passed by remote caller.arg_options (
GLib.Variant) – Argument passed by remote caller.
- Returns:
 Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
 
Signal emitted when a remote caller is invoking the SetFlags() D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callUDisks.Partition.complete_set_flags() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
- UDisks.Partition.signals.handle_set_name(partition, invocation, arg_name, arg_options)¶
 - Signal Name:
 handle-set-name- Flags:
 - Parameters:
 partition (
UDisks.Partition) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_name (
str) – Argument passed by remote caller.arg_options (
GLib.Variant) – Argument passed by remote caller.
- Returns:
 Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
 
Signal emitted when a remote caller is invoking the SetName() D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callUDisks.Partition.complete_set_name() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
- UDisks.Partition.signals.handle_set_type(partition, invocation, arg_type, arg_options)¶
 - Signal Name:
 handle-set-type- Flags:
 - Parameters:
 partition (
UDisks.Partition) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_type (
str) – Argument passed by remote caller.arg_options (
GLib.Variant) – Argument passed by remote caller.
- Returns:
 Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
 
Signal emitted when a remote caller is invoking the SetType() D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callUDisks.Partition.complete_set_type() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.
- UDisks.Partition.signals.handle_set_uuid(partition, invocation, arg_uuid, arg_options)¶
 - Signal Name:
 handle-set-uuid- Flags:
 - Parameters:
 partition (
UDisks.Partition) – The object which received the signalinvocation (
Gio.DBusMethodInvocation) – AGio.DBusMethodInvocation.arg_uuid (
str) – Argument passed by remote caller.arg_options (
GLib.Variant) – Argument passed by remote caller.
- Returns:
 Gio.DBUS_METHOD_INVOCATION_HANDLEDorTrueif the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLEDorFalseto let other signal handlers run.- Return type:
 
Signal emitted when a remote caller is invoking the ‘SetUUID() [gdbus-method-org-freedesktop-UDisks2-Partition.SetUUID]’ D-Bus method.
If a signal handler returns
True, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callUDisks.Partition.complete_set_uuid() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHODerror is returned.New in version 2.10.0.
Property Details¶
- UDisks.Partition.props.flags¶
 - 
Represents the D-Bus property “Flags”.
Since the D-Bus property for this
GObject.Objectproperty 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. 
- UDisks.Partition.props.is_contained¶
 - 
Represents the D-Bus property “IsContained”.
Since the D-Bus property for this
GObject.Objectproperty 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. 
- UDisks.Partition.props.is_container¶
 - 
Represents the D-Bus property “IsContainer”.
Since the D-Bus property for this
GObject.Objectproperty 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. 
- UDisks.Partition.props.name¶
 - 
Represents the D-Bus property “Name”.
Since the D-Bus property for this
GObject.Objectproperty 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. 
- UDisks.Partition.props.number¶
 - 
Represents the D-Bus property “Number”.
Since the D-Bus property for this
GObject.Objectproperty 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. 
- UDisks.Partition.props.offset¶
 - 
Represents the D-Bus property “Offset”.
Since the D-Bus property for this
GObject.Objectproperty 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. 
- UDisks.Partition.props.size¶
 - 
Represents the D-Bus property “Size”.
Since the D-Bus property for this
GObject.Objectproperty 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. 
- UDisks.Partition.props.table¶
 - 
Represents the D-Bus property “Table”.
Since the D-Bus property for this
GObject.Objectproperty 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. 
- UDisks.Partition.props.type¶
 - 
Represents the D-Bus property “Type”.
Since the D-Bus property for this
GObject.Objectproperty 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. 
- UDisks.Partition.props.uuid¶
 - 
Represents the D-Bus property “UUID”.
Since the D-Bus property for this
GObject.Objectproperty 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.