Zeitgeist.RemoteSimpleIndexer¶
- Implementations:
None
Methods¶
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Zeitgeist.RemoteSimpleIndexer¶
- Bases:
- Structure:
- search(query_string, time_range, filter_templates, offset, count, result_type, cancellable, _callback_, *_callback__target)¶
- Parameters:
query_string (
str
) –time_range (
GLib.Variant
) –filter_templates (
GLib.Variant
) –offset (
int
) –count (
int
) –result_type (
int
) –cancellable (
Gio.Cancellable
orNone
) –_callback_ (
Gio.AsyncReadyCallback
orNone
) –
- search_finish(_res_)¶
- Parameters:
_res_ (
Gio.AsyncResult
) –- Raises:
- 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:
query_string (
str
) –time_range (
GLib.Variant
) –filter_templates (
GLib.Variant
) –storage_state (
int
) –offset (
int
) –count (
int
) –result_type (
int
) –cancellable (
Gio.Cancellable
orNone
) –_callback_ (
Gio.AsyncReadyCallback
orNone
) –
- search_with_relevancies_finish(_res_)¶
- Parameters:
_res_ (
Gio.AsyncResult
) –- Raises:
- Return type:
(events:
GLib.Variant
, relevancies: [float
], matches:int
)
- do_search(query_string, time_range, filter_templates, offset, count, result_type, cancellable, _callback_, _callback__target) virtual¶
- Parameters:
query_string (
str
) –time_range (
GLib.Variant
) –filter_templates (
GLib.Variant
) –offset (
int
) –count (
int
) –result_type (
int
) –cancellable (
Gio.Cancellable
orNone
) –_callback_ (
Gio.AsyncReadyCallback
orNone
) –
- 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:
query_string (
str
) –time_range (
GLib.Variant
) –filter_templates (
GLib.Variant
) –storage_state (
int
) –offset (
int
) –count (
int
) –result_type (
int
) –cancellable (
Gio.Cancellable
orNone
) –_callback_ (
Gio.AsyncReadyCallback
orNone
) –
- do_search_with_relevancies_finish(_res_) virtual¶
- Parameters:
_res_ (
Gio.AsyncResult
) –- Return type:
(events:
GLib.Variant
, relevancies: [float
], matches:int
)