aboutsummaryrefslogtreecommitdiff
path: root/fastiv-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'fastiv-io.h')
-rw-r--r--fastiv-io.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastiv-io.h b/fastiv-io.h
index a611078..db2d709 100644
--- a/fastiv-io.h
+++ b/fastiv-io.h
@@ -29,6 +29,8 @@ char **fastiv_io_all_supported_media_types(void);
/// GBytes with plain Exif data.
extern cairo_user_data_key_t fastiv_io_key_exif;
+/// FastivIoOrientation, as a uintptr_t.
+extern cairo_user_data_key_t fastiv_io_key_orientation;
/// GBytes with plain ICC profile data.
extern cairo_user_data_key_t fastiv_io_key_icc;