X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-store.h;h=d61e25ff44aecbed8be08628531d538f164f7dab;hb=9491a8bd354152d3a228e1bf041c7ad6228750d7;hp=7a4eee8e3b4b3ab2402567634de09ce9a8d88364;hpb=a19b858e0ac3c69e4a28c0ca6d8674427268a863;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-store.h b/src/ui/gui/psppire-var-store.h index 7a4eee8e..d61e25ff 100644 --- a/src/ui/gui/psppire-var-store.h +++ b/src/ui/gui/psppire-var-store.h @@ -1,8 +1,7 @@ /* psppire-var-store.h - + PSPPIRE --- A Graphical User Interface for PSPP Copyright (C) 2006 Free Software Foundation - Written by John Darrington 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 @@ -59,7 +58,7 @@ struct _PsppireVarStore /*< private >*/ PsppireDict *dict; GdkColor disabled; - PangoFontDescription *font_desc; + const PangoFontDescription *font_desc; }; struct _PsppireVarStoreClass @@ -77,16 +76,14 @@ struct _PsppireVarStoreClass GType psppire_var_store_get_type (void) G_GNUC_CONST; PsppireVarStore *psppire_var_store_new (PsppireDict *dict); struct variable * psppire_var_store_get_var (PsppireVarStore *store, gint row); -struct PsppireVariable * psppire_var_store_get_variable(PsppireVarStore *store, - gint row); -void psppire_var_store_set_dictionary(PsppireVarStore *var_store, PsppireDict *dict); +void psppire_var_store_set_dictionary (PsppireVarStore *var_store, PsppireDict *dict); /* Return the number of variables */ -gint psppire_var_store_get_var_cnt(PsppireVarStore *var_store); +gint psppire_var_store_get_var_cnt (PsppireVarStore *var_store); -void psppire_var_store_set_font(PsppireVarStore *store, PangoFontDescription *fd); +void psppire_var_store_set_font (PsppireVarStore *store, const PangoFontDescription *fd); #ifdef __cplusplus