Mercurial > pidgin
comparison libpurple/media.h @ 26426:c8a495ad479b
Fix purple_media_set_remote_codecs ()'s docstring
author | Will Thompson <will.thompson@collabora.co.uk> |
---|---|
date | Fri, 03 Apr 2009 14:13:16 +0000 |
parents | 440e999c27ca |
children | 9eb8c8ec0a75 9131368ba4be |
comparison
equal
deleted
inserted
replaced
26423:550fe37e4d91 | 26426:c8a495ad479b |
---|---|
486 GList *purple_media_get_active_remote_candidates(PurpleMedia *media, | 486 GList *purple_media_get_active_remote_candidates(PurpleMedia *media, |
487 const gchar *sess_id, const gchar *name); | 487 const gchar *sess_id, const gchar *name); |
488 #endif | 488 #endif |
489 | 489 |
490 /** | 490 /** |
491 * Gets remote candidates from the stream. | 491 * Sets remote candidates from the stream. |
492 * | 492 * |
493 * @param media The media object to find the session in. | 493 * @param media The media object to find the session in. |
494 * @param sess_id The session id of the session find the stream in. | 494 * @param sess_id The session id of the session find the stream in. |
495 * @param name The name of the remote user to get the candidates from. | 495 * @param name The name of the remote user to get the candidates from. |
496 * | 496 * |