Top |
UDisksLinuxPartitionUDisksLinuxPartition — Linux implementation of UDisksPartition |
UDisksPartition * | udisks_linux_partition_new () |
void | udisks_linux_partition_update () |
gboolean | udisks_linux_partition_set_type_sync () |
GObject ╰── GDBusInterfaceSkeleton ╰── UDisksPartitionSkeleton ╰── UDisksLinuxPartition
UDisksPartition *
udisks_linux_partition_new (void
);
Creates a new UDisksLinuxPartition instance.
void udisks_linux_partition_update (UDisksLinuxPartition *partition
,UDisksLinuxBlockObject *object
);
Updates the interface.
gboolean udisks_linux_partition_set_type_sync (UDisksLinuxPartition *partition
,const gchar *type
,uid_t caller_uid
,GCancellable *cancellable
,GError **error
);
Sets the partition type. The calling thread is blocked while the operation is pending.
typedef struct _UDisksLinuxPartition UDisksLinuxPartition;
The UDisksLinuxPartition structure contains only private data and should only be accessed using the provided API.