UDisks.PartitionTable¶
- Implementations:
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
[ |
r/w |
Partitions |
|
r/w |
Type |
Signals¶
Name |
Short Description |
---|---|
Signal emitted when a remote caller is invoking the CreatePartition() D-Bus method. |
|
Signal emitted when a remote caller is invoking the CreatePartitionAndFormat() D-Bus method. |
Fields¶
None
Class Details¶
- class UDisks.PartitionTable¶
- Bases:
- Structure:
Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.PartitionTable.
- classmethod interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo
. Do not free.- Return type:
Gets a machine-readable description of the org.freedesktop.UDisks2.PartitionTable D-Bus interface.
- 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.PartitionTable
interface for a concrete class. The properties are overridden in the order they are defined.
- call_create_partition(arg_offset, arg_size, arg_type, arg_name, arg_options, cancellable, callback, *user_data)¶
- Parameters:
arg_offset (
int
) – Argument to pass with the method invocation.arg_size (
int
) – Argument to pass with the method invocation.arg_type (
str
) – Argument to pass with the method invocation.arg_name (
str
) – 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 CreatePartition() 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.PartitionTable.call_create_partition_finish
() to get the result of the operation.See
UDisks.PartitionTable.call_create_partition_sync
() for the synchronous, blocking version of this method.
- call_create_partition_and_format(arg_offset, arg_size, arg_type, arg_name, arg_options, arg_format_type, arg_format_options, cancellable, callback, *user_data)¶
- Parameters:
arg_offset (
int
) – Argument to pass with the method invocation.arg_size (
int
) – Argument to pass with the method invocation.arg_type (
str
) – Argument to pass with the method invocation.arg_name (
str
) – Argument to pass with the method invocation.arg_options (
GLib.Variant
) – Argument to pass with the method invocation.arg_format_type (
str
) – Argument to pass with the method invocation.arg_format_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 CreatePartitionAndFormat() 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.PartitionTable.call_create_partition_and_format_finish
() to get the result of the operation.See
UDisks.PartitionTable.call_create_partition_and_format_sync
() for the synchronous, blocking version of this method.
- call_create_partition_and_format_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.PartitionTable.call_create_partition_and_format
().- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_created_partition:
Return location for return parameter or
None
to ignore.
- Return type:
Finishes an operation started with
UDisks.PartitionTable.call_create_partition_and_format
().
- call_create_partition_and_format_sync(arg_offset, arg_size, arg_type, arg_name, arg_options, arg_format_type, arg_format_options, cancellable)¶
- Parameters:
arg_offset (
int
) – Argument to pass with the method invocation.arg_size (
int
) – Argument to pass with the method invocation.arg_type (
str
) – Argument to pass with the method invocation.arg_name (
str
) – Argument to pass with the method invocation.arg_options (
GLib.Variant
) – Argument to pass with the method invocation.arg_format_type (
str
) – Argument to pass with the method invocation.arg_format_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_created_partition:
Return location for return parameter or
None
to ignore.
- Return type:
Synchronously invokes the CreatePartitionAndFormat() D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.PartitionTable.call_create_partition_and_format
() for the asynchronous version of this method.
- call_create_partition_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toUDisks.PartitionTable.call_create_partition
().- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_created_partition:
Return location for return parameter or
None
to ignore.
- Return type:
Finishes an operation started with
UDisks.PartitionTable.call_create_partition
().
- call_create_partition_sync(arg_offset, arg_size, arg_type, arg_name, arg_options, cancellable)¶
- Parameters:
arg_offset (
int
) – Argument to pass with the method invocation.arg_size (
int
) – Argument to pass with the method invocation.arg_type (
str
) – Argument to pass with the method invocation.arg_name (
str
) – 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:
True
if the call succeeded,False
if error is set.- out_created_partition:
Return location for return parameter or
None
to ignore.
- Return type:
Synchronously invokes the CreatePartition() D-Bus method on self. The calling thread is blocked until a reply is received.
See
UDisks.PartitionTable.call_create_partition
() for the asynchronous version of this method.
- complete_create_partition(invocation, created_partition)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.created_partition (
str
) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the CreatePartition() 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_create_partition_and_format(invocation, created_partition)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.created_partition (
str
) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the CreatePartitionAndFormat() 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.
- do_handle_create_partition(invocation, arg_offset, arg_size, arg_type, arg_name, arg_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_offset (
int
) –arg_size (
int
) –arg_type (
str
) –arg_name (
str
) –arg_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.PartitionTable
::handle-create-partition
signal.
- do_handle_create_partition_and_format(invocation, arg_offset, arg_size, arg_type, arg_name, arg_options, arg_format_type, arg_format_options) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_offset (
int
) –arg_size (
int
) –arg_type (
str
) –arg_name (
str
) –arg_options (
GLib.Variant
) –arg_format_type (
str
) –arg_format_options (
GLib.Variant
) –
- Return type:
Handler for the
UDisks.PartitionTable
::handle-create-partition-and-format
signal.
Signal Details¶
- UDisks.PartitionTable.signals.handle_create_partition(partition_table, invocation, arg_offset, arg_size, arg_type, arg_name, arg_options)¶
- Signal Name:
handle-create-partition
- Flags:
- Parameters:
partition_table (
UDisks.PartitionTable
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_offset (
int
) – Argument passed by remote caller.arg_size (
int
) – Argument passed by remote caller.arg_type (
str
) – Argument passed by remote caller.arg_name (
str
) – 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 CreatePartition() 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.PartitionTable.complete_create_partition
() 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.
- UDisks.PartitionTable.signals.handle_create_partition_and_format(partition_table, invocation, arg_offset, arg_size, arg_type, arg_name, arg_options, arg_format_type, arg_format_options)¶
- Signal Name:
handle-create-partition-and-format
- Flags:
- Parameters:
partition_table (
UDisks.PartitionTable
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_offset (
int
) – Argument passed by remote caller.arg_size (
int
) – Argument passed by remote caller.arg_type (
str
) – Argument passed by remote caller.arg_name (
str
) – Argument passed by remote caller.arg_options (
GLib.Variant
) – Argument passed by remote caller.arg_format_type (
str
) – Argument passed by remote caller.arg_format_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 CreatePartitionAndFormat() 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.PartitionTable.complete_create_partition_and_format
() 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.
Property Details¶
- UDisks.PartitionTable.props.partitions¶
-
Represents the D-Bus property “Partitions”.
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.
- UDisks.PartitionTable.props.type¶
-
Represents the D-Bus property “Type”.
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.