Interface
EvinceDocumentDocumentPrint
Prerequisite
In order to implement DocumentPrint, your type must inherit fromGObject.
Interface structure
struct EvinceDocumentDocumentPrintInterface {
  GTypeInterface base_iface;
  void (* print_page) (
    EvDocumentPrint* document_print,
    EvPage* page,
    cairo_t* cr
  );
  
}
        No description available.
      
      
      Interface members
| base_iface |  | 
| No description available. | |
| print_page |  | 
| No description available. |