summaryrefslogtreecommitdiff
path: root/src/trg-json-widgets.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-json-widgets.h')
-rw-r--r--src/trg-json-widgets.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/trg-json-widgets.h b/src/trg-json-widgets.h
index 2f53d1e..9d9c0f8 100644
--- a/src/trg-json-widgets.h
+++ b/src/trg-json-widgets.h
@@ -37,32 +37,32 @@ typedef enum {
void toggle_active_arg_is_sensitive(GtkToggleButton * b, gpointer data);
GtkWidget *trg_json_widget_check_new(GList ** wl, JsonObject * obj,
- const gchar * key,
- const gchar * label,
- GtkWidget * toggleDep);
+ const gchar * key,
+ const gchar * label,
+ GtkWidget * toggleDep);
GtkWidget *trg_json_widget_entry_new(GList ** wl, JsonObject * obj,
- const gchar * key,
- GtkWidget * toggleDep);
+ const gchar * key,
+ GtkWidget * toggleDep);
GtkWidget *trg_json_widget_spin_new_int(GList ** wl, JsonObject * obj,
- const gchar * key,
- GtkWidget * toggleDep, gint min,
- gint max, gint step);
+ const gchar * key,
+ GtkWidget * toggleDep, gint min,
+ gint max, gint step);
GtkWidget *trg_json_widget_spin_new_double(GList ** wl, JsonObject * obj,
- const gchar * key,
- GtkWidget * toggleDep, gint min,
- gint max, gdouble step);
+ const gchar * key,
+ GtkWidget * toggleDep, gint min,
+ gint max, gdouble step);
void trg_json_widget_check_save(GtkWidget * widget, JsonObject * obj,
- gchar * key);
+ gchar * key);
void trg_json_widget_entry_save(GtkWidget * widget, JsonObject * obj,
- gchar * key);
+ gchar * key);
void trg_json_widget_spin_save_int(GtkWidget * widget, JsonObject * obj,
- gchar * key);
+ gchar * key);
void trg_json_widget_spin_save_double(GtkWidget * widget, JsonObject * obj,
- gchar * key);
+ gchar * key);
void trg_json_widget_desc_free(trg_json_widget_desc * wd);
void trg_json_widget_desc_list_free(GList * list);
void trg_json_widgets_save(GList * list, JsonObject * out);
-#endif /* TRG_JSON_WIDGETS_H_ */
+#endif /* TRG_JSON_WIDGETS_H_ */