X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=2fff2d16ddb36acc10ebaafdd9cb709217efa503;hb=514d9af1f690c316a5ad501aa0083ba6c1e00e56;hp=65e3d24ad3d495fe4531f63da7d51443ebd4546b;hpb=8180c5dd1591446174c0753ee960921786113403;p=pspp diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index 65e3d24ad3..2fff2d16dd 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, @@ -147,9 +151,6 @@ const struct caseproto *psppire_data_store_get_proto (const PsppireDataStore *); struct ccase *psppire_data_store_get_case (const PsppireDataStore *ds, casenumber casenum); - - - G_END_DECLS #endif /* __PSPPIRE_DATA_STORE_H__ */