pidgin/gtkutils.h

branch
soc.2013.gobjectification.plugins
changeset 36545
23b59a16c808
parent 36544
1bf8b6ef5aea
child 36625
e6febbd8cbec
equal deleted inserted replaced
36544:1bf8b6ef5aea 36545:23b59a16c808
47 47
48 } PidginButtonStyle; 48 } PidginButtonStyle;
49 49
50 typedef enum 50 typedef enum
51 { 51 {
52 PIDGIN_PRPL_ICON_SMALL, 52 PIDGIN_PROTOCOL_ICON_SMALL,
53 PIDGIN_PRPL_ICON_MEDIUM, 53 PIDGIN_PROTOCOL_ICON_MEDIUM,
54 PIDGIN_PRPL_ICON_LARGE 54 PIDGIN_PROTOCOL_ICON_LARGE
55 } PidginPrplIconSize; 55 } PidginPrplIconSize;
56 56
57 #ifndef _WIN32 57 #ifndef _WIN32
58 typedef enum 58 typedef enum
59 { 59 {
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

mercurial