libpurple/media.h

branch
soc.2013.gobjectification.plugins
changeset 36637
9b0109ae118d
parent 36545
23b59a16c808
child 36853
8fbb2fcdae93
--- a/libpurple/media.h	Sun Sep 01 05:01:14 2013 +0530
+++ b/libpurple/media.h	Sun Sep 01 14:24:24 2013 +0530
@@ -102,18 +102,18 @@
 PurpleAccount *purple_media_get_account(PurpleMedia *media);
 
 /**
- * Gets the prpl data from the media session.
+ * Gets the protocol data from the media session.
  *
- * @param media The media session to retrieve the prpl data from.
+ * @param media The media session to retrieve the protocol data from.
  *
- * @return The prpl data retrieved.
+ * @return The protocol data retrieved.
  */
 gpointer purple_media_get_protocol_data(PurpleMedia *media);
 
 /**
- * Sets the prpl data on the media session.
+ * Sets the protocol data on the media session.
  *
- * @param media The media session to set the prpl data on.
+ * @param media The media session to set the protocol data on.
  * @param protocol_data The data to set on the media session.
  */
 void purple_media_set_protocol_data(PurpleMedia *media, gpointer protocol_data);

mercurial