diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-11-26 00:46:00 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-11-26 00:46:19 +0100 |
commit | a5f64b1a65a60241d9529b26d3fea6ab16baddf4 (patch) | |
tree | 3f7c111a62bae202abd8c6b3d16f7f9e64416763 /fastiv-io.h | |
parent | f151fcb72ba587840595bb755d24b89f8bfb937b (diff) | |
download | fiv-a5f64b1a65a60241d9529b26d3fea6ab16baddf4.tar.gz fiv-a5f64b1a65a60241d9529b26d3fea6ab16baddf4.tar.xz fiv-a5f64b1a65a60241d9529b26d3fea6ab16baddf4.zip |
Extract ICC profiles from gdk-pixbuf
Diffstat (limited to 'fastiv-io.h')
-rw-r--r-- | fastiv-io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv-io.h b/fastiv-io.h index aed235b..3aed342 100644 --- a/fastiv-io.h +++ b/fastiv-io.h @@ -37,7 +37,7 @@ extern cairo_user_data_key_t fastiv_io_key_icc; extern cairo_user_data_key_t fastiv_io_key_frame_next; /// Frame duration in milliseconds as an intptr_t. extern cairo_user_data_key_t fastiv_io_key_frame_duration; -/// How many times to repeat the animation, or zero for +inf, as an uintptr_t. +/// How many times to repeat the animation, or zero for +inf, as a uintptr_t. extern cairo_user_data_key_t fastiv_io_key_loops; cairo_surface_t *fastiv_io_open(const gchar *path, GError **error); |