X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;h=dfdd89323a7bd5c7a9982f1f03b4aef133b601d8;hp=f6c084d48e8373d12366b24455f45267daacd89b;hb=d8659cda7d193dd3e6e035cd0b1b40493d360f0b;hpb=04b418d95b3a0394fc7726087be7fa331d98b944 diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index f6c084d4..dfdd8932 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -37,9 +37,11 @@ struct fmt_spec; gchar * value_to_text (union value v, const PsppireDict *dict, struct fmt_spec format); -gboolean text_to_value (const gchar *text, union value *v, - const PsppireDict *dict, - struct fmt_spec format); +union value * +text_to_value (const gchar *text, + const PsppireDict *dict, + const struct variable *var, + union value *); GObject *get_object_assert (GtkBuilder *builder, const gchar *name, GType type); GtkAction * get_action_assert (GtkBuilder *builder, const gchar *name);