StoragedLinuxMDRaid

StoragedLinuxMDRaid — Linux implementation of StoragedMDRaid

Synopsis

                    StoragedLinuxMDRaid;
StoragedMDRaid *    storaged_linux_mdraid_new           (void);
gboolean            storaged_linux_mdraid_update        (StoragedLinuxMDRaid *mdraid,
                                                         StoragedLinuxMDRaidObject *object);

Object Hierarchy

  GObject
   +----GDBusInterfaceSkeleton
         +----StoragedMDRaidSkeleton
               +----StoragedLinuxMDRaid

Implemented Interfaces

StoragedLinuxMDRaid implements GDBusInterface and StoragedMDRaid.

Description

This type provides an implementation of the StoragedMDRaid interface on Linux.

Details

StoragedLinuxMDRaid

typedef struct _StoragedLinuxMDRaid StoragedLinuxMDRaid;

The StoragedLinuxMDRaid structure contains only private data and should only be accessed using the provided API.


storaged_linux_mdraid_new ()

StoragedMDRaid *    storaged_linux_mdraid_new           (void);

Creates a new StoragedLinuxMDRaid instance.

Returns :

A new StoragedLinuxMDRaid. Free with g_object_unref().

storaged_linux_mdraid_update ()

gboolean            storaged_linux_mdraid_update        (StoragedLinuxMDRaid *mdraid,
                                                         StoragedLinuxMDRaidObject *object);

Updates the interface.

mdraid :

A StoragedLinuxMDRaid.

object :

The enclosing StoragedLinuxMDRaidObject instance.

Returns :

TRUE if configuration has changed, FALSE otherwise.