PartitionTable
Object Hierarchy:
Description:
[ CCode ( type_id = "udisks_partition_table_get_type ()" ) ]
public interface PartitionTable : Object
public interface PartitionTable : Object
Abstract interface type for the D-Bus interface org.freedesktop.UDisks2.PartitionTable.
All known implementing classes:
Namespace: UDisks
Package: udisks2
Content:
Properties:
Static methods:
- public static unowned DBusInterfaceInfo interface_info ()
Gets a machine-readable description of the org.freedesktop.UDisks2.PartitionTable D-Bus interface.
- public static uint override_properties (ObjectClass klass, uint property_id_begin)
Overrides all Object properties in the PartitionTable interface for a concrete class.
Methods:
- public async bool call_create_partition (uint64 arg_offset, uint64 arg_size, string arg_type, string arg_name, Variant arg_options, Cancellable? cancellable, out string out_created_partition) throws Error
Asynchronously invokes the CreatePartition D-Bus method on this.
- public async bool call_create_partition_and_format (uint64 arg_offset, uint64 arg_size, string arg_type, string arg_name, Variant arg_options, string arg_format_type, Variant arg_format_options, Cancellable? cancellable, out string out_created_partition) throws Error
Asynchronously invokes the CreatePartitionAndFormat D-Bus method on this.
- public bool call_create_partition_and_format_sync (uint64 arg_offset, uint64 arg_size, string arg_type, string arg_name, Variant arg_options, string arg_format_type, Variant arg_format_options, out string out_created_partition, Cancellable? cancellable = null) throws Error
Synchronously invokes the CreatePartitionAndFormat D-Bus method on this.
- public bool call_create_partition_sync (uint64 arg_offset, uint64 arg_size, string arg_type, string arg_name, Variant arg_options, out string out_created_partition, Cancellable? cancellable = null) throws Error
Synchronously invokes the CreatePartition D-Bus method on this.
- public void complete_create_partition (owned DBusMethodInvocation invocation, string created_partition)
Helper function used in service implementations to finish handling invocations of the CreatePartition D-Bus method.
- public void complete_create_partition_and_format (owned DBusMethodInvocation invocation, string created_partition)
Helper function used in service implementations to finish handling invocations of the CreatePartitionAndFormat D-Bus method.
Signals:
- public virtual signal bool handle_create_partition (DBusMethodInvocation invocation, uint64 arg_offset, uint64 arg_size, string arg_type, string arg_name, Variant arg_options)
Signal emitted when a remote caller is invoking the CreatePartition D-Bus method.
- public virtual signal bool handle_create_partition_and_format (DBusMethodInvocation invocation, uint64 arg_offset, uint64 arg_size, string arg_type, string arg_name, Variant arg_options, string arg_format_type, Variant arg_format_options)
Signal emitted when a remote caller is invoking the CreatePartitionAndFormat D-Bus method.
Inherited Members:
All known members inherited from class GLib.Object