pidgin/gtkblist.h

branch
soc.2008.themes
changeset 23656
d4acd51c1446
parent 21307
63bb9b16256e
child 23659
8251d0f67df5
equal deleted inserted replaced
23655:704a67a69ce0 23656:d4acd51c1446
57 57
58 } PidginStatusIconSize; 58 } PidginStatusIconSize;
59 59
60 #include "pidgin.h" 60 #include "pidgin.h"
61 #include "blist.h" 61 #include "blist.h"
62 #include "gtkblist-theme.h"
62 63
63 /************************************************************************** 64 /**************************************************************************
64 * @name Structures 65 * @name Structures
65 **************************************************************************/ 66 **************************************************************************/
66 /** 67 /**
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

mercurial