comparison libpurple/sound.h @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents 98520ee78f12
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
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. */
70 void (*_purple_reserved2)(void); 70 void (*_purple_reserved2)(void);
71 void (*_purple_reserved3)(void); 71 void (*_purple_reserved3)(void);
72 void (*_purple_reserved4)(void); 72 void (*_purple_reserved4)(void);
73 } PurpleSoundUiOps; 73 } PurpleSoundUiOps;
74 74
75 #ifdef __cplusplus 75 G_BEGIN_DECLS
76 extern "C" {
77 #endif
78 76
79 /**************************************************************************/ 77 /**************************************************************************/
80 /** @name Sound API */ 78 /** @name Sound API */
81 /**************************************************************************/ 79 /**************************************************************************/
82 /*@{*/ 80 /*@{*/
134 */ 132 */
135 void *purple_sounds_get_handle(void); 133 void *purple_sounds_get_handle(void);
136 134
137 /*@}*/ 135 /*@}*/
138 136
139 #ifdef __cplusplus 137 G_END_DECLS
140 }
141 #endif
142 138
143 #endif /* _PURPLE_SOUND_H_ */ 139 #endif /* _PURPLE_SOUND_H_ */