diff options
author | rootavish <[email protected]> | 2014-06-07 05:38:54 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-06-07 05:38:54 +0530 |
commit | 3fd3e5708b0566b1392fa5e7f37a18de137a43e0 (patch) | |
tree | 41ff633ba7e666c95f1e48aa6f3a0b9493beab87 /backend/epub/epub-document.h | |
parent | 415b008bff9de46176ed39daa2ffece45cdd2506 (diff) | |
download | atril-3fd3e5708b0566b1392fa5e7f37a18de137a43e0.tar.bz2 atril-3fd3e5708b0566b1392fa5e7f37a18de137a43e0.tar.xz |
Redefined most XML parsing functions,more helpers
This commit as compared to previous ones has much more changes as:
> The xml parsing functions were not generic enough to my needs and needed to be redefined as well as renamed .
> I also set up the document tree for the document using these parsers.All that is now left is to serve these to a webview.
> Fixed a typo in epub-document.h
TODO: integrate with Atril frontend.
Diffstat (limited to 'backend/epub/epub-document.h')
-rw-r--r-- | backend/epub/epub-document.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epub/epub-document.h b/backend/epub/epub-document.h index 5fff2514..db9c99e5 100644 --- a/backend/epub/epub-document.h +++ b/backend/epub/epub-document.h @@ -11,7 +11,7 @@ G_BEGIN_DECLS typedef struct _ePubDocument ePubDocument; -GType ePub_document_get_type (void) G_GNUC_CONST; +GType epub_document_get_type (void) G_GNUC_CONST; G_MODULE_EXPORT GType register_atril_backend (GTypeModule *module); |