| Storaged Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
StoragedLinuxPartitionTableStoragedLinuxPartitionTable — Linux implementation of StoragedPartitionTable |
StoragedLinuxPartitionTable; StoragedPartitionTable * storaged_linux_partition_table_new (void); void storaged_linux_partition_table_update (StoragedLinuxPartitionTable *table,StoragedLinuxBlockObject *object);
GObject
+----GDBusInterfaceSkeleton
+----StoragedPartitionTableSkeleton
+----StoragedLinuxPartitionTable
StoragedLinuxPartitionTable implements GDBusInterface and StoragedPartitionTable.
typedef struct _StoragedLinuxPartitionTable StoragedLinuxPartitionTable;
The StoragedLinuxPartitionTable structure contains only private data and should only be accessed using the provided API.
StoragedPartitionTable * storaged_linux_partition_table_new
(void);
Creates a new StoragedLinuxPartitionTable instance.
Returns : |
A new StoragedLinuxPartitionTable. Free with g_object_unref(). |
void storaged_linux_partition_table_update (StoragedLinuxPartitionTable *table,StoragedLinuxBlockObject *object);
Updates the interface.
|
A StoragedLinuxPartitionTable. |
|
The enclosing StoragedLinuxBlockObject instance. |