diff src/layout_image.h @ 1431:7e180091e0b7

More gboolean and tidy up.
author zas_
date Sat, 14 Mar 2009 11:26:43 +0000
parents 8b89e3ff286b
children b4ad1d201279
line wrap: on
line diff
--- a/src/layout_image.h	Sat Mar 14 10:34:42 2009 +0000
+++ b/src/layout_image.h	Sat Mar 14 11:26:43 2009 +0000
@@ -30,12 +30,12 @@
 
 void layout_image_color_profile_set(LayoutWindow *lw,
 				    gint input_type, gint screen_type,
-				    gint use_image);
-gint layout_image_color_profile_get(LayoutWindow *lw,
+				    gboolean use_image);
+gboolean layout_image_color_profile_get(LayoutWindow *lw,
 				    gint *input_type, gint *screen_type,
-				    gint *use_image);
+				    gboolean *use_image);
 void layout_image_color_profile_set_use(LayoutWindow *lw, gint enable);
-gint layout_image_color_profile_get_use(LayoutWindow *lw);
+gboolean layout_image_color_profile_get_use(LayoutWindow *lw);
 gint layout_image_color_profile_get_from_image(LayoutWindow *lw);