Gtk.PrintOperation.prototype.draw_page_finish
function draw_page_finish():void {
// Gjs wrapper for gtk_print_operation_draw_page_finish()
}Signalize that drawing of particular page is complete.
It is called after completion of page drawing (e.g. drawing in another thread). If Gtk.set_defer_drawing was called before, then this function has to be called by application. In another case it is called by the library itself.
Since 2.16