X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=bbdb7eb9643bdc709ecda27b3a2711a08e7f7e8f;hb=c28781f010b27ed9c02442e07b74a9284994c746;hp=c9cfe4cfe00014b8c27440ae6a76fe693bee26f2;hpb=1fdf781696f879bb3321bfe37f7923be810c7a8f;p=pspp diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index c9cfe4cfe0..bbdb7eb964 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -109,6 +109,10 @@ gchar *psppire_data_store_get_string (PsppireDataStore *, glong row, const struct variable *, bool use_value_label); +gchar * psppire_data_store_value_to_string (PsppireDataStore *store, + gint col, gint row, + const GValue *v); + gboolean psppire_data_store_get_value (PsppireDataStore *store, glong row, const struct variable *var,