view src/editors.h @ 139:754c1e4349b6

display sidecar extensions in filelist some cleanup of file marks
author nadvornik
date Wed, 12 Sep 2007 21:17:31 +0000
parents 71e1ebee420e
children e57b0207e180
line wrap: on
line source

/*
 * GQview
 * (C) 2004 John Ellis
 *
 * Author: John Ellis
 *
 * This software is released under the GNU General Public License (GNU GPL).
 * Please read the included file COPYING for more information.
 * This software comes with no warranty of any kind, use at your own risk!
 */


#ifndef EDITORS_H
#define EDITORS_H


void editor_reset_defaults(void);
gint start_editor_from_file(gint n, FileData *fd);
gint start_editor_from_file_list(gint n, GList *list);

gint editor_window_flag_set(gint n);


#endif