X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-print-operation.h;h=06a2845ff6d72b8d884c93b33214cbe2d6496fc6;hb=e63cb09538113fa2695bc2877902702109eed303;hp=20120d6a11c68f59548272ae540449ca0ebbbfe2;hpb=51d4c0c6de63d78e9df04df525df35351b8bb454;p=evince.git diff --git a/shell/ev-print-operation.h b/shell/ev-print-operation.h index 20120d6a..06a2845f 100644 --- a/shell/ev-print-operation.h +++ b/shell/ev-print-operation.h @@ -56,6 +56,9 @@ void ev_print_operation_run (EvPrintOperation *o void ev_print_operation_cancel (EvPrintOperation *op); void ev_print_operation_get_error (EvPrintOperation *op, GError **error); +void ev_print_operation_set_embed_page_setup (EvPrintOperation *op, + gboolean embed); +gboolean ev_print_operation_get_embed_page_setup (EvPrintOperation *op); const gchar *ev_print_operation_get_status (EvPrintOperation *op); gdouble ev_print_operation_get_progress (EvPrintOperation *op);