summaryrefslogtreecommitdiff
path: root/backend/epub/epub-document.h
diff options
context:
space:
mode:
authorrootavish <[email protected]>2014-05-30 16:31:46 +0530
committerrootavish <[email protected]>2014-05-30 16:31:46 +0530
commit7f33c3425aae32d1dd5d2d7b912f8d4eac1cf85d (patch)
treecb0ba939b932bf8d3d6f7b41ea9bb772929582d5 /backend/epub/epub-document.h
parent070a26ed403e9a0c330ee7901c5b85394317ef77 (diff)
downloadatril-7f33c3425aae32d1dd5d2d7b912f8d4eac1cf85d.tar.bz2
atril-7f33c3425aae32d1dd5d2d7b912f8d4eac1cf85d.tar.xz
created a separate directory for minizip content, fixed indentation in configure.ac
Moved ioapi.c unzip.c unzip.h and ioapi.h into a separate directory backend/epub/minizip Fixed an indentation problem in configure.ac, which was affecting the displayed result. Also fixed a typo in epub-document.h where i had wrongly named the function.
Diffstat (limited to 'backend/epub/epub-document.h')
-rw-r--r--backend/epub/epub-document.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epub/epub-document.h b/backend/epub/epub-document.h
index 4b57e178..5fff2514 100644
--- a/backend/epub/epub-document.h
+++ b/backend/epub/epub-document.h
@@ -5,7 +5,7 @@
G_BEGIN_DECLS
-#define EPUB_TYPE_DOCUMENT (EPUB_document_get_type ())
+#define EPUB_TYPE_DOCUMENT (epub_document_get_type ())
#define EPUB_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPUB_TYPE_DOCUMENT, ePubDocument))
#define EPUB_IS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EPUB_TYPE_DOCUMENT))