diff pidgin/gtkblist.h @ 15463:0b6f337a46d5

Emblems in the blist
author Sean Egan <seanegan@gmail.com>
date Tue, 30 Jan 2007 06:53:23 +0000
parents a8ee645e7fb4
children d75099d2567e
line wrap: on
line diff
--- a/pidgin/gtkblist.h	Tue Jan 30 05:27:44 2007 +0000
+++ b/pidgin/gtkblist.h	Tue Jan 30 06:53:23 2007 +0000
@@ -40,6 +40,8 @@
 	GROUP_EXPANDER_COLUMN,
 	CONTACT_EXPANDER_COLUMN,
 	CONTACT_EXPANDER_VISIBLE_COLUMN,
+	EMBLEM_COLUMN,
+	EMBLEM_VISIBLE_COLUMN,
 	BLIST_COLUMNS
 
 };
@@ -178,6 +180,16 @@
 void gaim_gtk_blist_update_refresh_timeout(void);
 
 /**
+ * Returns the blist emblem
+ *
+ * @param node   The node to return an emblem for
+ * 
+ * @return  A newly created GdkPixbuf, or NULL
+ */
+GdkPixbuf *
+gaim_gtk_blist_get_emblem(GaimBlistNode *node);
+
+/**
  * Useful for the buddy ticker
  */
 GdkPixbuf *gaim_gtk_blist_get_status_icon(GaimBlistNode *node,