libpurple/sound.h

changeset 37400
60b8311c4c2e
parent 37399
b510a2c43981
child 38022
eb49f207dae7
--- a/libpurple/sound.h	Mon Nov 30 20:49:30 2015 -0800
+++ b/libpurple/sound.h	Fri Nov 27 00:22:59 2015 -0800
@@ -124,7 +124,7 @@
 /**
  * purple_sound_play_file:
  * @filename: The file to play.
- * @account: The account that this sound is associated with, or
+ * @account: (nullable): The account that this sound is associated with, or
  *        NULL if the sound is not associated with any specific
  *        account.  This is needed for the "sounds while away?"
  *        preference to work correctly.
@@ -136,7 +136,7 @@
 /**
  * purple_sound_play_event:
  * @event: The event.
- * @account: The account that this sound is associated with, or
+ * @account: (nullable): The account that this sound is associated with, or
  *        NULL if the sound is not associated with any specific
  *        account.  This is needed for the "sounds while away?"
  *        preference to work correctly.

mercurial