qulogic/pidgin

Fix GIntrospection annotations on the Sound API

2015-11-27, Jorge VillaseƱor
60b8311c4c2e
Parents b510a2c43981
Children 11138a33d498
Fix GIntrospection annotations on the Sound API

Add nullable annotation to a couple of identified by GIntrospection.
--- 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.