X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-value-entry.h;h=88c08a1eb09daa4c5e09d9e3afed1cf9447fb666;hb=37c21ba9301956091823dea7d84ff0400330bd4b;hp=73fe14c3b9b1dbff231bf6b914d2c13935a8e15f;hpb=b2b2b0a29f80de89d96bcceea90f117930ab47b9;p=pspp diff --git a/src/ui/gui/psppire-value-entry.h b/src/ui/gui/psppire-value-entry.h index 73fe14c3b9..88c08a1eb0 100644 --- a/src/ui/gui/psppire-value-entry.h +++ b/src/ui/gui/psppire-value-entry.h @@ -50,7 +50,7 @@ struct variable; typedef struct _PsppireValueEntry PsppireValueEntry; typedef struct _PsppireValueEntryClass PsppireValueEntryClass; -struct _PsppireValueEntry +struct _PsppireValueEntry { GtkComboBox parent; @@ -63,7 +63,7 @@ struct _PsppireValueEntry const union value *cur_value; }; -struct _PsppireValueEntryClass +struct _PsppireValueEntryClass { GtkComboBoxClass parent_class; }; @@ -83,10 +83,8 @@ void psppire_value_entry_set_value_labels (PsppireValueEntry *, const struct val_labs * psppire_value_entry_get_value_labels (const PsppireValueEntry *); -void psppire_value_entry_set_format (PsppireValueEntry *, - const struct fmt_spec *); -const struct fmt_spec * -psppire_value_entry_get_format (const PsppireValueEntry *); +void psppire_value_entry_set_format (PsppireValueEntry *, struct fmt_spec); +struct fmt_spec psppire_value_entry_get_format (const PsppireValueEntry *); void psppire_value_entry_set_encoding (PsppireValueEntry *, const gchar *); const gchar *psppire_value_entry_get_encoding (const PsppireValueEntry *);