2011-04-10 [colin] 3.7.9cvs3
[claws.git] / src / gtk / gtkvscrollbutton.h
index 7661d77e7628e1aa947493af0c7e6df2bec6f2f5..36db41c9db54c3584ad2e73d62250ed718baadcd 100644 (file)
@@ -71,7 +71,7 @@ extern "C" {
 
 GType    gtk_vscrollbutton_get_type    (void);
 GtkWidget* gtk_vscrollbutton_new       (GtkAdjustment *adjustment);
-gint      gtk_vscrollbutton_scroll     (GtkVScrollbutton *scrollbutton);
+gboolean gtk_vscrollbutton_scroll      (GtkVScrollbutton *scrollbutton);
 
 #ifdef __cplusplus
 }