![]() |
![]() |
![]() |
Storaged Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
StoragedLinuxLoopStoragedLinuxLoop — Linux implementation of StoragedLoop |
StoragedLinuxLoop; StoragedLoop * storaged_linux_loop_new (void
); void storaged_linux_loop_update (StoragedLinuxLoop *loop
,StoragedLinuxBlockObject *object
);
GObject +----GDBusInterfaceSkeleton +----StoragedLoopSkeleton +----StoragedLinuxLoop
typedef struct _StoragedLinuxLoop StoragedLinuxLoop;
The StoragedLinuxLoop structure contains only private data and should only be accessed using the provided API.
StoragedLoop * storaged_linux_loop_new (void
);
Creates a new StoragedLinuxLoop instance.
Returns : |
A new StoragedLinuxLoop. Free with g_object_unref() . |
void storaged_linux_loop_update (StoragedLinuxLoop *loop
,StoragedLinuxBlockObject *object
);
Updates the interface.
|
A StoragedLinuxLoop. |
|
The enclosing StoragedLinuxBlockObject instance. |