libpurple/status.h

branch
sadrul.currentmedia
changeset 21201
493e5846c38d
parent 21193
e918a1846d03
child 21453
a90cf329cd48
equal deleted inserted replaced
21200:b4e6f7064525 21201:493e5846c38d
92 } PurplePresenceContext; 92 } PurplePresenceContext;
93 93
94 /** 94 /**
95 * A primitive defining the basic structure of a status type. 95 * A primitive defining the basic structure of a status type.
96 */ 96 */
97 /*
98 * If you add a value to this enum, make sure you update
99 * the status_primitive_map array in status.c.
100 */
97 typedef enum 101 typedef enum
98 { 102 {
99 PURPLE_STATUS_UNSET = 0, 103 PURPLE_STATUS_UNSET = 0,
100 PURPLE_STATUS_OFFLINE, 104 PURPLE_STATUS_OFFLINE,
101 PURPLE_STATUS_AVAILABLE, 105 PURPLE_STATUS_AVAILABLE,

mercurial