Merge commit 'origin/master' into charset
[pspp-builds.git] / src / ui / gui / helper.h
index 17e777ac9bce5c3d762abd95ec9ab142e1f81071..6bd610e7c541b2e5bd01f0a17694fa4bc8703bb4 100644 (file)
@@ -43,9 +43,8 @@ GObject *get_object_assert (GtkBuilder *builder, const gchar *name, GType type);
 GtkAction * get_action_assert (GtkBuilder *builder, const gchar *name);
 GtkWidget * get_widget_assert (GtkBuilder *builder, const gchar *name);
 
-/* Converts a string in the pspp locale to utf-8 */
-char * pspp_locale_to_utf8 (const gchar *text, gssize len, GError **err);
-
+gchar * convert_glib_filename_to_system_filename (const gchar *fname,
+                                                 GError **err);
 
 void connect_help (GtkBuilder *);