summaryrefslogtreecommitdiff
path: root/backend/epub
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
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')
-rw-r--r--backend/epub/epub-document.c2
-rw-r--r--backend/epub/epub-document.h2
-rw-r--r--backend/epub/minizip/ioapi.c (renamed from backend/epub/ioapi.c)0
-rw-r--r--backend/epub/minizip/ioapi.h (renamed from backend/epub/ioapi.h)0
-rw-r--r--backend/epub/minizip/unzip.c (renamed from backend/epub/unzip.c)0
-rw-r--r--backend/epub/minizip/unzip.h (renamed from backend/epub/unzip.h)0
6 files changed, 2 insertions, 2 deletions
diff --git a/backend/epub/epub-document.c b/backend/epub/epub-document.c
index 165bbc85..3154072f 100644
--- a/backend/epub/epub-document.c
+++ b/backend/epub/epub-document.c
@@ -324,4 +324,4 @@ extract_one_file(GError ** error)
g_free(currentfilename);
g_free(buffer);
-} \ No newline at end of file
+}
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))
diff --git a/backend/epub/ioapi.c b/backend/epub/minizip/ioapi.c
index 7f5c191b..7f5c191b 100644
--- a/backend/epub/ioapi.c
+++ b/backend/epub/minizip/ioapi.c
diff --git a/backend/epub/ioapi.h b/backend/epub/minizip/ioapi.h
index 8dcbdb06..8dcbdb06 100644
--- a/backend/epub/ioapi.h
+++ b/backend/epub/minizip/ioapi.h
diff --git a/backend/epub/unzip.c b/backend/epub/minizip/unzip.c
index 90935043..90935043 100644
--- a/backend/epub/unzip.c
+++ b/backend/epub/minizip/unzip.c
diff --git a/backend/epub/unzip.h b/backend/epub/minizip/unzip.h
index 2104e391..2104e391 100644
--- a/backend/epub/unzip.h
+++ b/backend/epub/minizip/unzip.h