--- 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.