X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=5ffd85d68e458137b2b7c2cc25177fc3ce38b42b;hb=7bc7a451768f00702e65a25d4a9bdd0b567f82ac;hp=0e9886337c51c00e1a0200f3dbe68239428d8053;hpb=775941da1289c0c3de3895e61cc6e787c6591686;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index 0e988633..5ffd85d6 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2006 Free Software Foundation + Copyright (C) 2006, 2009 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -53,14 +53,6 @@ typedef struct _PsppireDataStoreClass PsppireDataStoreClass; struct dictionary; -enum cf_signal_handler { - CASES_DELETED, - CASE_INSERTED, - CASE_CHANGED, - n_cf_signals -}; - - enum dict_signal_handler { VARIABLE_INSERTED, VARIABLE_CHANGED, @@ -84,7 +76,7 @@ struct _PsppireDataStore gboolean show_labels; - gint cf_handler_id [n_cf_signals]; + // gint cf_handler_id [n_cf_signals]; gint dict_handler_id [n_dict_signals]; }; @@ -130,9 +122,8 @@ size_t psppire_data_store_get_value_count (const PsppireDataStore *ds); -gboolean psppire_data_store_get_case (const PsppireDataStore *ds, - casenumber casenum, - struct ccase *c); +struct ccase *psppire_data_store_get_case (const PsppireDataStore *ds, + casenumber casenum);