Mercurial > geeqie
view src/rcfile.h @ 209:ad78ad18523a
configurable frame around image - geeqie_autofit_maxsize.patch by Laurent MONIN
author | nadvornik |
---|---|
date | Sat, 29 Mar 2008 14:59:14 +0000 |
parents | f6e307c7bad6 |
children | 5bdab7ed4bcd |
line wrap: on
line source
/* * Geeqie * (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 RCFILE_H #define RCFILE_H gchar *quoted_value(const gchar *text); void save_options(void); void load_options(void); #endif