Interface Account.Interface.Avatar

Interface Index (Compact) | Summary | Description | Signals | Properties | Types

Signals

AvatarChanged ()

Properties

Avatar (ays) (Avatar) Read/Write

Types

Avatar Struct (ays)
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:

The avatar could have been a property on the core Account interface, but was moved to a separate interface because it is likely to be large. This means that clients can safely use GetAll to get properties on the core Account interface without flooding the session bus with large images.

Signals

(Permalink)

AvatarChanged ()

Emitted when the Avatar property changes.
Rationale:
The avatar itself is deliberately not included in this signal, to reduce bus traffic in the (likely common) case where no running application cares about the user's own avatar.

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.
Rationale:
This corresponds to NMC 4.x mc_account_get_avatar.

Types

Struct (Permalink)

Avatar — (ays)

A struct containing avatar data marked with its MIME type.

  • Avatar_Data — ay
  • MIME_Type — s