comparison src/editors.h @ 731:fa8f7d7396cf

Introduce an helper function that returns the name of an editor. It helps to reduce code redundancy.
author zas_
date Thu, 22 May 2008 09:12:36 +0000
parents 48c8e49b571c
children 477f48ba28d8
comparison
equal deleted inserted replaced
730:2d8a8e892b5e 731:fa8f7d7396cf
69 gint start_editor_from_file_full(gint n, FileData *fd, EditorCallback cb, gpointer data); 69 gint start_editor_from_file_full(gint n, FileData *fd, EditorCallback cb, gpointer data);
70 gint start_editor_from_filelist_full(gint n, GList *list, EditorCallback cb, gpointer data); 70 gint start_editor_from_filelist_full(gint n, GList *list, EditorCallback cb, gpointer data);
71 gint editor_window_flag_set(gint n); 71 gint editor_window_flag_set(gint n);
72 const gchar *editor_get_error_str(gint flags); 72 const gchar *editor_get_error_str(gint flags);
73 73
74 const gchar *editor_get_name(gint n);
75
74 #endif 76 #endif