comparison libpurple/prpl.h @ 29315:7b1cfd48beab

propagate from branch 'im.pidgin.cpw.attention_ui' (head 3d97b094123bd082b1438ea44cb25169aa41315c) to branch 'im.pidgin.pidgin.next.minor' (head d00241305ccc36eef5bd6723980b66a2e6108856)
author Marcus Lundblad <ml@update.uu.se>
date Mon, 16 Nov 2009 22:06:27 +0000
parents 4f14b03a9d50
children 45a94940c122
comparison
equal deleted inserted replaced
29314:c783f9e66171 29315:7b1cfd48beab
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 /**************************************************************************/