comparison src/audacious/util.h @ 4527:53bd726e4461

Temporarily revert small part of mf0102's changeset that broke API by removing util_menu_main_show() and util_info_dialog() from PAPI because of resulting segfaults (the changeset mixes lots of cosmetic and functional changes, so not reverting it all.) NOTICE! Only util_info_dialog() is restored.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 30 Apr 2008 04:42:55 +0300
parents 867d7caeb95b
children 2eee464379dc
comparison
equal deleted inserted replaced
4526:8465e73d5584 4527:53bd726e4461
79 guint gint_count_digits(gint n); 79 guint gint_count_digits(gint n);
80 80
81 81
82 GtkWidget *make_filebrowser(const gchar *title, gboolean save); 82 GtkWidget *make_filebrowser(const gchar *title, gboolean save);
83 83
84 GtkWidget *util_info_dialog(const gchar * title, const gchar * text,
85 const gchar * button_text, gboolean modal, GCallback button_action,
86 gpointer action_data);
87
84 GdkPixbuf *audacious_create_colorized_pixbuf(GdkPixbuf *src, gint red, gint green, gint blue); 88 GdkPixbuf *audacious_create_colorized_pixbuf(GdkPixbuf *src, gint red, gint green, gint blue);
85 89
86 gchar *util_get_localdir(void); 90 gchar *util_get_localdir(void);
87 91
88 gchar *construct_uri(gchar *string, const gchar *playlist_name); 92 gchar *construct_uri(gchar *string, const gchar *playlist_name);