diff -r a73edfee5a67 -r 2a3a4a3019f5 pidgin/gtkblist.h --- a/pidgin/gtkblist.h Fri May 18 17:08:06 2018 -0500 +++ b/pidgin/gtkblist.h Fri Jun 08 20:30:41 2018 -0500 @@ -444,7 +444,7 @@ /** * pidgin_blist_set_headline: * @text: Pango Markup for the label text - * @pixbuf: The GdkPixbuf for the icon + * @icon_name: The icon name for the icon * @callback: The callback to call when headline is clicked * @user_data: The userdata to include in the callback * @destroy: The callback to call when headline is closed or replaced by another headline. @@ -454,8 +454,8 @@ * This is currently used for mail notification, but could theoretically be used for anything. * Only the most recent headline will be shown. */ -void pidgin_blist_set_headline(const char *text, GdkPixbuf *pixbuf, GCallback callback, gpointer user_data, - GDestroyNotify destroy); +void pidgin_blist_set_headline(const char *text, const gchar *icon_name, + GCallback callback, gpointer user_data, GDestroyNotify destroy); /** * pidgin_blist_get_name_markup: