diff 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
line wrap: on
line diff
--- a/libpurple/sound.h	Sun Jun 15 12:53:16 2008 +0000
+++ b/libpurple/sound.h	Sun Jun 15 12:53:59 2008 +0000
@@ -55,6 +55,9 @@
 
 } PurpleSoundEventID;
 
+/** Operations used by the core to request that particular sound files, or the
+ *  sound associated with a particular event, should be played.
+ */
 typedef struct _PurpleSoundUiOps
 {
 	void (*init)(void);