diff 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
line wrap: on
line diff
--- a/src/editors.h	Thu May 22 08:49:52 2008 +0000
+++ b/src/editors.h	Thu May 22 09:12:36 2008 +0000
@@ -71,4 +71,6 @@
 gint editor_window_flag_set(gint n);
 const gchar *editor_get_error_str(gint flags);
 
+const gchar *editor_get_name(gint n);
+
 #endif