Add a replacement for gtk_radio_action_set_current_value() which
[geeqie.git] / src / compat.h
1 /*
2  * Geeqie
3  *
4  * Authors: Vladimir Nadvornik / Laurent Monin
5  *
6  *
7  * This software is released under the GNU General Public License (GNU GPL).
8  * Please read the included file COPYING for more information.
9  * This software comes with no warranty of any kind, use at your own risk!
10  */
11
12 #ifndef COMPAT_H
13 #define COMPAT_H
14
15 void radio_action_set_current_value(GtkRadioAction *action, gint current_value);
16
17 #endif /* COMPAT_H */