comparison src/histogram.h @ 1431:7e180091e0b7

More gboolean and tidy up.
author zas_
date Sat, 14 Mar 2009 11:26:43 +0000
parents fcf0e7a6143e
children 2441a90c4bcf
comparison
equal deleted inserted replaced
1430:7718e351bc45 1431:7e180091e0b7
30 gint histogram_get_mode(Histogram *histogram); 30 gint histogram_get_mode(Histogram *histogram);
31 gint histogram_toggle_channel(Histogram *histogram); 31 gint histogram_toggle_channel(Histogram *histogram);
32 gint histogram_toggle_mode(Histogram *histogram); 32 gint histogram_toggle_mode(Histogram *histogram);
33 const gchar *histogram_label(Histogram *histogram); 33 const gchar *histogram_label(Histogram *histogram);
34 const HistMap *histmap_get(FileData *fd); 34 const HistMap *histmap_get(FileData *fd);
35 gint histogram_draw(Histogram *histogram, const HistMap *histmap, GdkPixbuf *pixbuf, gint x, gint y, gint width, gint height); 35 gboolean histogram_draw(Histogram *histogram, const HistMap *histmap, GdkPixbuf *pixbuf, gint x, gint y, gint width, gint height);
36 36
37 void histogram_notify_cb(FileData *fd, NotifyType type, gpointer data); 37 void histogram_notify_cb(FileData *fd, NotifyType type, gpointer data);
38 38
39 #endif /* HISTOGRAM_H */ 39 #endif /* HISTOGRAM_H */
40 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 40 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */