Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EvDocumentLinksInterface Struct Reference

#include <ev-document-links.h>

Data Fields

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)
 

Detailed Description

Definition at line 59 of file ev-document-links.h.

Field Documentation

GTypeInterface _EvDocumentLinksInterface::base_iface

Definition at line 61 of file ev-document-links.h.

EvLinkDest*(* _EvDocumentLinksInterface::find_link_dest)(EvDocumentLinks *document_links, const gchar *link_name)

Definition at line 68 of file ev-document-links.h.

gint(* _EvDocumentLinksInterface::find_link_page)(EvDocumentLinks *document_links, const gchar *link_name)

Definition at line 70 of file ev-document-links.h.

EvMappingList*(* _EvDocumentLinksInterface::get_links)(EvDocumentLinks *document_links, EvPage *page)

Definition at line 66 of file ev-document-links.h.

GtkTreeModel*(* _EvDocumentLinksInterface::get_links_model)(EvDocumentLinks *document_links)

Definition at line 65 of file ev-document-links.h.

gboolean(* _EvDocumentLinksInterface::has_document_links)(EvDocumentLinks *document_links)

Definition at line 64 of file ev-document-links.h.


The documentation for this struct was generated from the following file: