Method

PidginDisplayItemget_title

since: 3.0

Declaration [src]

const char*
pidgin_display_item_get_title (
  PidginDisplayItem* item
)

Description [src]

Gets the title of item.

Available since: 3.0

Return value

Type: const char*

The title of item.

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