| Storaged Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
StoragedLinuxBlockStoragedLinuxBlock — Linux implementation of StoragedBlock |
StoragedLinuxBlock; StoragedBlock * storaged_linux_block_new (void); void storaged_linux_block_update (StoragedLinuxBlock *block,StoragedLinuxBlockObject *object);
GObject
+----GDBusInterfaceSkeleton
+----StoragedBlockSkeleton
+----StoragedLinuxBlock
typedef struct _StoragedLinuxBlock StoragedLinuxBlock;
The StoragedLinuxBlock structure contains only private data and should only be accessed using the provided API.
StoragedBlock * storaged_linux_block_new (void);
Creates a new StoragedLinuxBlock instance.
Returns : |
A new StoragedLinuxBlock. Free with g_object_unref(). |
void storaged_linux_block_update (StoragedLinuxBlock *block,StoragedLinuxBlockObject *object);
Updates the interface.
|
A StoragedLinuxBlock. |
|
The enclosing StoragedLinuxBlockObject instance. |