--- a/libpurple/media.h Sat Apr 04 05:50:34 2009 +0000 +++ b/libpurple/media.h Sat Apr 04 06:15:58 2009 +0000 @@ -597,6 +597,15 @@ */ void purple_media_remove_output_windows(PurpleMedia *media); +/** + * Returns whether or not a specific transmitter type is present. + * + * @param transmitter The name of the transmitter. + * + * @return TRUE if it is present, FALSE otherwise. + */ +gboolean purple_media_transmitter_exists(const gchar *transmitter); + #ifdef __cplusplus } #endif