Interface
EvinceDocumentDocumentFonts
Prerequisite
In order to implement DocumentFonts, your type must inherit fromGObject.
Interface structure
struct EvinceDocumentDocumentFontsInterface {
  GTypeInterface base_iface;
  gboolean (* scan) (
    EvDocumentFonts* document_fonts,
    int n_pages
  );
  double (* get_progress) (
    EvDocumentFonts* document_fonts
  );
  void (* fill_model) (
    EvDocumentFonts* document_fonts,
    GtkTreeModel* model
  );
  const gchar* (* get_fonts_summary) (
    EvDocumentFonts* document_fonts
  );
  
}
        No description available.
      
      
      Interface members
| base_iface |  | 
| No description available. | |
| scan |  | 
| No description available. | |
| get_progress |  | 
| No description available. | |
| fill_model |  | 
| No description available. | |
| get_fonts_summary |  | 
| No description available. |