X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;h=407773b1c28bfd1141ed079c59bfc386096343f8;hb=cf63d499efd5e6ca3a7dcc6386b3b87bd31bfda9;hp=d648e2a13b7f74a9a35ef40fa97e9a3ea3f78959;hpb=164d1274fcb70c54897f2a03fc7c27152ed4821a;p=pspp-builds.git diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index d648e2a1..407773b1 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -1,4 +1,4 @@ -/* +/* PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2004 Free Software Foundation @@ -27,12 +27,12 @@ #include #include -/* Formats a value according to FORMAT +/* Formats a value according to FORMAT The returned string must be freed when no longer required */ gchar * value_to_text(union value v, struct fmt_spec format); -gboolean text_to_value(const gchar *text, union value *v, +gboolean text_to_value(const gchar *text, union value *v, struct fmt_spec format); GtkWidget * get_widget_assert(GladeXML *xml, const gchar *name);