Added in 0.17.6.
Objects implementing this interface must also implement:
Description
This interface extends the core Account interface to provide a user-settable avatar image.
Rationale:
Properties
Accessed using the org.freedesktop.DBus.Properties
interface.
(Permalink)
Avatar — (ays) (Avatar)
Read/Write
The avatar to set on this account for display to other contacts,
represented as a structure containing the bytes of the avatar,
and the MIME type as a string; may be set to an empty byte-array and
an empty string to indicate no avatar. When the account becomes
connected, the account manager SHOULD set this avatar using SetAvatar
if appropriate.
Types
Struct (Permalink)
Avatar — (ays)
A struct containing avatar data marked with its MIME type.
- Avatar_Data — ay
- MIME_Type — s