BurnerToolDialog
gboolean burner_tool_dialog_cancel (BurnerToolDialog *dialog);
BurnerToolDialog *dialog
Cancels any ongoing operation.
dialog
a BurnerToolDialog
a gboolean. TRUE when cancellation was successful. FALSE otherwise.
gboolean burner_tool_dialog_set_medium (BurnerToolDialog *dialog, BurnerMedium *medium);
BurnerMedium *medium
Selects the medium that should be currently selected.
medium
a BurnerMedium
a gboolean. TRUE if it was successful.
struct BurnerToolDialog { GtkDialog parent; };