X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=9b480c9823854b2b7232d60a696e2a230a354f74;hb=1c9e32859d6da9505e1904d5b0f95cfd276a734e;hp=1974aed8ddb400e281ff76d7938bc9a9cf83d0ef;hpb=d04dad1257adf4f4e5fb7c121de666f238c6efd8;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index 1974aed8..9b480c98 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -84,8 +84,11 @@ struct _PsppireDataStoreClass inline GType psppire_data_store_get_type (void) G_GNUC_CONST; PsppireDataStore *psppire_data_store_new (PsppireDict *dict); +void psppire_data_store_set_case_file (PsppireDataStore *data_store, + PsppireCaseFile *cf); + void psppire_data_store_set_dictionary (PsppireDataStore *data_store, - PsppireDict *dict); + PsppireDict *dict); void psppire_data_store_set_font (PsppireDataStore *store, const PangoFontDescription *fd);