comparison libpurple/status.h @ 20644:55b11740897c

Add PURPLE_STATUS_TUNE to status_primitive_map so that it has a name
author Mark Doliner <mark@kingant.net>
date Wed, 26 Sep 2007 06:54:16 +0000
parents 5913725cbcd6
children 6de09629f091
comparison
equal deleted inserted replaced
20643:cb7d809867ac 20644:55b11740897c
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,