Function
Pidginblist_node_is_contact_expanded
Declaration [src]
gboolean
pidgin_blist_node_is_contact_expanded (
PurpleBlistNode* node
)
Description [src]
Returns a boolean indicating if node
is part of an expanded contact.
This only makes sense for contact and buddy nodes. FALSE
is returned
for other types of nodes.
Parameters
node |
PurpleBlistNode |
The node in question. |
|
The data is owned by the caller of the function. |