Virtual Method

PurpleProtocolRoomlistexpand_category

since: 3.0

Declaration [src]

void
expand_category (
  PurpleProtocolRoomlist* protocol_roomlist,
  PurpleRoomlist* list,
  PurpleRoomlistRoom* category
)

Description [src]

Expands the given category for list.

Available since: 3.0

Parameters

list

Type: PurpleRoomlist

The PurpleRoomlist instance.

The data is owned by the caller of the function.
category

Type: PurpleRoomlistRoom

The category to expand.

The data is owned by the caller of the function.