Function
Purplenotify_searchresults_row_add
Declaration [src]
void
purple_notify_searchresults_row_add (
PurpleNotifySearchResults* results,
GList* row
)
Parameters
results |
PurpleNotifySearchResults |
The search results object. |
|
The data is owned by the caller of the function. | |
row |
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. |