Method

PurpleRequestPageset_title

unstable since: 3.0

Declaration [src]

void
purple_request_page_set_title (
  PurpleRequestPage* page,
  const char* title
)

Description [src]

Sets the title of the page.

Available since: 3.0

Parameters

title

Type: const char*

The new title.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.