![]() |
![]() |
![]() |
UDisks Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
UDisksLinuxDriveUDisksLinuxDrive — Linux implementation of UDisksDrive |
UDisksLinuxDrive; UDisksDrive * udisks_linux_drive_new (void
); gboolean udisks_linux_drive_update (UDisksLinuxDrive *drive
,UDisksLinuxDriveObject *object
);
typedef struct _UDisksLinuxDrive UDisksLinuxDrive;
The UDisksLinuxDrive structure contains only private data and should only be accessed using the provided API.
UDisksDrive * udisks_linux_drive_new (void
);
Creates a new UDisksLinuxDrive instance.
Returns : |
A new UDisksLinuxDrive. Free with g_object_unref() . |
gboolean udisks_linux_drive_update (UDisksLinuxDrive *drive
,UDisksLinuxDriveObject *object
);
Updates the interface.
|
A UDisksLinuxDrive. |
|
The enclosing UDisksLinuxDriveObject instance. |
Returns : |
TRUE if configuration has changed, FALSE otherwise. |