|  |  |  | Libbrasero-burn Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
BraseroBurnDialog; GtkWidget * brasero_burn_dialog_new (void); gboolean brasero_burn_dialog_run (BraseroBurnDialog *dialog, BraseroBurnSession *session); gboolean brasero_burn_dialog_cancel (BraseroBurnDialog *dialog, gboolean force_cancellation);
GtkWidget * brasero_burn_dialog_new (void);
Creates a new BraseroBurnDialog object
| Returns : | a GtkWidget. Unref when it is not needed anymore. | 
gboolean brasero_burn_dialog_run (BraseroBurnDialog *dialog, BraseroBurnSession *session);
Start burning the contents of session.
| 
 | a BraseroBurnDialog | 
| 
 | a BraseroBurnSession | 
| Returns : | a gboolean. TRUE if the operation was successfully carried out, FALSE otherwise. | 
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.
| 
 | a BraseroBurnDialog | 
| 
 | a gboolean | 
| Returns : | a gboolean. TRUE if it was sucessfully cancelled, FALSE otherwise. |