summaryrefslogtreecommitdiff
path: root/tumbler
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2010-07-16 16:19:46 +0200
committerJannis Pohlmann <jannis@xfce.org>2010-07-16 16:19:46 +0200
commit7285f9ef7882c2b531464fa3f7b4b3bed09d3c2c (patch)
treeb8049a01f1c03deee55feea717c8b07cd0320646 /tumbler
parentef32c8cc68d277e8b86ce3081a4aa6a12f5ba377 (diff)
downloadtumbler-7285f9ef7882c2b531464fa3f7b4b3bed09d3c2c.tar.gz
Add poppler-based PDF/PS thumbnailer plugin. New error code NO_CONTENT.
This commit introduces a simple PDF/PS thumbnailer based on poppler-glib. It also adds a new error code TUMBLER_ERROR_NO_CONTENT for documents that are not empty files but do not contain thumbnailable content.
Diffstat (limited to 'tumbler')
-rw-r--r--tumbler/tumbler-error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tumbler/tumbler-error.h b/tumbler/tumbler-error.h
index df2ec6b..c6a1573 100644
--- a/tumbler/tumbler-error.h
+++ b/tumbler/tumbler-error.h
@@ -46,6 +46,7 @@ typedef enum /*< enum >*/
TUMBLER_ERROR_IS_THUMBNAIL,
TUMBLER_ERROR_SAVE_FAILED,
TUMBLER_ERROR_UNSUPPORTED_FLAVOR,
+ TUMBLER_ERROR_NO_CONTENT,
} TumblerErrorEnum;
G_END_DECLS