Struct

GrlSourceSearchSpec

Description [src]

struct GrlSourceSearchSpec {
  GrlSource* source;
  guint operation_id;
  gchar* text;
  GList* keys;
  GrlOperationOptions* options;
  GrlSourceResultCb callback;
  gpointer user_data;
}

Data transport structure used internally by the plugins which support search vmethod.

Structure members
source

A source.

operation_id

Operation identifier.

text

The text to search.

keys

The GList of GrlKeyIDs to request.

options

Options wanted for that operation.

callback

The user defined callback.

user_data

The user data to pass in the callback.