Properties
SupportedAvatarMIMETypes | as | Read only | |
MinimumAvatarHeight | u | Read only | |
MinimumAvatarWidth | u | Read only | |
RecommendedAvatarHeight | u | Read only | |
RecommendedAvatarWidth | u | Read only | |
MaximumAvatarHeight | u | Read only | |
MaximumAvatarWidth | u | Read only | |
MaximumAvatarBytes | u | Read only |
WARNING:
This interface is experimental 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.19.8.
(draft 1)
Objects implementing this interface must also implement:
Description
An interface for protocols where it might be possible to set the user's avatar, and the expected size limits and supported MIME types are known before connecting.
Rationale:
Each property on this interface SHOULD be cached in the
.manager
file, using a key of the same name as the
property in the [Protocol proto]
group. All properties are encoded in ASCII decimal in the obvious
way, except for
SupportedAvatarMIMETypes which is
encoded as a sequence of strings each followed by a semicolon
(as for the "localestrings" type in the Desktop Entry
Specification).
For instance, an XMPP connection manager might have this
.manager
file:
[Protocol jabber] Interfaces=org.freedesktop.Telepathy.Protocol.Interface.Avatars; param-account=s required param-password=s required SupportedAvatarMIMETypes=image/png;image/jpeg;image/gif; MinimumAvatarHeight=32 RecommendedAvatarHeight=64 MaximumAvatarHeight=96 MinimumAvatarWidth=32 RecommendedAvatarWidth=64 MaximumAvatarWidth=96 MaximumAvatarBytes=8192
Properties
Accessed using the org.freedesktop.DBus.Properties interface.
(Permalink)
SupportedAvatarMIMETypes — as
Read only
The expected value of the Connection.Interface.Avatars.SupportedAvatarMIMETypes
property on connections to this protocol.
(Permalink)
MinimumAvatarHeight — u
Read only
The expected value of the Connection.Interface.Avatars.MinimumAvatarHeight
property on connections to this protocol.
(Permalink)
MinimumAvatarWidth — u
Read only
The expected value of the Connection.Interface.Avatars.MinimumAvatarWidth
property on connections to this protocol.
(Permalink)
RecommendedAvatarHeight — u
Read only
The expected value of the Connection.Interface.Avatars.RecommendedAvatarHeight
property on connections to this protocol.
(Permalink)
RecommendedAvatarWidth — u
Read only
The expected value of the Connection.Interface.Avatars.RecommendedAvatarWidth
property on connections to this protocol.
(Permalink)
MaximumAvatarHeight — u
Read only
The expected value of the Connection.Interface.Avatars.MaximumAvatarHeight
property on connections to this protocol.
(Permalink)
MaximumAvatarWidth — u
Read only
The expected value of the Connection.Interface.Avatars.MaximumAvatarWidth
property on connections to this protocol.
(Permalink)
MaximumAvatarBytes — u
Read only
The expected value of the Connection.Interface.Avatars.MaximumAvatarBytes
property on connections to this protocol.