Mercurial > geeqie
diff src/image.h @ 1549:7302ff300a52
show color management status on statusbar
author | nadvornik |
---|---|
date | Mon, 13 Apr 2009 14:39:50 +0000 |
parents | b5608391f479 |
children | 3d9f5c078521 |
line wrap: on
line diff
--- a/src/image.h Mon Apr 13 10:55:49 2009 +0000 +++ b/src/image.h Mon Apr 13 14:39:50 2009 +0000 @@ -110,7 +110,7 @@ gboolean *use_image); void image_color_profile_set_use(ImageWindow *imd, gboolean enable); gboolean image_color_profile_get_use(ImageWindow *imd); -gint image_color_profile_get_from_image(ImageWindow *imd); +gboolean image_color_profile_get_status(ImageWindow *imd, gchar **image_profile, gchar **screen_profile); /* set delayed page flipping */ void image_set_delay_flip(ImageWindow *imd, gint delay);