comparison src/editors.h @ 753:477f48ba28d8

rewritten utilops.h: - better integration of external commands - filter commands
author nadvornik
date Sat, 24 May 2008 22:44:18 +0000
parents fa8f7d7396cf
children 7148e125bf23
comparison
equal deleted inserted replaced
752:85c9412d77d2 753:477f48ba28d8
67 gint start_editor_from_file(gint n, FileData *fd); 67 gint start_editor_from_file(gint n, FileData *fd);
68 gint start_editor_from_filelist(gint n, GList *list); 68 gint start_editor_from_filelist(gint n, GList *list);
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 gint editor_is_filter(gint n);
72 const gchar *editor_get_error_str(gint flags); 73 const gchar *editor_get_error_str(gint flags);
73 74
74 const gchar *editor_get_name(gint n); 75 const gchar *editor_get_name(gint n);
75 76
76 #endif 77 #endif