comparison src/window.h @ 1453:bc3f5c0432f6

gint -> gboolean where applicable. The end (ouf!).
author zas_
date Mon, 16 Mar 2009 20:39:09 +0000
parents 8b89e3ff286b
children 956aab097ea7
comparison
equal deleted inserted replaced
1452:67b40740122e 1453:bc3f5c0432f6
14 #define WINDOW_H 14 #define WINDOW_H
15 15
16 GtkWidget *window_new(GtkWindowType type, const gchar *role, const gchar *icon, 16 GtkWidget *window_new(GtkWindowType type, const gchar *role, const gchar *icon,
17 const gchar *icon_file, const gchar *subtitle); 17 const gchar *icon_file, const gchar *subtitle);
18 void window_set_icon(GtkWidget *window, const gchar *icon, const gchar *file); 18 void window_set_icon(GtkWidget *window, const gchar *icon, const gchar *file);
19 gint window_maximized(GtkWidget *window); 19 gboolean window_maximized(GtkWidget *window);
20 20
21 void help_window_show(const gchar *key); 21 void help_window_show(const gchar *key);
22 22
23 23
24 #endif /* WINDOW_H */ 24 #endif /* WINDOW_H */