![]() |
![]() |
![]() |
Storaged Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
StoragedLinuxDriveStoragedLinuxDrive — Linux implementation of StoragedDrive |
StoragedLinuxDrive; StoragedDrive * storaged_linux_drive_new (void
); gboolean storaged_linux_drive_update (StoragedLinuxDrive *drive
,StoragedLinuxDriveObject *object
);
GObject +----GDBusInterfaceSkeleton +----StoragedDriveSkeleton +----StoragedLinuxDrive
typedef struct _StoragedLinuxDrive StoragedLinuxDrive;
The StoragedLinuxDrive structure contains only private data and should only be accessed using the provided API.
StoragedDrive * storaged_linux_drive_new (void
);
Creates a new StoragedLinuxDrive instance.
Returns : |
A new StoragedLinuxDrive. Free with g_object_unref() . |
gboolean storaged_linux_drive_update (StoragedLinuxDrive *drive
,StoragedLinuxDriveObject *object
);
Updates the interface.
|
A StoragedLinuxDrive. |
|
The enclosing StoragedLinuxDriveObject instance. |
Returns : |
TRUE if configuration has changed, FALSE otherwise. |