![]() |
![]() |
![]() |
Storaged Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
StoragedLinuxFilesystemStoragedLinuxFilesystem — Linux implementation of StoragedFilesystem |
StoragedLinuxFilesystem; StoragedFilesystem * storaged_linux_filesystem_new (void
); void storaged_linux_filesystem_update (StoragedLinuxFilesystem *filesystem
,StoragedLinuxBlockObject *object
);
GObject +----GDBusInterfaceSkeleton +----StoragedFilesystemSkeleton +----StoragedLinuxFilesystem
typedef struct _StoragedLinuxFilesystem StoragedLinuxFilesystem;
The StoragedLinuxFilesystem structure contains only private data and should only be accessed using the provided API.
StoragedFilesystem * storaged_linux_filesystem_new (void
);
Creates a new StoragedLinuxFilesystem instance.
Returns : |
A new StoragedLinuxFilesystem. Free with g_object_unref() . |
void storaged_linux_filesystem_update (StoragedLinuxFilesystem *filesystem
,StoragedLinuxBlockObject *object
);
Updates the interface.
|
A StoragedLinuxFilesystem. |
|
The enclosing StoragedLinuxBlockObject instance. |