diff src/editors.h @ 1397:a0bd58a6535f

In various Edit context menus, only display editors that match the file types in the selection.
author zas_
date Sun, 08 Mar 2009 13:23:25 +0000
parents 8b89e3ff286b
children 67573155210c
line wrap: on
line diff
--- a/src/editors.h	Sun Mar 08 12:42:23 2009 +0000
+++ b/src/editors.h	Sun Mar 08 13:23:25 2009 +0000
@@ -77,6 +77,7 @@
 const gchar *editor_get_name(const gchar *key);
 
 gboolean is_valid_editor_command(const gchar *key);
+gint editor_command_parse(const EditorDescription *editor, GList *list, gchar **output);
 
 #endif
 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */