comparison src/color-man.h @ 1549:7302ff300a52

show color management status on statusbar
author nadvornik
date Mon, 13 Apr 2009 14:39:50 +0000
parents b5608391f479
children 956aab097ea7
comparison
equal deleted inserted replaced
1548:b5608391f479 1549:7302ff300a52
61 61
62 void color_man_correct_region(ColorMan *cm, GdkPixbuf *pixbuf, gint x, gint y, gint w, gint h); 62 void color_man_correct_region(ColorMan *cm, GdkPixbuf *pixbuf, gint x, gint y, gint w, gint h);
63 63
64 void color_man_start_bg(ColorMan *cm, ColorManDoneFunc don_func, gpointer done_data); 64 void color_man_start_bg(ColorMan *cm, ColorManDoneFunc don_func, gpointer done_data);
65 65
66 gboolean color_man_get_status(ColorMan *cm, gchar **image_profile, gchar **screen_profile);
67
66 #endif 68 #endif
67 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 69 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */