#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. |
Definition at line 77 of file prpl.h.
|
This is a comma-delimited list of image formats or 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 |