marshaller-list: Remove unused marshallers
[pspp] / src / ui / gui / psppire-encoding-selector.h
index 107f871348a357b740963c42a9b90d931460998e..4d6e4eaffaad975a82d57417f24866f9004ceb3b 100644 (file)
 
 GtkWidget *psppire_encoding_selector_new (const char *default_encoding,
                                           gboolean allow_auto);
+
+/*
+   Return a string describing the currently selected encoding.
+   The caller should free this string when no longer required.
+*/
 gchar *psppire_encoding_selector_get_encoding (GtkWidget *selector);
 
 #endif /* PSPPIRE_ENCODING_SELECTOR_H */