--- a/libpurple/sound.h Sat Feb 15 17:19:34 2014 +0530 +++ b/libpurple/sound.h Sat Feb 15 22:10:38 2014 +0530 @@ -31,6 +31,8 @@ #include "account.h" +#define PURPLE_TYPE_SOUND_UI_OPS (purple_sound_ui_ops_get_type()) + /**************************************************************************/ /** Data Structures */ /**************************************************************************/ @@ -100,6 +102,13 @@ /**************************************************************************/ /** + * purple_sound_ui_ops_get_type: + * + * Returns: The #GType for the #PurpleSoundUiOps boxed structure. + */ +GType purple_sound_ui_ops_get_type(void); + +/** * purple_sound_play_file: * @filename: The file to play. * @account: The account that this sound is associated with, or