| Storaged Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
StoragedLinuxEncryptedStoragedLinuxEncrypted — Linux implementation of StoragedEncrypted |
StoragedLinuxEncrypted; StoragedEncrypted * storaged_linux_encrypted_new (void); void storaged_linux_encrypted_update (StoragedLinuxEncrypted *encrypted,StoragedLinuxBlockObject *object);
GObject
+----GDBusInterfaceSkeleton
+----StoragedEncryptedSkeleton
+----StoragedLinuxEncrypted
typedef struct _StoragedLinuxEncrypted StoragedLinuxEncrypted;
The StoragedLinuxEncrypted structure contains only private data and should only be accessed using the provided API.
StoragedEncrypted * storaged_linux_encrypted_new (void);
Creates a new StoragedLinuxEncrypted instance.
Returns : |
A new StoragedLinuxEncrypted. Free with g_object_unref(). |
void storaged_linux_encrypted_update (StoragedLinuxEncrypted *encrypted,StoragedLinuxBlockObject *object);
Updates the interface.
|
A StoragedLinuxEncrypted. |
|
The enclosing StoragedLinuxBlockObject instance. |