From a5f64b1a65a60241d9529b26d3fea6ab16baddf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 26 Nov 2021 00:46:00 +0100 Subject: Extract ICC profiles from gdk-pixbuf --- fastiv-io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fastiv-io.h') 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); -- cgit v1.2.3