comparison libpurple/status.h @ 23461:d756a0477c06

propagate from branch 'im.pidgin.pidgin' (head e1c49c9ec5c6869ed9813feccd8ee41d2ca40f35) to branch 'im.pidgin.pidgin.khc.msnp15' (head cee4156a103d7f7b90a8d4e3a3ebf10950baf0aa)
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 14 May 2008 04:38:26 +0000
parents 21f1acb9090f
children 9216da5184a2 11cb7f2bb6e8
comparison
equal deleted inserted replaced
23460:a1652ea8f252 23461:d756a0477c06
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 /* 97 /*
98 * If you add a value to this enum, make sure you update 98 * If you add a value to this enum, make sure you update
99 * the status_primitive_map array in status.c. 99 * the status_primitive_map array in status.c and the special-cases for idle
100 * and offline-messagable just below it.
100 */ 101 */
101 typedef enum 102 typedef enum
102 { 103 {
103 PURPLE_STATUS_UNSET = 0, 104 PURPLE_STATUS_UNSET = 0,
104 PURPLE_STATUS_OFFLINE, 105 PURPLE_STATUS_OFFLINE,
108 PURPLE_STATUS_AWAY, 109 PURPLE_STATUS_AWAY,
109 PURPLE_STATUS_EXTENDED_AWAY, 110 PURPLE_STATUS_EXTENDED_AWAY,
110 PURPLE_STATUS_MOBILE, 111 PURPLE_STATUS_MOBILE,
111 PURPLE_STATUS_TUNE, 112 PURPLE_STATUS_TUNE,
112 PURPLE_STATUS_NUM_PRIMITIVES 113 PURPLE_STATUS_NUM_PRIMITIVES
113
114 } PurpleStatusPrimitive; 114 } PurpleStatusPrimitive;
115 115
116 #include "account.h" 116 #include "account.h"
117 #include "blist.h" 117 #include "blist.h"
118 #include "conversation.h" 118 #include "conversation.h"