comparison src/main.h @ 645:b50deb0f9968

Rename bar_exif_validate_text() to utf8_validate_or_convert() and move it to main.[ch].
author zas_
date Mon, 12 May 2008 23:21:35 +0000
parents 54e20abb5c6d
children e34c1002e553
comparison
equal deleted inserted replaced
644:d062f6b5711a 645:b50deb0f9968
128 const gchar *icon_file, const gchar *subtitle); 128 const gchar *icon_file, const gchar *subtitle);
129 void window_set_icon(GtkWidget *window, const gchar *icon, const gchar *file); 129 void window_set_icon(GtkWidget *window, const gchar *icon, const gchar *file);
130 gint window_maximized(GtkWidget *window); 130 gint window_maximized(GtkWidget *window);
131 131
132 gdouble get_zoom_increment(void); 132 gdouble get_zoom_increment(void);
133 gchar *utf8_validate_or_convert(gchar *text);
133 134
134 void help_window_show(const gchar *key); 135 void help_window_show(const gchar *key);
135 136
136 void keyboard_scroll_calc(gint *x, gint *y, GdkEventKey *event); 137 void keyboard_scroll_calc(gint *x, gint *y, GdkEventKey *event);
137 gint key_press_cb(GtkWidget *widget, GdkEventKey *event, gpointer data); 138 gint key_press_cb(GtkWidget *widget, GdkEventKey *event, gpointer data);