diff src/gtkblist.h @ 11018:04f280376f06

[gaim-migrate @ 12888] sf patch #1223909, from Richard Laager New Accessor Method: gaim_gtk_blist_node_is_contact_expanded committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 22 Jun 2005 22:41:59 +0000
parents 6417b2f5de4e
children 90be432e8385
line wrap: on
line diff
--- a/src/gtkblist.h	Wed Jun 22 21:36:23 2005 +0000
+++ b/src/gtkblist.h	Wed Jun 22 22:41:59 2005 +0000
@@ -184,6 +184,17 @@
 GdkPixbuf *gaim_gtk_blist_get_status_icon(GaimBlistNode *node,
 		GaimStatusIconSize size);
 
+/**
+ * Returns a boolean indicating if @a node is part of an expanded contact.
+ *
+ * This only makes sense for contact and buddy nodes. @c FALSE is returned
+ * for other types of nodes.
+ *
+ * @param node The node in question.
+ * @return A boolean indicating if @a node is part of an expanded contact.
+ */
+gboolean gaim_gtk_blist_node_is_contact_expanded(GaimBlistNode *node);
+
 /**************************************************************************
  * @name GTK+ Buddy List sorting functions
  **************************************************************************/