libpurple/media.h

branch
cpw.darkrain42.xmpp.bosh
changeset 26666
4c95bdba5627
parent 26638
064f8329214e
child 26670
eff9e75069e8
child 26675
0451fd01c1c8
--- 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

mercurial