| 
    pidgin 2.15.0dev
    
   | 
 
A description of a Buddy Icon specification. More...
#include <prpl.h>
Data Fields | |
| char * | format | 
This is a comma-delimited list of image formats or NULL if icons are not supported.   | |
| int | min_width | 
| Minimum width of this icon  | |
| int | min_height | 
| Minimum height of this icon.   | |
| int | max_width | 
| Maximum width of this icon  | |
| int | max_height | 
| Maximum height of this icon.   | |
| size_t | max_filesize | 
| Maximum size in bytes.   | |
| PurpleIconScaleRules | scale_rules | 
| How to stretch this icon.   | |
A description of a Buddy Icon specification.
This tells Purple what kind of image file it should give this prpl, and what kind of image file it should expect back. Dimensions less than 1 should be ignored and the image not scaled.
| char* _PurpleBuddyIconSpec::format | 
| size_t _PurpleBuddyIconSpec::max_filesize | 
| int _PurpleBuddyIconSpec::max_height | 
| int _PurpleBuddyIconSpec::max_width | 
| int _PurpleBuddyIconSpec::min_height | 
| int _PurpleBuddyIconSpec::min_width | 
| PurpleIconScaleRules _PurpleBuddyIconSpec::scale_rules |