Signal
GtkPrintOperation::end-print
Declaration
void
end_print (
  GtkPrintOperation* self,
  GtkPrintContext* context,
  gpointer user_data
)
Description [src]
Emitted after all pages have been rendered.
A handler for this signal can clean up any resources that have
been allocated in the GtkPrintOperation::begin-print handler.
| Default handler: | The default handler is called after the handlers added via  | 
Parameters
| context | GtkPrintContext | 
| The  | |
| The data is owned by the caller of the function. |