Zeitgeist.RemoteSimpleIndexer

g GObject.GInterface GObject.GInterface Zeitgeist.RemoteSimpleIndexer Zeitgeist.RemoteSimpleIndexer GObject.GInterface->Zeitgeist.RemoteSimpleIndexer

Implementations:

None

Methods

search (query_string, time_range, filter_templates, offset, count, result_type, cancellable, _callback_, *_callback__target)

search_finish (_res_)

search_with_relevancies (query_string, time_range, filter_templates, storage_state, offset, count, result_type, cancellable, _callback_, *_callback__target)

search_with_relevancies_finish (_res_)

Virtual Methods

do_search (query_string, time_range, filter_templates, offset, count, result_type, cancellable, _callback_, _callback__target)

do_search_finish (_res_)

do_search_with_relevancies (query_string, time_range, filter_templates, storage_state, offset, count, result_type, cancellable, _callback_, _callback__target)

do_search_with_relevancies_finish (_res_)

Properties

None

Signals

None

Fields

None

Class Details

class Zeitgeist.RemoteSimpleIndexer
Bases:

GObject.GInterface

Structure:

Zeitgeist.RemoteSimpleIndexerIface

search(query_string, time_range, filter_templates, offset, count, result_type, cancellable, _callback_, *_callback__target)
Parameters:
search_finish(_res_)
Parameters:

_res_ (Gio.AsyncResult) –

Raises:

GLib.Error

Return type:

(events: GLib.Variant, matches: int)

search_with_relevancies(query_string, time_range, filter_templates, storage_state, offset, count, result_type, cancellable, _callback_, *_callback__target)
Parameters:
search_with_relevancies_finish(_res_)
Parameters:

_res_ (Gio.AsyncResult) –

Raises:

GLib.Error

Return type:

(events: GLib.Variant, relevancies: [float], matches: int)

Parameters:
do_search_finish(_res_) virtual
Parameters:

_res_ (Gio.AsyncResult) –

Return type:

(events: GLib.Variant, matches: int)

do_search_with_relevancies(query_string, time_range, filter_templates, storage_state, offset, count, result_type, cancellable, _callback_, _callback__target) virtual
Parameters:
do_search_with_relevancies_finish(_res_) virtual
Parameters:

_res_ (Gio.AsyncResult) –

Return type:

(events: GLib.Variant, relevancies: [float], matches: int)