X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;h=3d8d6420b1b8ec307bea4b3e8a6b0bdc81e6def2;hb=bc02bc027697df3207f827de722c26d8cc87e824;hp=5776c2b54714ee17aaec15bf5a28af845bc6ffe5;hpb=a6df7a4863f51dd4121a067f947335fba197617b;p=pspp-builds.git diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index 5776c2b5..3d8d6420 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -1,7 +1,6 @@ -/* +/* PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2004 Free Software Foundation - Written by John Darrington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,18 +27,18 @@ #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); +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); +GtkWidget * get_widget_assert (GladeXML *xml, const gchar *name); /* Converts a string in the pspp locale to utf-8 */ -char * pspp_locale_to_utf8(const gchar *text, gssize len, GError **err); +char * pspp_locale_to_utf8 (const gchar *text, gssize len, GError **err); #endif