Interface
PapersDocumentDocumentLinks
Prerequisite
In order to implement DocumentLinks, your type must inherit fromGObject.
Interface structure
struct PapersDocumentDocumentLinksInterface {
  GTypeInterface base_iface;
  gboolean (* has_document_links) (
    PpsDocumentLinks* document_links
  );
  GListModel* (* get_links_model) (
    PpsDocumentLinks* document_links
  );
  PpsMappingList* (* get_links) (
    PpsDocumentLinks* document_links,
    PpsPage* page
  );
  PpsLinkDest* (* find_link_dest) (
    PpsDocumentLinks* document_links,
    const gchar* link_name
  );
  gint (* find_link_page) (
    PpsDocumentLinks* 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. |