Function
Purpleblist_find_buddies
Declaration [src]
GSList*
purple_blist_find_buddies (
PurpleAccount* account,
const char* name
)
Parameters
account
-
Type:
PurpleAccount
The account this buddy belongs to.
The data is owned by the caller of the function. name
-
Type:
const char*
The buddy’s name (or NULL to return all buddies for the account)
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.