Method

PurpleRequestGroupadd_field

since: 3.0

Declaration [src]

void
purple_request_group_add_field (
  PurpleRequestGroup* group,
  PurpleRequestField* field
)

Description [src]

Adds a field to the group.

Available since: 3.0

Parameters

field

Type: PurpleRequestField

The field to add to the group.

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