StoragedLinuxMDRaid

StoragedLinuxMDRaid — Linux implementation of StoragedMDRaid

Functions

Types and Values

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.

Functions

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.

Parameters

mdraid

A StoragedLinuxMDRaid.

 

object

The enclosing StoragedLinuxMDRaidObject instance.

 

Returns

TRUE if configuration has changed, FALSE otherwise.

Types and Values

StoragedLinuxMDRaid

typedef struct _StoragedLinuxMDRaid StoragedLinuxMDRaid;

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