pidgin/pidgin

Port the debug symbol download to the inetc plugin
release-2.x.y
2021-04-25, Gary Kramlich
9cc9fac6dd3c
Port the debug symbol download to the inetc plugin

Testing Done:
This patch is built on top of the v2.14.3 tag so that it could properly be tested by running the installer.

Reviewed at https://reviews.imfreedom.org/r/627/
/** @page sound-signals Sound Signals
@signals
@signal playing-sound-event
@endsignals
@see sound.h
<hr>
@signaldef playing-sound-event
@signalproto
gboolean (*playing_sound_event)(PurpleSoundEventID event, PurpleAccount *account);
@endsignalproto
@signaldesc
Emitted when libpurple is going to play a sound event. This can be used to cancel playing sound by returning TRUE.
@param event The event this sound represents.
@param account The account the sound is being played for.
@return @c TRUE if the sound should not be played, or @c FALSE otherwise.
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et