Method

PurpleRequestPageadd_group

since: 3.0

Declaration [src]

void
purple_request_page_add_group (
  PurpleRequestPage* page,
  PurpleRequestGroup* group
)

Description [src]

Adds a group of fields to the list.

Available since: 3.0

Parameters

group

Type: PurpleRequestGroup

The group to add.

The instance takes ownership of the data, and is responsible for freeing it.