| Top |  |  |  |  | 
| UDisksLinuxPartitionUDisksLinuxPartition — Linux implementation of UDisksPartition | 
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.
| partition | ||
| type | The partition type to set. | |
| caller_uid | The uid of the process requesting this change or 0. | |
| cancellable | A GCancellable or  | |
| error | Return location for error or  | 
typedef struct _UDisksLinuxPartition UDisksLinuxPartition;
The UDisksLinuxPartition structure contains only private data and should only be accessed using the provided API.