comparison src/editors.h @ 234:39262b9ce195

Fix typos in functions names: file_list -> filelist.
author zas_
date Thu, 03 Apr 2008 20:34:49 +0000
parents f6e307c7bad6
children 4b2d7f9af171
comparison
equal deleted inserted replaced
233:f9634d21ad35 234:39262b9ce195
62 62
63 gint editor_command_parse(const gchar *template, GList *list, gchar **output); 63 gint editor_command_parse(const gchar *template, GList *list, gchar **output);
64 64
65 void editor_reset_defaults(void); 65 void editor_reset_defaults(void);
66 gint start_editor_from_file(gint n, FileData *fd); 66 gint start_editor_from_file(gint n, FileData *fd);
67 gint start_editor_from_file_list(gint n, GList *list); 67 gint start_editor_from_filelist(gint n, GList *list);
68 gint start_editor_from_file_full(gint n, FileData *fd, EditorCallback cb, gpointer data); 68 gint start_editor_from_file_full(gint n, FileData *fd, EditorCallback cb, gpointer data);
69 gint start_editor_from_file_list_full(gint n, GList *list, EditorCallback cb, gpointer data); 69 gint start_editor_from_filelist_full(gint n, GList *list, EditorCallback cb, gpointer data);
70 gint editor_window_flag_set(gint n); 70 gint editor_window_flag_set(gint n);
71 const gchar *editor_get_error_str(gint flags); 71 const gchar *editor_get_error_str(gint flags);
72 72
73 #endif 73 #endif
74 74