Mercurial > geeqie
diff src/slideshow.c @ 1446:a6f9ba6fd751
gint -> gboolean.
| author | zas_ |
|---|---|
| date | Sun, 15 Mar 2009 18:06:41 +0000 |
| parents | b4ad1d201279 |
| children | 24a12aa0cb54 |
line wrap: on
line diff
--- a/src/slideshow.c Sun Mar 15 17:40:04 2009 +0000 +++ b/src/slideshow.c Sun Mar 15 18:06:41 2009 +0000 @@ -152,7 +152,7 @@ } } -gint slideshow_should_continue(SlideShowData *ss) +gboolean slideshow_should_continue(SlideShowData *ss) { FileData *imd_fd; FileData *dir_fd; @@ -186,7 +186,7 @@ return FALSE; } -static gint slideshow_step(SlideShowData *ss, gboolean forward) +static gboolean slideshow_step(SlideShowData *ss, gboolean forward) { gint row; @@ -289,7 +289,7 @@ return TRUE; } -static gint slideshow_loop_cb(gpointer data) +static gboolean slideshow_loop_cb(gpointer data) { SlideShowData *ss = data;
