Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-print-operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-print-operation.h')
-rw-r--r--shell/ev-print-operation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ev-print-operation.h b/shell/ev-print-operation.h
index 20120d6..06a2845 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);