AvatarFormat
Object Hierarchy:
Description:
[
CCode ( type_id =
"osinfo_avatar_format_get_type ()" ) ]
public class AvatarFormat :
Entity
Content:
Properties:
- public bool alpha { get; }
Whether alpha channel is supported in the avatar.
- public int height { get; }
The required height (in pixels) of the avatar.
- public List<unowned string> mime_types { owned get; }
The allowed mime-types for the avatar.
- public int width { get; }
The required width (in pixels) of the avatar.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Osinfo.Entity
All known members inherited from class GLib.Object