Method

PidginInfoPaneset_title

since: 3.0

Declaration [src]

void
pidgin_info_pane_set_title (
  PidginInfoPane* pane,
  const char* title
)

Description [src]

Sets the title of pane.

Available since: 3.0

Sets propertyPidgin.InfoPane:title

Parameters

title

Type: const char*

The new title.

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