Function

Purplenotify_searchresults_column_new

since: 2.0

Declaration [src]

PurpleNotifySearchColumn*
purple_notify_searchresults_column_new (
  const char* title
)

Description [src]

Returns a newly created search result column object. The column defaults to being visible.

Available since: 2.0

This function is not directly available to language bindings.

Parameters

title

Type: const char*

Title of the column. NOTE: Title will get g_strdup()ed.

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

Return value

Type: PurpleNotifySearchColumn

The new search column object.

The caller of the function takes ownership of the data, and is responsible for freeing it.