StoragedLinuxFilesystem

StoragedLinuxFilesystem — Linux implementation of StoragedFilesystem

Synopsis

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

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.

Details

StoragedLinuxFilesystem

typedef struct _StoragedLinuxFilesystem StoragedLinuxFilesystem;

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


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.

filesystem :

A StoragedLinuxFilesystem.

object :

The enclosing StoragedLinuxBlockObject instance.