diff options
Diffstat (limited to 'fastiv-io.h')
-rw-r--r-- | fastiv-io.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fastiv-io.h b/fastiv-io.h index a581ea8..01150a6 100644 --- a/fastiv-io.h +++ b/fastiv-io.h @@ -33,6 +33,8 @@ extern cairo_user_data_key_t fastiv_io_key_exif; 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; +/// GBytes with plain XMP data. +extern cairo_user_data_key_t fastiv_io_key_xmp; /// The next frame in a sequence, as a surface, in a chain, pre-composited. /// There is no wrap-around. |