Zeitgeist.RemoteRegistry¶
- Implementations:
None
Methods¶
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
|
|
|
|
|
|
|
Properties¶
None
Signals¶
Name |
Short Description |
|---|---|
Fields¶
None
Class Details¶
- class Zeitgeist.RemoteRegistry¶
- Bases:
- Structure:
- get_data_source_from_id(unique_id, cancellable, _callback_, *_callback__target)¶
- Parameters:
unique_id (
str) –cancellable (
Gio.CancellableorNone) –_callback_ (
Gio.AsyncReadyCallbackorNone) –
- get_data_source_from_id_finish(_res_)¶
- Parameters:
_res_ (
Gio.AsyncResult) –- Raises:
- Return type:
- get_data_sources(cancellable, _callback_, *_callback__target)¶
- Parameters:
cancellable (
Gio.CancellableorNone) –_callback_ (
Gio.AsyncReadyCallbackorNone) –
- get_data_sources_finish(_res_)¶
- Parameters:
_res_ (
Gio.AsyncResult) –- Raises:
- Return type:
- register_data_source_finish(_res_)¶
- Parameters:
_res_ (
Gio.AsyncResult) –- Raises:
- Return type:
- set_data_source_enabled(unique_id, enabled, cancellable, _callback_, *_callback__target)¶
- Parameters:
unique_id (
str) –enabled (
bool) –cancellable (
Gio.CancellableorNone) –_callback_ (
Gio.AsyncReadyCallbackorNone) –
- set_data_source_enabled_finish(_res_)¶
- Parameters:
_res_ (
Gio.AsyncResult) –- Raises:
- do_get_data_source_from_id(unique_id, cancellable, _callback_, _callback__target) virtual¶
- Parameters:
unique_id (
str) –cancellable (
Gio.CancellableorNone) –_callback_ (
Gio.AsyncReadyCallbackorNone) –
- do_get_data_source_from_id_finish(_res_) virtual¶
- Parameters:
_res_ (
Gio.AsyncResult) –- Return type:
- do_get_data_sources(cancellable, _callback_, _callback__target) virtual¶
- Parameters:
cancellable (
Gio.CancellableorNone) –_callback_ (
Gio.AsyncReadyCallbackorNone) –
- do_get_data_sources_finish(_res_) virtual¶
- Parameters:
_res_ (
Gio.AsyncResult) –- Return type:
- do_register_data_source_finish(_res_) virtual¶
- Parameters:
_res_ (
Gio.AsyncResult) –- Return type:
- do_set_data_source_enabled(unique_id, enabled, cancellable, _callback_, _callback__target) virtual¶
- Parameters:
unique_id (
str) –enabled (
bool) –cancellable (
Gio.CancellableorNone) –_callback_ (
Gio.AsyncReadyCallbackorNone) –
- do_set_data_source_enabled_finish(_res_) virtual¶
- Parameters:
_res_ (
Gio.AsyncResult) –
Signal Details¶
- Zeitgeist.RemoteRegistry.signals.data_source_disconnected(remote_registry, data_source)¶
- Signal Name:
data-source-disconnected- Flags:
- Parameters:
remote_registry (
Zeitgeist.RemoteRegistry) – The object which received the signaldata_source (
GLib.Variant) –
- Zeitgeist.RemoteRegistry.signals.data_source_enabled(remote_registry, unique_id, enabled)¶
- Signal Name:
data-source-enabled- Flags:
- Parameters:
remote_registry (
Zeitgeist.RemoteRegistry) – The object which received the signalunique_id (
str) –enabled (
bool) –
- Zeitgeist.RemoteRegistry.signals.data_source_registered(remote_registry, data_source)¶
- Signal Name:
data-source-registered- Flags:
- Parameters:
remote_registry (
Zeitgeist.RemoteRegistry) – The object which received the signaldata_source (
GLib.Variant) –