diff libpurple/prpl.h @ 29134:4f14b03a9d50

Add the purple_media_got_media_caps function in order to signal when a prpl has retrieved a contact's media capabilities.
author maiku@pidgin.im
date Tue, 20 Oct 2009 20:06:25 +0000
parents cda10ae89918
children 45a94940c122
line wrap: on
line diff
--- a/libpurple/prpl.h	Tue Oct 20 20:04:06 2009 +0000
+++ b/libpurple/prpl.h	Tue Oct 20 20:06:25 2009 +0000
@@ -815,6 +815,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);
+
 /*@}*/
 
 /**************************************************************************/