Struct

PurpleNotifySearchButton

Description [src]

struct PurpleNotifySearchButton {
  PurpleNotifySearchButtonType type;
  PurpleNotifySearchResultsCallback callback;
  char* label;
}

Definition of a button.

Structure members
type

The type of search button that will be used.

callback

Function to be called when clicked.

label

Only for PURPLE_NOTIFY_BUTTON_LABELED.