comparison libpurple/sound.h @ 23370:855ae4ef2da3

add some trivial documentation to PurpleSoundUiOps
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 15 Jun 2008 12:53:59 +0000
parents f296be2a1039
children 22b8a92fb5ee
comparison
equal deleted inserted replaced
23369:09697d94160f 23370:855ae4ef2da3
53 PURPLE_SOUND_CHAT_NICK, /**< Someone says your name in a chat. */ 53 PURPLE_SOUND_CHAT_NICK, /**< Someone says your name in a chat. */
54 PURPLE_NUM_SOUNDS /**< Total number of sounds. */ 54 PURPLE_NUM_SOUNDS /**< Total number of sounds. */
55 55
56 } PurpleSoundEventID; 56 } PurpleSoundEventID;
57 57
58 /** Operations used by the core to request that particular sound files, or the
59 * sound associated with a particular event, should be played.
60 */
58 typedef struct _PurpleSoundUiOps 61 typedef struct _PurpleSoundUiOps
59 { 62 {
60 void (*init)(void); 63 void (*init)(void);
61 void (*uninit)(void); 64 void (*uninit)(void);
62 void (*play_file)(const char *filename); 65 void (*play_file)(const char *filename);