X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=efeb886864e4ab1c2105bf563b407c56c0e2a017;hb=4eb2e820b01d92ef662c741f5ac30f08bedd1de6;hp=65e3d24ad3d495fe4531f63da7d51443ebd4546b;hpb=ed7a8820e2f7797fb61a9a5628c18169dcfd3513;p=pspp diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index 65e3d24ad3..efeb886864 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -17,6 +17,7 @@ #ifndef __PSPPIRE_DATA_STORE_H__ #define __PSPPIRE_DATA_STORE_H__ +#include #include "psppire-dict.h" #define FIRST_CASE_NUMBER 1 @@ -113,10 +114,13 @@ gchar * psppire_data_store_value_to_string (gpointer unused, PsppireDataStore *s gint col, gint row, const GValue *v); -gchar * psppire_data_store_value_to_string_with_labels (gpointer unused, PsppireDataStore *store, - gint col, gint row, - const GValue *v); +gchar * psppire_data_store_value_to_string_with_labels (gpointer unused, + PsppireDataStore *store, + gint col, gint row, + const GValue *v); +gboolean psppire_data_store_string_to_value (GtkTreeModel *model, gint col, gint row, + const gchar *in, GValue *out); gboolean psppire_data_store_get_value (PsppireDataStore *store, glong row, const struct variable *var,