comparison 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
comparison
equal deleted inserted replaced
1430:7718e351bc45 1431:7e180091e0b7
28 28
29 void layout_image_refresh(LayoutWindow *lw); 29 void layout_image_refresh(LayoutWindow *lw);
30 30
31 void layout_image_color_profile_set(LayoutWindow *lw, 31 void layout_image_color_profile_set(LayoutWindow *lw,
32 gint input_type, gint screen_type, 32 gint input_type, gint screen_type,
33 gint use_image); 33 gboolean use_image);
34 gint layout_image_color_profile_get(LayoutWindow *lw, 34 gboolean layout_image_color_profile_get(LayoutWindow *lw,
35 gint *input_type, gint *screen_type, 35 gint *input_type, gint *screen_type,
36 gint *use_image); 36 gboolean *use_image);
37 void layout_image_color_profile_set_use(LayoutWindow *lw, gint enable); 37 void layout_image_color_profile_set_use(LayoutWindow *lw, gint enable);
38 gint layout_image_color_profile_get_use(LayoutWindow *lw); 38 gboolean layout_image_color_profile_get_use(LayoutWindow *lw);
39 gint layout_image_color_profile_get_from_image(LayoutWindow *lw); 39 gint layout_image_color_profile_get_from_image(LayoutWindow *lw);
40 40
41 41
42 const gchar *layout_image_get_path(LayoutWindow *lw); 42 const gchar *layout_image_get_path(LayoutWindow *lw);
43 const gchar *layout_image_get_name(LayoutWindow *lw); 43 const gchar *layout_image_get_name(LayoutWindow *lw);