| 512 * the file could not be opened, there was no loader |
512 * the file could not be opened, there was no loader |
| 513 * for the file's format, there was not enough memory |
513 * for the file's format, there was not enough memory |
| 514 * to allocate the image buffer, or the image file |
514 * to allocate the image buffer, or the image file |
| 515 * contained invalid data. |
515 * contained invalid data. |
| 516 */ |
516 */ |
| 517 GdkPixbuf *pidgin_create_prpl_icon(PurpleAccount *account, PidginPrplIconSize size); |
517 GdkPixbuf *pidgin_create_protocol_icon(PurpleAccount *account, PidginPrplIconSize size); |
| 518 |
518 |
| 519 /** |
519 /** |
| 520 * Creates a status icon for a given primitve |
520 * Creates a status icon for a given primitve |
| 521 * |
521 * |
| 522 * @param primitive The status primitive |
522 * @param primitive The status primitive |