UDisks.PartitionIface

Fields

Name

Type

Access

Description

get_flags

object

r

Getter for the UDisks.Partition :flags property.

get_is_contained

object

r

Getter for the UDisks.Partition :is-contained property.

get_is_container

object

r

Getter for the UDisks.Partition :is-container property.

get_name

object

r

Getter for the UDisks.Partition :name property.

get_number

object

r

Getter for the UDisks.Partition :number property.

get_offset

object

r

Getter for the UDisks.Partition :offset property.

get_size

object

r

Getter for the UDisks.Partition :size property.

get_table

object

r

Getter for the UDisks.Partition :table property.

get_type_

object

r

Getter for the UDisks.Partition :type property.

get_uuid

object

r

Getter for the UDisks.Partition :uuid property.

handle_delete

object

r

Handler for the UDisks.Partition ::handle-delete signal.

handle_resize

object

r

Handler for the UDisks.Partition ::handle-resize signal.

handle_set_flags

object

r

Handler for the UDisks.Partition ::handle-set-flags signal.

handle_set_name

object

r

Handler for the UDisks.Partition ::handle-set-name signal.

handle_set_type

object

r

Handler for the UDisks.Partition ::handle-set-type signal.

handle_set_uuid

object

r

Handler for the UDisks.Partition ::handle-set-uuid signal.

parent_iface

GObject.TypeInterface

r

The parent interface.

Methods

None

Details

class UDisks.PartitionIface

Virtual table for the D-Bus interface org.freedesktop.UDisks2.Partition.