Method

PurpleRequestGroupget_title

since: 3.0

Declaration [src]

const char*
purple_request_group_get_title (
  PurpleRequestGroup* group
)

Description [src]

Returns the title of a fields group.

Available since: 3.0

Return value

Type: const char*

The title, if set.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.