#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 |
The minimum width of this icon. | |
int | min_height |
The minimum height of this icon. | |
int | max_width |
The maximum width of this icon. | |
int | max_height |
The maximum height of this icon. | |
GaimIconScaleRules | scale_rules |
How to stretch this icon. |
This tells Gaim 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.
This is a comma-delimited list of image formats or NULL if icons are not supported.
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