diff libpurple/prpl.h @ 29775:e446b56c01e4

propagate from branch 'im.pidgin.pidgin' (head be77df4826034ac2521177bb6af6b60be3d1b4c4) to branch 'im.pidgin.pidgin.next.minor' (head c0803026336ad6c803c2982ec7b0153378d71860)
author Paul Aurich <paul@darkrain42.org>
date Tue, 16 Feb 2010 15:16:44 +0000
parents 45a94940c122
children 185677f47825
line wrap: on
line diff
--- a/libpurple/prpl.h	Tue Feb 16 15:16:28 2010 +0000
+++ b/libpurple/prpl.h	Tue Feb 16 15:16:44 2010 +0000
@@ -903,6 +903,17 @@
 					const char *who,
 					PurpleMediaSessionType type);
 
+/**
+ * Signals that the prpl received capabilities for the given contact.
+ *
+ * This function is intended to be used only by prpls.
+ *
+ * @param account The account the user is on.
+ * @param who The name of the contact for which capabilities have been received.
+ * @since 2.7.0
+ */
+void purple_prpl_got_media_caps(PurpleAccount *account, const char *who);
+
 /*@}*/
 
 /**************************************************************************/