Function
Purpleblist_find_buddy
Declaration [src]
PurpleBuddy*
purple_blist_find_buddy (
PurpleAccount* account,
const char* name
)
Parameters
account |
PurpleAccount |
The account this buddy belongs to. |
|
The data is owned by the caller of the function. | |
name |
const char* |
The buddy’s name. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |
Return value
Returns: | PurpleBuddy |
The buddy or |
|
The data is owned by the called function. |