comparison libpurple/prpl.h @ 29712:d5fe33c3a765

propagate from branch 'im.pidgin.pidgin' (head 42a8485e73af5f2091d307b51c09dded94eceb24) to branch 'im.pidgin.pidgin.next.minor' (head 4edcf8da14be654127117da5af0cbdd7a0616439)
author John Bailey <rekkanoryo@rekkanoryo.org>
date Tue, 17 Nov 2009 07:33:47 +0000
parents 4f14b03a9d50
children 45a94940c122
comparison
equal deleted inserted replaced
28963:546e870dc506 29712:d5fe33c3a765
813 */ 813 */
814 gboolean purple_prpl_initiate_media(PurpleAccount *account, 814 gboolean purple_prpl_initiate_media(PurpleAccount *account,
815 const char *who, 815 const char *who,
816 PurpleMediaSessionType type); 816 PurpleMediaSessionType type);
817 817
818 /**
819 * Signals that the prpl received capabilities for the given contact.
820 *
821 * This function is intended to be used only by prpls.
822 *
823 * @param account The account the user is on.
824 * @param who The name of the contact for which capabilities have been received.
825 * @since 2.7.0
826 */
827 void purple_prpl_got_media_caps(PurpleAccount *account, const char *who);
828
818 /*@}*/ 829 /*@}*/
819 830
820 /**************************************************************************/ 831 /**************************************************************************/
821 /** @name Protocol Plugin Subsystem API */ 832 /** @name Protocol Plugin Subsystem API */
822 /**************************************************************************/ 833 /**************************************************************************/