| 248 * |
249 * |
| 249 * @param widget The widget to add |
250 * @param widget The widget to add |
| 250 */ |
251 */ |
| 251 void pidgin_blist_add_alert(GtkWidget *widget); |
252 void pidgin_blist_add_alert(GtkWidget *widget); |
| 252 |
253 |
| |
254 /** |
| |
255 * Sets the current theme for Pidgin to use |
| |
256 * |
| |
257 * @param theme the new theme to use |
| |
258 */ |
| |
259 void pidgin_blist_set_theme(PidginBuddyListTheme *theme); |
| |
260 |
| |
261 /** |
| |
262 * Gets Pidgin's current buddy list theme |
| |
263 * |
| |
264 * @returns the current theme |
| |
265 */ |
| |
266 PidginBuddyListTheme *pidgin_blist_get_theme(void); |
| 253 |
267 |
| 254 /************************************************************************** |
268 /************************************************************************** |
| 255 * @name GTK+ Buddy List sorting functions |
269 * @name GTK+ Buddy List sorting functions |
| 256 **************************************************************************/ |
270 **************************************************************************/ |
| 257 |
271 |