Function

Purplenotify_searchresults_new_rows

since: 2.0

Declaration [src]

void
purple_notify_searchresults_new_rows (
  PurpleConnection* gc,
  PurpleNotifySearchResults* results,
  void* data
)

Description [src]

Replace old rows with the new. Reuse an existing window.

Available since: 2.0

Parameters

gc

Type: PurpleConnection

The PurpleConnection structure.

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

Type: PurpleNotifySearchResults

The PurpleNotifySearchResults structure.

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

Type: void*

Data returned by the purple_notify_searchresults().

The argument can be NULL.
The data is owned by the caller of the function.