comparison libpurple/sound.h @ 31922:5876584828e8

Please correct me if I'm wrong, but I don't think we gain anything from declaring _PurpleBlah versions of enums if we do a typedef at the same time. I don't think it's necessary. Fixes #4475
author Mark Doliner <mark@kingant.net>
date Mon, 22 Aug 2011 07:20:49 +0000
parents c783f9e66171
children 98520ee78f12
comparison
equal deleted inserted replaced
31921:4f2d99bcb195 31922:5876584828e8
36 36
37 /** 37 /**
38 * A type of sound. 38 * A type of sound.
39 */ 39 */
40 40
41 typedef enum _PurpleSoundEventID 41 typedef enum
42 { 42 {
43 PURPLE_SOUND_BUDDY_ARRIVE = 0, /**< Buddy signs on. */ 43 PURPLE_SOUND_BUDDY_ARRIVE = 0, /**< Buddy signs on. */
44 PURPLE_SOUND_BUDDY_LEAVE, /**< Buddy signs off. */ 44 PURPLE_SOUND_BUDDY_LEAVE, /**< Buddy signs off. */
45 PURPLE_SOUND_RECEIVE, /**< Receive an IM. */ 45 PURPLE_SOUND_RECEIVE, /**< Receive an IM. */
46 PURPLE_SOUND_FIRST_RECEIVE, /**< Receive an IM that starts a conv. */ 46 PURPLE_SOUND_FIRST_RECEIVE, /**< Receive an IM that starts a conv. */