Function

Purpleblist_find_group

since: 3.0

Declaration [src]

PurpleGroup*
purple_blist_find_group (
  const char* name
)

Description [src]

Finds a group by name.

Available since: 3.0

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.