comparison src/layout_image.h @ 1433:b4ad1d201279

Use gboolean where applicable, minor cleanup and indentations fixes.
author zas_
date Sat, 14 Mar 2009 19:25:21 +0000
parents 7e180091e0b7
children b5608391f479
comparison
equal deleted inserted replaced
1432:cf4029d10d38 1433:b4ad1d201279
63 void layout_image_to_root(LayoutWindow *lw); 63 void layout_image_to_root(LayoutWindow *lw);
64 64
65 void layout_image_full_screen_start(LayoutWindow *lw); 65 void layout_image_full_screen_start(LayoutWindow *lw);
66 void layout_image_full_screen_stop(LayoutWindow *lw); 66 void layout_image_full_screen_stop(LayoutWindow *lw);
67 void layout_image_full_screen_toggle(LayoutWindow *lw); 67 void layout_image_full_screen_toggle(LayoutWindow *lw);
68 gint layout_image_full_screen_active(LayoutWindow *lw); 68 gboolean layout_image_full_screen_active(LayoutWindow *lw);
69 69
70 void layout_image_slideshow_start(LayoutWindow *lw); 70 void layout_image_slideshow_start(LayoutWindow *lw);
71 void layout_image_slideshow_start_from_list(LayoutWindow *lw, GList *list); 71 void layout_image_slideshow_start_from_list(LayoutWindow *lw, GList *list);
72 void layout_image_slideshow_stop(LayoutWindow *lw); 72 void layout_image_slideshow_stop(LayoutWindow *lw);
73 void layout_image_slideshow_toggle(LayoutWindow *lw); 73 void layout_image_slideshow_toggle(LayoutWindow *lw);
74 gint layout_image_slideshow_active(LayoutWindow *lw); 74 gboolean layout_image_slideshow_active(LayoutWindow *lw);
75 gint layout_image_slideshow_pause_toggle(LayoutWindow *lw); 75 gboolean layout_image_slideshow_pause_toggle(LayoutWindow *lw);
76 gint layout_image_slideshow_paused(LayoutWindow *lw); 76 gboolean layout_image_slideshow_paused(LayoutWindow *lw);
77 77
78 78
79 void layout_image_overlay_toggle(LayoutWindow *lw); 79 void layout_image_overlay_toggle(LayoutWindow *lw);
80 80
81 void layout_image_notify_cb(FileData *fd, NotifyType type, gpointer data); 81 void layout_image_notify_cb(FileData *fd, NotifyType type, gpointer data);