version(cef && embedded_cef_bindings)
extern (
C)
struct cef_print_dialog_callback_t {
extern (System)
void function(cef_print_dialog_callback_t* self, cef_print_settings_t* settings) nothrow cont;
extern (System)
void function(cef_print_dialog_callback_t* self) nothrow cancel;
}
Callback structure for asynchronous continuation of print dialog requests.