X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-view.h;h=a8fb0565cab64fbcb2bfd1f0f902621451f99d70;hb=91d8133700fae5cd89c1fb86dde1f097e1a18055;hp=0029ae22242fd61b288be4e5666ae44670022a5d;hpb=2b4fb7e846d62f1a70656bb42a0f769363ed0832;p=pspp diff --git a/src/ui/gui/psppire-var-view.h b/src/ui/gui/psppire-var-view.h index 0029ae2224..a8fb0565ca 100644 --- a/src/ui/gui/psppire-var-view.h +++ b/src/ui/gui/psppire-var-view.h @@ -44,6 +44,7 @@ struct _PsppireVarView { GtkTreeView parent; + /* Private */ GtkListStore **list; GType *cols; @@ -63,6 +64,8 @@ struct _PsppireVarViewClass GType psppire_var_view_get_type (void); gint psppire_var_view_append_names (PsppireVarView *vv, gint column, GString *string); +struct string; +gint psppire_var_view_append_names_str (PsppireVarView *vv, gint column, struct string *); gboolean psppire_var_view_get_iter_first (PsppireVarView *vv, GtkTreeIter *iter);