X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;fp=src%2Fui%2Fgui%2Fhelper.h;h=6bd610e7c541b2e5bd01f0a17694fa4bc8703bb4;hb=dd5535725f86158e55b3fc263c17058005b0c0a5;hp=30792faf0835f5f8b0f1e2d6da11c469e9633516;hpb=9111d677aedf91f69f57f4bd4600ac35f8a9702c;p=pspp-builds.git diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index 30792faf..6bd610e7 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -43,14 +43,9 @@ 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 */ -gchar * pspp_locale_to_utf8 (const gchar *text, gssize len, GError **err); -gchar * utf8_to_pspp_locale (const gchar *text, gssize len, GError **err); - gchar * convert_glib_filename_to_system_filename (const gchar *fname, GError **err); - void connect_help (GtkBuilder *); void reference_manual (GtkMenuItem *, gpointer);