Mercurial > audlegacy
changeset 3730:ebf763c51061
Use GCallback instead of GtkSignalFunc.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sat, 13 Oct 2007 19:08:44 -0500 |
parents | 57935d8ebefa |
children | 0e5da33a32b7 |
files | src/audacious/util.c src/audacious/util.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/util.c Thu Oct 11 20:09:43 2007 -0500 +++ b/src/audacious/util.c Sat Oct 13 19:08:44 2007 -0500 @@ -896,7 +896,7 @@ GtkWidget * audacious_info_dialog(const gchar * title, const gchar * text, const gchar * button_text, gboolean modal, - GtkSignalFunc button_action, gpointer action_data) + GCallback button_action, gpointer action_data) { GtkWidget *dialog; GtkWidget *dialog_vbox, *dialog_hbox, *dialog_bbox;
--- a/src/audacious/util.h Thu Oct 11 20:09:43 2007 -0500 +++ b/src/audacious/util.h Sat Oct 13 19:08:44 2007 -0500 @@ -93,7 +93,7 @@ GtkWidget *audacious_info_dialog(const gchar * title, const gchar * text, const gchar * button_text, gboolean modal, - GtkSignalFunc button_action, + GCallback button_action, gpointer action_data); GdkPixmap *create_dblsize_pixmap(GdkPixmap *pix);