![]() |
![]() |
![]() |
Storaged Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
StoragedLinuxMDRaidStoragedLinuxMDRaid — Linux implementation of StoragedMDRaid |
StoragedLinuxMDRaid; StoragedMDRaid * storaged_linux_mdraid_new (void
); gboolean storaged_linux_mdraid_update (StoragedLinuxMDRaid *mdraid
,StoragedLinuxMDRaidObject *object
);
GObject +----GDBusInterfaceSkeleton +----StoragedMDRaidSkeleton +----StoragedLinuxMDRaid
typedef struct _StoragedLinuxMDRaid StoragedLinuxMDRaid;
The StoragedLinuxMDRaid structure contains only private data and should only be accessed using the provided API.
StoragedMDRaid * storaged_linux_mdraid_new (void
);
Creates a new StoragedLinuxMDRaid instance.
Returns : |
A new StoragedLinuxMDRaid. Free with g_object_unref() . |
gboolean storaged_linux_mdraid_update (StoragedLinuxMDRaid *mdraid
,StoragedLinuxMDRaidObject *object
);
Updates the interface.
|
A StoragedLinuxMDRaid. |
|
The enclosing StoragedLinuxMDRaidObject instance. |
Returns : |
TRUE if configuration has changed, FALSE otherwise. |