Commit cfae1c9c5b720c400da6aa86af56c78db079b8c8

Authored by perry.werneck@gmail.com
1 parent e8f96ded

Incluindo opção para salvar booleanos no arquivo de configuração

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/include/pw3270.h
... ... @@ -74,6 +74,7 @@
74 74 LIB3270_EXPORT void pw3270_set_integer(GtkWidget *widget, const gchar *group, const gchar *key, gint val);
75 75  
76 76 LIB3270_EXPORT gboolean pw3270_get_boolean(GtkWidget *widget, const gchar *group, const gchar *key, gboolean def);
  77 + LIB3270_EXPORT void pw3270_set_boolean(GtkWidget *widget, const gchar *group, const gchar *key, gint val);
77 78  
78 79 typedef enum pw3270_src
79 80 {
... ...