comparison libpurple/media.h @ 26658:e7d97b350800

Add @since on purple_media_transmitter_exists
author Paul Aurich <paul@darkrain42.org>
date Sat, 18 Apr 2009 17:51:55 +0000
parents 538b4175fd24
children 3912f55a1633
comparison
equal deleted inserted replaced
26657:91b70522776e 26658:e7d97b350800
683 * Returns whether or not a specific transmitter type is present. 683 * Returns whether or not a specific transmitter type is present.
684 * 684 *
685 * @param transmitter The name of the transmitter. 685 * @param transmitter The name of the transmitter.
686 * 686 *
687 * @return TRUE if it is present, FALSE otherwise. 687 * @return TRUE if it is present, FALSE otherwise.
688 *
689 * @since 2.6.0
688 */ 690 */
689 gboolean purple_media_transmitter_exists(const gchar *transmitter); 691 gboolean purple_media_transmitter_exists(const gchar *transmitter);
690 692
691 #ifdef __cplusplus 693 #ifdef __cplusplus
692 } 694 }