Function
Purpleblist_find_group
Declaration [src]
PurpleGroup*
purple_blist_find_group (
const char* name
)
Parameters
name
-
Type:
const char*
The group’s name.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
Return value
Type: PurpleGroup
The group or NULL
if the group does not exist.
The data is owned by the called function. |