Method

PidginInfoPaneset_subtitle

since: 3.0

Declaration [src]

void
pidgin_info_pane_set_subtitle (
  PidginInfoPane* pane,
  const char* subtitle
)

Description [src]

Sets the subtitle of pane.

Available since: 3.0

Parameters

subtitle

Type: const char*

The new subtitle.

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