summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2016-08-28 17:26:22 -0500
committerGary Kramlich <grim@reaperworld.com>2016-08-28 17:26:22 -0500
commit07537c3418283ef9cd0cc2c2f5a3e87daf730e13 (patch)
treeceac8ff1c405eeb555debb89551326e010db5eb3
parentd3718ea9605e94f46c3856d1b243e96bb5c1811d (diff)
downloadpidgin-07537c3418283ef9cd0cc2c2f5a3e87daf730e13.tar.gz
doc fixes for sound.h
-rw-r--r--libpurple/sound.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libpurple/sound.h b/libpurple/sound.h
index 2145ad2790..ffda215450 100644
--- a/libpurple/sound.h
+++ b/libpurple/sound.h
@@ -90,6 +90,12 @@ typedef enum
/**
* PurpleSoundUiOps:
+ * @init: Called when the UI should initialize sound
+ * @uninit: Called when the UI should teardown sound
+ * @play_file: Called when a file should be played.
+ * <sbr/>@filename: The filename to play
+ * @play_event: Called when a sound event should be played.
+ * <sbr/>@event: The #@PurpleSoundEventID to play
*
* Operations used by the core to request that particular sound files, or the
* sound associated with a particular event, should be played.