summaryrefslogtreecommitdiff
path: root/tumbler/tumbler-enum-types.h
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-10-21 00:27:33 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-10-21 00:32:10 +0200
commit610f0964b759a26944bca705dad5061f1fe0ba04 (patch)
tree3ed1f6e18c6222e064a21cfc505fa949ebdd77c4 /tumbler/tumbler-enum-types.h
parentbe9202b523a1854fa4824cd348ebae4462d7cfa5 (diff)
downloadtumbler-610f0964b759a26944bca705dad5061f1fe0ba04.tar.gz
Add TumblerColorspace enum, rename save_pixbuf() to save_image_data().
Also fixed the coding style here and there.
Diffstat (limited to 'tumbler/tumbler-enum-types.h')
-rw-r--r--tumbler/tumbler-enum-types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tumbler/tumbler-enum-types.h b/tumbler/tumbler-enum-types.h
index 962f981..ea784c3 100644
--- a/tumbler/tumbler-enum-types.h
+++ b/tumbler/tumbler-enum-types.h
@@ -51,6 +51,15 @@ typedef enum /*< enum >*/
GType tumbler_thumbnail_format_get_type (void);
+#define TUMBLER_TYPE_COLORSPACE (tumbler_colorspace_get_type ())
+
+typedef enum /*< enum >*/
+{
+ TUMBLER_COLORSPACE_RGB,
+} TumblerColorspace;
+
+GType tumbler_colorspace_get_type (void);
+
G_END_DECLS
#endif /* !__TUMBLER_ENUM_TYPES_H__ */