org.gnome.OnlineAccounts.OnlineAccount

org.gnome.OnlineAccounts.OnlineAccount — OnlineAccount interface

Methods

GetPassword   (out 's' password)
GetObjectPath (out 'o' object_path)
GetType       (out 's' type)
GetEnabled    (out 'b' enabled)
GetUsername   (out 's' username)

Signals

Changed ()

Implemented Interfaces

Objects implementing org.gnome.OnlineAccounts.OnlineAccount also implements org.freedesktop.DBus.Introspectable, org.freedesktop.DBus.Properties

Description

An object representing an individual online account. This object can be created with OnlineAccounts::GetOrCreateAccount() and changed with OnlineAccounts::SaveAccountChanges().

Details

GetPassword ()

GetPassword (out 's' password)

password:

Returns an account password.

GetObjectPath ()

GetObjectPath (out 'o' object_path)

object_path:

Returns a DBus object path for the account object.

GetType ()

GetType (out 's' type)

type:

Returns a short name for the account type.

GetEnabled ()

GetEnabled (out 'b' enabled)

enabled:

Returns account's enabled status.

GetUsername ()

GetUsername (out 's' username)

username:

Returns an account username.

Signal Details

The Changed signal

Changed ()

A signal emitted when an account object has changed.