| Storaged Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | ||||
StoragedLinuxSwapspaceStoragedLinuxSwapspace — Linux implementation of StoragedSwapspace |
StoragedLinuxSwapspace; StoragedSwapspace * storaged_linux_swapspace_new (void); void storaged_linux_swapspace_update (StoragedLinuxSwapspace *swapspace,StoragedLinuxBlockObject *object);
GObject
+----GDBusInterfaceSkeleton
+----StoragedSwapspaceSkeleton
+----StoragedLinuxSwapspace
typedef struct _StoragedLinuxSwapspace StoragedLinuxSwapspace;
The StoragedLinuxSwapspace structure contains only private data and should only be accessed using the provided API.
StoragedSwapspace * storaged_linux_swapspace_new (void);
Creates a new StoragedLinuxSwapspace instance.
Returns : |
A new StoragedLinuxSwapspace. Free with g_object_unref(). |
void storaged_linux_swapspace_update (StoragedLinuxSwapspace *swapspace,StoragedLinuxBlockObject *object);
Updates the interface.
|
A StoragedLinuxSwapspace. |
|
The enclosing StoragedLinuxBlockObject instance. |