WARNING:
This interface is outrageous and is likely to cause havoc
to your API/ABI if bindings are generated. Do not include this interface
in libraries that care about compatibility.
Added in 0.21.10. (draft 1)
Description
An interface for flagging certain accounts as hidden, so that they do
not appear in the account manager's standard lists of accounts.
Accounts whose Hidden property is
True
are intended for non-interactive use (by
non-user-visible services), and appear on the AccountManager.Interface.Hidden.DRAFT1
interface; in all other respects, they behave like any other
account.
Rationale:
Properties
Accessed using the org.freedesktop.DBus.Properties
interface.
(Permalink)
Hidden — b
Read only
This property is
immutable which means that it can never
change.
If True
, this account is intended for non-interactive
use, and thus should not be presented to the user. It will not appear
in properties and signals on the main AccountManager interface; instead, it
will show up on AccountManager.Interface.Hidden.DRAFT1.