X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=7f03246afad6d5738226b8236152a68b6b84302a;hb=4c938ca6e42d409551da41486906ec70ef6fb6c0;hp=7e2067fdd7135ea2b3246e7346e94ac65272aeb2;hpb=3e2bf013a731344daed7ab206d4a3c2460688208;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index 7e2067fd..7f03246a 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -108,7 +108,12 @@ gboolean psppire_data_store_insert_new_case (PsppireDataStore *ds, gint posn); struct casereader * psppire_data_store_get_reader (PsppireDataStore *ds); +gchar * psppire_data_store_get_string (PsppireDataStore *ds, + gint row, gint column); +gboolean psppire_data_store_set_string (PsppireDataStore *ds, + const gchar *text, + gint row, gint column); #ifdef __cplusplus }