| Top |  |  |  |  | 
| GtkWidget * | brasero_burn_dialog_new () | 
| gboolean | brasero_burn_dialog_run () | 
| gboolean | brasero_burn_dialog_cancel () | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBin
                    ╰── GtkWindow
                        ╰── GtkDialog
                            ╰── BraseroBurnDialog
GtkWidget *
brasero_burn_dialog_new (void);
Creates a new BraseroBurnDialog object
gboolean brasero_burn_dialog_run (BraseroBurnDialog *dialog,BraseroBurnSession *session);
Start burning the contents of session
.
gboolean brasero_burn_dialog_cancel (BraseroBurnDialog *dialog,gboolean force_cancellation);
Cancel the ongoing operation run by dialog
; if force_cancellation
 is FALSE then it can
happen that the operation won't be cancelled if there is a risk to make a disc unusable.