Function

PurpleNotifySearchResultsCallback

Declaration

void
(* PurpleNotifySearchResultsCallback) (
  PurpleConnection* c,
  GList* row,
  gpointer user_data
)

Description [src]

Callback for a button in a search result.

This function is not directly available to language bindings.

Parameters

c

Type: PurpleConnection

The PurpleConnection passed to purple_notify_searchresults.

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

Type: A list of gpointer

The contents of the selected row.

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

Type: gpointer

User defined data.

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