Function
Purplenotify_searchresults_button_add_labeled
Declaration [src]
void
purple_notify_searchresults_button_add_labeled (
PurpleNotifySearchResults* results,
const char* label,
PurpleNotifySearchResultsCallback cb
)
Description [src]
Adds a plain labelled button that will be displayed in the search results dialog.
This function is not directly available to language bindings |
Parameters
results |
PurpleNotifySearchResults |
The search results object. |
|
The data is owned by the caller of the function. | |
label |
const char* |
The label to display. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
cb |
PurpleNotifySearchResultsCallback |
Function that will be called on the click event. |