Function
Purpleblist_walk
since: 3.0.0
Declaration [src]
void
purple_blist_walk (
PurpleBlistWalkFunc group_func,
PurpleBlistWalkFunc chat_func,
PurpleBlistWalkFunc meta_contact_func,
PurpleBlistWalkFunc contact_func,
gpointer data
)
Description [src]
Walks the buddy list and calls the appropriate function for each node. If a callback function is omitted iteration will continue without it.
Available since: 3.0.0
Parameters
group_func
-
Type:
PurpleBlistWalkFunc
The callback for groups.
chat_func
-
Type:
PurpleBlistWalkFunc
The callback for chats.
meta_contact_func
-
Type:
PurpleBlistWalkFunc
The callback for meta-contacts.
contact_func
-
Type:
PurpleBlistWalkFunc
The callback for contacts.
data
-
Type:
gpointer
User supplied data.
The argument can be NULL
.The data is owned by the caller of the function.