Interface
EvinceDocumentDocumentLinks
Prerequisite
In order to implement DocumentLinks, your type must inherit fromGObject.
Interface structure
struct EvinceDocumentDocumentLinksInterface {
  GTypeInterface base_iface;
  gboolean (* has_document_links) (
    EvDocumentLinks* document_links
  );
  GtkTreeModel* (* get_links_model) (
    EvDocumentLinks* document_links
  );
  EvMappingList* (* get_links) (
    EvDocumentLinks* document_links,
    EvPage* page
  );
  EvLinkDest* (* find_link_dest) (
    EvDocumentLinks* document_links,
    const gchar* link_name
  );
  gint (* find_link_page) (
    EvDocumentLinks* document_links,
    const gchar* link_name
  );
  
}
        No description available.
      
      
      Interface members
| base_iface |  | 
| No description available. | |
| has_document_links |  | 
| No description available. | |
| get_links_model |  | 
| No description available. | |
| get_links |  | 
| No description available. | |
| find_link_dest |  | 
| No description available. | |
| find_link_page |  | 
| No description available. |