diff src/editors.h @ 1618:552648eff4f2

do not block the files sent to external editors like gimp
author nadvornik
date Sun, 31 May 2009 11:08:00 +0000
parents c9c1a16ff8ae
children 58a5d1e01e33
line wrap: on
line diff
--- a/src/editors.h	Sat May 30 20:18:22 2009 +0000
+++ b/src/editors.h	Sun May 31 11:08:00 2009 +0000
@@ -112,6 +112,8 @@
 const gchar *editor_get_name(const gchar *key);
 
 gboolean is_valid_editor_command(const gchar *key);
+gboolean editor_blocks_file(const gchar *key);
+
 EditorFlags editor_command_parse(const EditorDescription *editor, GList *list, gchar **output);
 
 #endif