diff options
author | rootavish <[email protected]> | 2014-08-03 12:23:21 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-08-03 12:23:21 +0530 |
commit | 5f3f572777cfcb64a92a4671fb2aff5faa5cefa4 (patch) | |
tree | 136c8252c959624b9495778582b8ab6547a43b39 /libdocument/ev-document.h | |
parent | 60b002aab6c2ee610377d46208ee16dda1e94fc3 (diff) | |
download | atril-5f3f572777cfcb64a92a4671fb2aff5faa5cefa4.tar.bz2 atril-5f3f572777cfcb64a92a4671fb2aff5faa5cefa4.tar.xz |
Table of contents(index) for epub
The documents can finally be read alongside a TOC, I tested it with a variety of documents before this commit, so I presume it should work with all. Also fixed the part where I had screwed up PDF annotations owing to a wrong call. In the next commit, fully functional searching would be up, using HTML parser of libxml in combination with webkit.
Also some other minor changes.
Diffstat (limited to 'libdocument/ev-document.h')
-rw-r--r-- | libdocument/ev-document.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libdocument/ev-document.h b/libdocument/ev-document.h index fe2fd628..24e31912 100644 --- a/libdocument/ev-document.h +++ b/libdocument/ev-document.h @@ -114,7 +114,6 @@ struct _EvDocumentClass EvPage *page); cairo_surface_t * (* render) (EvDocument *document, EvRenderContext *rc); -/* void * (*webkit_render) (EvDocument *document);*/ EvDocumentInfo * (* get_info) (EvDocument *document); gboolean (* get_backend_info)(EvDocument *document, EvDocumentBackendInfo *info); |