aboutsummaryrefslogtreecommitdiff
path: root/fiv-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'fiv-io.h')
-rw-r--r--fiv-io.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fiv-io.h b/fiv-io.h
index 94a15e1..d86c80a 100644
--- a/fiv-io.h
+++ b/fiv-io.h
@@ -25,12 +25,10 @@
typedef enum _FivIoOrientation FivIoOrientation;
typedef struct _FivIoRenderClosure FivIoRenderClosure;
typedef struct _FivIoImage FivIoImage;
+typedef struct _FivIoProfile FivIoProfile;
// --- Colour management -------------------------------------------------------
-// TODO(p): Make it also possible to use Skia's skcms.
-// TODO(p): Profiles might want to keep references to their CMM contexts.
-typedef void *FivIoProfile;
GBytes *fiv_io_profile_to_bytes(FivIoProfile *profile);
void fiv_io_profile_free(FivIoProfile *self);