Improved the encapsulation of PsppireCaseFile
[pspp-builds.git] / src / ui / gui / psppire-data-store.h
index 1974aed8ddb400e281ff76d7938bc9a9cf83d0ef..9b480c9823854b2b7232d60a696e2a230a354f74 100644 (file)
@@ -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);