X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.h;h=06a5e4034d872b8511e35858a87cb650db128f77;hb=806d578c678996f8c6e34d8d91331126eedb22ac;hp=7d1e242ee4a5dac1aa155dbff9705c383bd278de;hpb=2bdde1cd21cd58349cf4bd852fddf40524854288;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.h b/src/ui/gui/psppire-data-store.h index 7d1e242e..06a5e403 100644 --- a/src/ui/gui/psppire-data-store.h +++ b/src/ui/gui/psppire-data-store.h @@ -81,6 +81,7 @@ struct _PsppireDataStore GObject parent; /*< private >*/ + gboolean dispose_has_run ; PsppireDict *dict; PsppireCaseFile *case_file; const PangoFontDescription *font_desc; @@ -109,7 +110,7 @@ struct _PsppireDataStoreClass }; -inline GType psppire_data_store_get_type (void) G_GNUC_CONST; +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,