comparison src/main.h @ 786:a20ff446347e

Compare paths using utf8_collate_key() since paths are utf8-encoded. It fixes bug 1959854.
author zas_
date Thu, 05 Jun 2008 09:24:42 +0000
parents 2d2cca2bceb0
children ad420f2eb789
comparison
equal deleted inserted replaced
785:548b193c084c 786:a20ff446347e
134 * This also doubles as the main.c header. 134 * This also doubles as the main.c header.
135 */ 135 */
136 136
137 gdouble get_zoom_increment(void); 137 gdouble get_zoom_increment(void);
138 gchar *utf8_validate_or_convert(const gchar *text); 138 gchar *utf8_validate_or_convert(const gchar *text);
139 gint utf8_compare(const gchar *s1, const gchar *s2, gboolean case_sensitive);
139 gchar *expand_tilde(const gchar *filename); 140 gchar *expand_tilde(const gchar *filename);
140 141
141 void keyboard_scroll_calc(gint *x, gint *y, GdkEventKey *event); 142 void keyboard_scroll_calc(gint *x, gint *y, GdkEventKey *event);
142 gint key_press_cb(GtkWidget *widget, GdkEventKey *event, gpointer data); 143 gint key_press_cb(GtkWidget *widget, GdkEventKey *event, gpointer data);
143 144