UDisks.VDOVolume¶
- Implementations:
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Compression |
||
r/w |
CompressionState |
||
r/w |
Deduplication |
||
r/w |
IndexState |
||
r/w |
OperatingMode |
||
r/w |
UsedSize |
||
r/w |
VDOPool |
Signals¶
Name |
Short Description |
---|---|
Signal emitted when a remote caller is invoking the ‘EnableCompression() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.EnableCompression]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘EnableDeduplication() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.EnableDeduplication]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘GetStatistics() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.GetStatistics]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘ResizeLogical() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.ResizeLogical]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘ResizePhysical() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.ResizePhysical]’ D-Bus method. |
Fields¶
None
Class Details¶
- class UDisks.VDOVolume¶
- Bases:
- Structure:
Abstract interface type for the D-Bus interface ‘org.freedesktop.UDisks2.VDOVolume [gdbus-interface-org-freedesktop-UDisks2-VDOVolume.top_of_page]’.
New in version 2.9.0.
- classmethod interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo
. Do not free.- Return type:
Gets a machine-readable description of the ‘org.freedesktop.UDisks2.VDOVolume [gdbus-interface-org-freedesktop-UDisks2-VDOVolume.top_of_page]’ D-Bus interface.
New in version 2.9.0.
- classmethod override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass
) – The class structure for aGObject.Object
derived 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.Object
properties in theUDisks.VDOVolume
interface for a concrete class. The properties are overridden in the order they are defined.New in version 2.9.0.
- call_enable_compression(arg_enable, arg_options, cancellable, callback, *user_data)¶
- Parameters:
arg_enable (
bool
) – Argument to pass with the method invocation.arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘EnableCompression() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.EnableCompression]’ 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.VDOVolume.call_enable_compression_finish
() to get the result of the operation.See
UDisks.VDOVolume.call_enable_compression_sync
() for the synchronous, blocking version of this method.New in version 2.9.0.
- call_enable_compression_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.VDOVolume.call_enable_compression
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
UDisks.VDOVolume.call_enable_compression
().New in version 2.9.0.
- call_enable_compression_sync(arg_enable, arg_options, cancellable)¶
- Parameters:
arg_enable (
bool
) – Argument to pass with the method invocation.arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘EnableCompression() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.EnableCompression]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.VDOVolume.call_enable_compression
() for the asynchronous version of this method.New in version 2.9.0.
- call_enable_deduplication(arg_enable, arg_options, cancellable, callback, *user_data)¶
- Parameters:
arg_enable (
bool
) – Argument to pass with the method invocation.arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘EnableDeduplication() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.EnableDeduplication]’ 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.VDOVolume.call_enable_deduplication_finish
() to get the result of the operation.See
UDisks.VDOVolume.call_enable_deduplication_sync
() for the synchronous, blocking version of this method.New in version 2.9.0.
- call_enable_deduplication_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.VDOVolume.call_enable_deduplication
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
UDisks.VDOVolume.call_enable_deduplication
().New in version 2.9.0.
- call_enable_deduplication_sync(arg_enable, arg_options, cancellable)¶
- Parameters:
arg_enable (
bool
) – Argument to pass with the method invocation.arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘EnableDeduplication() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.EnableDeduplication]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.VDOVolume.call_enable_deduplication
() for the asynchronous version of this method.New in version 2.9.0.
- call_get_statistics(arg_options, cancellable, callback, *user_data)¶
- Parameters:
arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘GetStatistics() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.GetStatistics]’ 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.VDOVolume.call_get_statistics_finish
() to get the result of the operation.See
UDisks.VDOVolume.call_get_statistics_sync
() for the synchronous, blocking version of this method.New in version 2.9.0.
- call_get_statistics_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.VDOVolume.call_get_statistics
().- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_stats:
Return location for return parameter or
None
to ignore.
- Return type:
(
bool
, out_stats:GLib.Variant
)
Finishes an operation started with
UDisks.VDOVolume.call_get_statistics
().New in version 2.9.0.
- call_get_statistics_sync(arg_options, cancellable)¶
- Parameters:
arg_options (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_stats:
Return location for return parameter or
None
to ignore.
- Return type:
(
bool
, out_stats:GLib.Variant
)
Synchronously invokes the ‘GetStatistics() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.GetStatistics]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.VDOVolume.call_get_statistics
() for the asynchronous version of this method.New in version 2.9.0.
- call_resize_logical(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.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘ResizeLogical() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.ResizeLogical]’ 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.VDOVolume.call_resize_logical_finish
() to get the result of the operation.See
UDisks.VDOVolume.call_resize_logical_sync
() for the synchronous, blocking version of this method.New in version 2.9.0.
- call_resize_logical_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.VDOVolume.call_resize_logical
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
UDisks.VDOVolume.call_resize_logical
().New in version 2.9.0.
- call_resize_logical_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.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘ResizeLogical() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.ResizeLogical]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.VDOVolume.call_resize_logical
() for the asynchronous version of this method.New in version 2.9.0.
- call_resize_physical(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.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘ResizePhysical() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.ResizePhysical]’ 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.VDOVolume.call_resize_physical_finish
() to get the result of the operation.See
UDisks.VDOVolume.call_resize_physical_sync
() for the synchronous, blocking version of this method.New in version 2.9.0.
- call_resize_physical_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.VDOVolume.call_resize_physical
().- Raises:
- Returns:
- Return type:
Finishes an operation started with
UDisks.VDOVolume.call_resize_physical
().New in version 2.9.0.
- call_resize_physical_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.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
- Return type:
Synchronously invokes the ‘ResizePhysical() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.ResizePhysical]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.VDOVolume.call_resize_physical
() for the asynchronous version of this method.New in version 2.9.0.
- complete_enable_compression(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘EnableCompression() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.EnableCompression]’ 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.9.0.
- complete_enable_deduplication(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘EnableDeduplication() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.EnableDeduplication]’ 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.9.0.
- complete_get_statistics(invocation, stats)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.stats (
GLib.Variant
) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the ‘GetStatistics() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.GetStatistics]’ 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.9.0.
- complete_resize_logical(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘ResizeLogical() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.ResizeLogical]’ 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.9.0.
- complete_resize_physical(invocation)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.
Helper function used in service implementations to finish handling invocations of the ‘ResizePhysical() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.ResizePhysical]’ 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.9.0.
- do_handle_enable_compression(invocation, arg_enable, arg_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_enable (
bool
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.VDOVolume
::handle-enable-compression
signal.
- do_handle_enable_deduplication(invocation, arg_enable, arg_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_enable (
bool
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.VDOVolume
::handle-enable-deduplication
signal.
- do_handle_get_statistics(invocation, arg_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.VDOVolume
::handle-get-statistics
signal.
- do_handle_resize_logical(invocation, arg_size, arg_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_size (
int
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.VDOVolume
::handle-resize-logical
signal.
- do_handle_resize_physical(invocation, arg_size, arg_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_size (
int
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.VDOVolume
::handle-resize-physical
signal.
Signal Details¶
- UDisks.VDOVolume.signals.handle_enable_compression(v_d_o_volume, invocation, arg_enable, arg_options)¶
- Signal Name:
handle-enable-compression
- Flags:
- Parameters:
v_d_o_volume (
UDisks.VDOVolume
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_enable (
bool
) – Argument passed by remote caller.arg_options (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘EnableCompression() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.EnableCompression]’ 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.VDOVolume.complete_enable_compression
() 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_METHOD
error is returned.New in version 2.9.0.
- UDisks.VDOVolume.signals.handle_enable_deduplication(v_d_o_volume, invocation, arg_enable, arg_options)¶
- Signal Name:
handle-enable-deduplication
- Flags:
- Parameters:
v_d_o_volume (
UDisks.VDOVolume
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_enable (
bool
) – Argument passed by remote caller.arg_options (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘EnableDeduplication() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.EnableDeduplication]’ 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.VDOVolume.complete_enable_deduplication
() 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_METHOD
error is returned.New in version 2.9.0.
- UDisks.VDOVolume.signals.handle_get_statistics(v_d_o_volume, invocation, arg_options)¶
- Signal Name:
handle-get-statistics
- Flags:
- Parameters:
v_d_o_volume (
UDisks.VDOVolume
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_options (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘GetStatistics() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.GetStatistics]’ 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.VDOVolume.complete_get_statistics
() 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_METHOD
error is returned.New in version 2.9.0.
- UDisks.VDOVolume.signals.handle_resize_logical(v_d_o_volume, invocation, arg_size, arg_options)¶
- Signal Name:
handle-resize-logical
- Flags:
- Parameters:
v_d_o_volume (
UDisks.VDOVolume
) – 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_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘ResizeLogical() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.ResizeLogical]’ 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.VDOVolume.complete_resize_logical
() 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_METHOD
error is returned.New in version 2.9.0.
- UDisks.VDOVolume.signals.handle_resize_physical(v_d_o_volume, invocation, arg_size, arg_options)¶
- Signal Name:
handle-resize-physical
- Flags:
- Parameters:
v_d_o_volume (
UDisks.VDOVolume
) – 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_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘ResizePhysical() [gdbus-method-org-freedesktop-UDisks2-VDOVolume.ResizePhysical]’ 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.VDOVolume.complete_resize_physical
() 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_METHOD
error is returned.New in version 2.9.0.
Property Details¶
- UDisks.VDOVolume.props.compression¶
-
Represents the D-Bus property ‘“Compression” [gdbus-property-org-freedesktop-UDisks2-VDOVolume.Compression]’.
Since the D-Bus property for this
GObject.Object
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.New in version 2.9.0.
- UDisks.VDOVolume.props.compression_state¶
-
Represents the D-Bus property ‘“CompressionState” [gdbus-property-org-freedesktop-UDisks2-VDOVolume.CompressionState]’.
Since the D-Bus property for this
GObject.Object
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.New in version 2.9.0.
- UDisks.VDOVolume.props.deduplication¶
-
Represents the D-Bus property ‘“Deduplication” [gdbus-property-org-freedesktop-UDisks2-VDOVolume.Deduplication]’.
Since the D-Bus property for this
GObject.Object
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.New in version 2.9.0.
- UDisks.VDOVolume.props.index_state¶
-
Represents the D-Bus property ‘“IndexState” [gdbus-property-org-freedesktop-UDisks2-VDOVolume.IndexState]’.
Since the D-Bus property for this
GObject.Object
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.New in version 2.9.0.
- UDisks.VDOVolume.props.operating_mode¶
-
Represents the D-Bus property ‘“OperatingMode” [gdbus-property-org-freedesktop-UDisks2-VDOVolume.OperatingMode]’.
Since the D-Bus property for this
GObject.Object
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.New in version 2.9.0.
- UDisks.VDOVolume.props.used_size¶
-
Represents the D-Bus property ‘“UsedSize” [gdbus-property-org-freedesktop-UDisks2-VDOVolume.UsedSize]’.
Since the D-Bus property for this
GObject.Object
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.New in version 2.9.0.
- UDisks.VDOVolume.props.vdo_pool¶
-
Represents the D-Bus property ‘“VDOPool” [gdbus-property-org-freedesktop-UDisks2-VDOVolume.VDOPool]’.
Since the D-Bus property for this
GObject.Object
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.New in version 2.9.0.