Function

Purplenotify_searchresult_column_get_title

since: 3.0

Declaration [src]

const char*
purple_notify_searchresult_column_get_title (
  const PurpleNotifySearchColumn* column
)

Description [src]

Returns the title of the column.

Available since: 3.0

Parameters

column

Type: PurpleNotifySearchColumn

The search column object.

The data is owned by the caller of the function.

Return value

Type: const char*

The title of the column.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.