Function

Purplenotify_searchresults_row_add

since: 2.0

Declaration [src]

void
purple_notify_searchresults_row_add (
  PurpleNotifySearchResults* results,
  GList* row
)

Description [src]

Adds a new row of the results to the search results object.

Available since: 2.0

Parameters

results

Type: PurpleNotifySearchResults

The search results object.

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

Type: A list of utf8

The row of the results.

The called function takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.