Function

Purplenotify_searchresults_column_add

since: 2.0

Declaration [src]

void
purple_notify_searchresults_column_add (
  PurpleNotifySearchResults* results,
  PurpleNotifySearchColumn* column
)

Description [src]

Adds a new column to the search result object.

Available since: 2.0

Parameters

results

Type: PurpleNotifySearchResults

The result object to which the column will be added.

The data is owned by the caller of the function.
column

Type: PurpleNotifySearchColumn

The column that will be added to the result object.

The data is owned by the caller of the function.