# HG changeset patch # User Will Thompson # Date 1213534439 0 # Node ID 855ae4ef2da3207451bdab9dbc2cb4c9a995bdb1 # Parent 09697d94160f3bcf8b8f5d22506d65abe715a5e9 add some trivial documentation to PurpleSoundUiOps diff -r 09697d94160f -r 855ae4ef2da3 libpurple/sound.h --- 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);