_PurpleBuddyIconSpec Struct Reference


Data Fields

char * format
 This is a comma-delimited list of image formats or NULL if icons are not supported.
size_t max_filesize
 The maximum number of bytes.
int max_height
 The maximum height of this icon.
int max_width
 The maximum width of this icon.
int min_height
 The minimum height of this icon.
int min_width
 The minimum width of this icon.
PurpleIconScaleRules scale_rules
 How to stretch this icon.

Detailed Description

Definition at line 72 of file prpl.h.


Field Documentation

char* _PurpleBuddyIconSpec::format

This is a comma-delimited list of image formats or NULL if icons are not supported.

Neither the core nor the prpl will actually check to see if the data it's given matches this; it's entirely up to the UI to do what it wants

Definition at line 73 of file prpl.h.


The documentation for this struct was generated from the following file: