| 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. |