comparison pidgin/gtkblist.h @ 32804:1056a2803806

Remove deprecated headline close image.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 27 May 2012 04:03:53 +0000
parents c0837c5cc7e5
children
comparison
equal deleted inserted replaced
32803:c0837c5cc7e5 32804:1056a2803806
108 108
109 GtkWidget *scrollbook; /**< Scrollbook for alerts */ 109 GtkWidget *scrollbook; /**< Scrollbook for alerts */
110 GtkWidget *headline_hbox; /**< Hbox for headline notification */ 110 GtkWidget *headline_hbox; /**< Hbox for headline notification */
111 GtkWidget *headline_label; /**< Label for headline notifications */ 111 GtkWidget *headline_label; /**< Label for headline notifications */
112 GtkWidget *headline_image; /**< Image for headline notifications */ 112 GtkWidget *headline_image; /**< Image for headline notifications */
113 GdkPixbuf *headline_close; /**< @deprecated: Close image for closing the headline without triggering the callback */
114 GCallback headline_callback; /**< Callback for headline notifications */ 113 GCallback headline_callback; /**< Callback for headline notifications */
115 gpointer headline_data; /**< User data for headline notifications */ 114 gpointer headline_data; /**< User data for headline notifications */
116 GDestroyNotify headline_destroy; /**< Callback to use for destroying the headline-data */ 115 GDestroyNotify headline_destroy; /**< Callback to use for destroying the headline-data */
117 gboolean changing_style; /**< True when changing GTK+ theme style */ 116 gboolean changing_style; /**< True when changing GTK+ theme style */
118 117