summaryrefslogtreecommitdiff
path: root/client/cd-iccdump.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-03-23 07:23:33 +0000
committerRichard Hughes <richard@hughsie.com>2013-03-23 07:23:33 +0000
commit76a0e14811837ae4d13e9e24f22d8b544f2676ab (patch)
treedfcd98f13d8d9acf534ea3de245aee0da2e76b4d /client/cd-iccdump.c
parente373a980e180dba0f4d664de209710931fd1d758 (diff)
downloadcolord-76a0e14811837ae4d13e9e24f22d8b544f2676ab.tar.gz
libcolord: Add some flags to the CdIcc load and save functions for future use
Diffstat (limited to 'client/cd-iccdump.c')
-rw-r--r--client/cd-iccdump.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/cd-iccdump.c b/client/cd-iccdump.c
index 331eccb..f10b924 100644
--- a/client/cd-iccdump.c
+++ b/client/cd-iccdump.c
@@ -59,7 +59,11 @@ cd_iccdump_print_file (const gchar *filename, GError **error)
/* load the profile */
icc = cd_icc_new ();
file = g_file_new_for_path (filename);
- ret = cd_icc_load_file (icc, file, NULL, error);
+ ret = cd_icc_load_file (icc,
+ file,
+ CD_ICC_LOAD_FLAGS_NONE,
+ NULL,
+ error);
if (!ret)
goto out;