Goa.Manager¶
- Implementations:
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
|
|
|
Properties¶
None
Signals¶
Name |
Short Description |
---|---|
Signal emitted when a remote caller is invoking the ‘AddAccount() [gdbus-method-org-gnome-OnlineAccounts-Manager.AddAccount]’ D-Bus method. |
|
Signal emitted when a remote caller is invoking the ‘IsSupportedProvider() [gdbus-method-org-gnome-OnlineAccounts-Manager.IsSupportedProvider]’ D-Bus method. |
Fields¶
None
Class Details¶
- class Goa.Manager¶
- Bases:
- Structure:
Abstract interface type for the D-Bus interface ‘org.gnome.OnlineAccounts.Manager [gdbus-interface-org-gnome-OnlineAccounts-Manager.top_of_page]’.
- classmethod interface_info()¶
- Returns:
A
Gio.DBusInterfaceInfo
. Do not free.- Return type:
Gets a machine-readable description of the ‘org.gnome.OnlineAccounts.Manager [gdbus-interface-org-gnome-OnlineAccounts-Manager.top_of_page]’ D-Bus interface.
- classmethod override_properties(klass, property_id_begin)¶
- Parameters:
klass (
GObject.ObjectClass
) – The class structure for aGObject.Object
derived class.property_id_begin (
int
) – The property id to assign to the first overridden property.
- Returns:
The last property id.
- Return type:
Overrides all
GObject.Object
properties in theGoa.Manager
interface for a concrete class. The properties are overridden in the order they are defined.
- call_add_account(arg_provider, arg_identity, arg_presentation_identity, arg_credentials, arg_details, cancellable, callback, *user_data)¶
- Parameters:
arg_provider (
str
) – Argument to pass with the method invocation.arg_identity (
str
) – Argument to pass with the method invocation.arg_presentation_identity (
str
) – Argument to pass with the method invocation.arg_credentials (
GLib.Variant
) – Argument to pass with the method invocation.arg_details (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘AddAccount() [gdbus-method-org-gnome-OnlineAccounts-Manager.AddAccount]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default
()). You can then callGoa.Manager.call_add_account_finish
() to get the result of the operation.See
Goa.Manager.call_add_account_sync
() for the synchronous, blocking version of this method.
- call_add_account_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toGoa.Manager.call_add_account
().- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_account_object_path:
Return location for return parameter or
None
to ignore.
- Return type:
Finishes an operation started with
Goa.Manager.call_add_account
().
- call_add_account_sync(arg_provider, arg_identity, arg_presentation_identity, arg_credentials, arg_details, cancellable)¶
- Parameters:
arg_provider (
str
) – Argument to pass with the method invocation.arg_identity (
str
) – Argument to pass with the method invocation.arg_presentation_identity (
str
) – Argument to pass with the method invocation.arg_credentials (
GLib.Variant
) – Argument to pass with the method invocation.arg_details (
GLib.Variant
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_account_object_path:
Return location for return parameter or
None
to ignore.
- Return type:
Synchronously invokes the ‘AddAccount() [gdbus-method-org-gnome-OnlineAccounts-Manager.AddAccount]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
Goa.Manager.call_add_account
() for the asynchronous version of this method.
- call_is_supported_provider(arg_provider_type, cancellable, callback, *user_data)¶
- Parameters:
arg_provider_type (
str
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.callback (
Gio.AsyncReadyCallback
orNone
) – AGio.AsyncReadyCallback
to call when the request is satisfied orNone
.
Asynchronously invokes the ‘IsSupportedProvider() [gdbus-method-org-gnome-OnlineAccounts-Manager.IsSupportedProvider]’ D-Bus method on self. When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see
GLib.MainContext.push_thread_default
()). You can then callGoa.Manager.call_is_supported_provider_finish
() to get the result of the operation.See
Goa.Manager.call_is_supported_provider_sync
() for the synchronous, blocking version of this method.
- call_is_supported_provider_finish(res)¶
- Parameters:
res (
Gio.AsyncResult
) – TheGio.AsyncResult
obtained from theGio.AsyncReadyCallback
passed toGoa.Manager.call_is_supported_provider
().- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_is_supported:
Return location for return parameter or
None
to ignore.
- Return type:
Finishes an operation started with
Goa.Manager.call_is_supported_provider
().
- call_is_supported_provider_sync(arg_provider_type, cancellable)¶
- Parameters:
arg_provider_type (
str
) – Argument to pass with the method invocation.cancellable (
Gio.Cancellable
orNone
) – AGio.Cancellable
orNone
.
- Raises:
- Returns:
True
if the call succeeded,False
if error is set.- out_is_supported:
Return location for return parameter or
None
to ignore.
- Return type:
Synchronously invokes the ‘IsSupportedProvider() [gdbus-method-org-gnome-OnlineAccounts-Manager.IsSupportedProvider]’ D-Bus method on self. The calling thread is blocked until a reply is received.
See
Goa.Manager.call_is_supported_provider
() for the asynchronous version of this method.
- complete_add_account(invocation, account_object_path)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.account_object_path (
str
) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the ‘AddAccount() [gdbus-method-org-gnome-OnlineAccounts-Manager.AddAccount]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- complete_is_supported_provider(invocation, is_supported)¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.is_supported (
bool
) – Parameter to return.
Helper function used in service implementations to finish handling invocations of the ‘IsSupportedProvider() [gdbus-method-org-gnome-OnlineAccounts-Manager.IsSupportedProvider]’ D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.
This method will free invocation, you cannot use it afterwards.
- do_handle_add_account(invocation, arg_provider, arg_identity, arg_presentation_identity, arg_credentials, arg_details) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_provider (
str
) –arg_identity (
str
) –arg_presentation_identity (
str
) –arg_credentials (
GLib.Variant
) –arg_details (
GLib.Variant
) –
- Return type:
Handler for the
Goa.Manager
::handle-add-account
signal.
- do_handle_is_supported_provider(invocation, arg_provider_type) virtual¶
- Parameters:
invocation (
Gio.DBusMethodInvocation
) –arg_provider_type (
str
) –
- Return type:
Handler for the
Goa.Manager
::handle-is-supported-provider
signal.
Signal Details¶
- Goa.Manager.signals.handle_add_account(manager, invocation, arg_provider, arg_identity, arg_presentation_identity, arg_credentials, arg_details)¶
- Signal Name:
handle-add-account
- Flags:
- Parameters:
manager (
Goa.Manager
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_provider (
str
) – Argument passed by remote caller.arg_identity (
str
) – Argument passed by remote caller.arg_presentation_identity (
str
) – Argument passed by remote caller.arg_credentials (
GLib.Variant
) – Argument passed by remote caller.arg_details (
GLib.Variant
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘AddAccount() [gdbus-method-org-gnome-OnlineAccounts-Manager.AddAccount]’ D-Bus method.
If a signal handler returns
True
, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callGoa.Manager.complete_add_account
() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHOD
error is returned.
- Goa.Manager.signals.handle_is_supported_provider(manager, invocation, arg_provider_type)¶
- Signal Name:
handle-is-supported-provider
- Flags:
- Parameters:
manager (
Goa.Manager
) – The object which received the signalinvocation (
Gio.DBusMethodInvocation
) – AGio.DBusMethodInvocation
.arg_provider_type (
str
) – Argument passed by remote caller.
- Returns:
Gio.DBUS_METHOD_INVOCATION_HANDLED
orTrue
if the invocation was handled,Gio.DBUS_METHOD_INVOCATION_UNHANDLED
orFalse
to let other signal handlers run.- Return type:
Signal emitted when a remote caller is invoking the ‘IsSupportedProvider() [gdbus-method-org-gnome-OnlineAccounts-Manager.IsSupportedProvider]’ D-Bus method.
If a signal handler returns
True
, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually callGoa.Manager.complete_is_supported_provider
() or e.g. g_dbus_method_invocation_return_error() on it) and no other signal handlers will run. If no signal handler handles the invocation, theGio.DBusError.UNKNOWN_METHOD
error is returned.