Method

PidginDisplayItemset_title

since: 3.0

Declaration [src]

void
pidgin_display_item_set_title (
  PidginDisplayItem* item,
  const char* title
)

Description [src]

Sets the title for item to title.

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 function.
The value is a NUL terminated UTF-8 string.