StoragedLinuxFilesystem

StoragedLinuxFilesystem — Linux implementation of StoragedFilesystem

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GDBusInterfaceSkeleton
        ╰── StoragedFilesystemSkeleton
            ╰── StoragedLinuxFilesystem

Implemented Interfaces

StoragedLinuxFilesystem implements GDBusInterface and StoragedFilesystem.

Description

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

Functions

storaged_linux_filesystem_new ()

StoragedFilesystem *
storaged_linux_filesystem_new (void);

Creates a new StoragedLinuxFilesystem instance.

Returns

A new StoragedLinuxFilesystem. Free with g_object_unref().


storaged_linux_filesystem_update ()

void
storaged_linux_filesystem_update (StoragedLinuxFilesystem *filesystem,
                                  StoragedLinuxBlockObject *object);

Updates the interface.

Parameters

filesystem

A StoragedLinuxFilesystem.

 

object

The enclosing StoragedLinuxBlockObject instance.

 

Types and Values

StoragedLinuxFilesystem

typedef struct _StoragedLinuxFilesystem StoragedLinuxFilesystem;

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