Mercurial > pidgin
changeset 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 | 09697d94160f |
children | 3f92fd48d19a |
files | libpurple/sound.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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);