| Top |
GtkWidget *
burner_drive_selection_new (void);
Creates a new BurnerDriveSelection object
BurnerDrive *
burner_drive_selection_get_active (BurnerDriveSelection *selector);
Gets the active drive.
gboolean burner_drive_selection_set_active (BurnerDriveSelection *selector,BurnerDrive *drive);
Sets the active drive. Emits the ::drive-changed signal.
void burner_drive_selection_show_type (BurnerDriveSelection *selector,BurnerDriveType type);
Filters and displays drive corresponding to type
.