Struct

PurpleNotifySearchResults

Description [src]

struct PurpleNotifySearchResults {
  GList* columns;
  GList* rows;
  GList* buttons;
}

Search results object.

Structure members
columns

List of the search column objects.

rows

List of rows in the result.

buttons

List of buttons to display.