comparison libpurple/media.h @ 26386:6d9f4ca72828

Comment out purple_media_get_active_{local,remote}_candidates.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Tue, 31 Mar 2009 04:05:57 +0000
parents bea334b214fa
children 462e5c27dbd7
comparison
equal deleted inserted replaced
26385:8bc4b9094913 26386:6d9f4ca72828
436 */ 436 */
437 GList *purple_media_get_local_candidates(PurpleMedia *media, 437 GList *purple_media_get_local_candidates(PurpleMedia *media,
438 const gchar *sess_id, 438 const gchar *sess_id,
439 const gchar *name); 439 const gchar *name);
440 440
441 #if 0
442 /*
443 * These two functions aren't being used and I'd rather not lock in the API
444 * until they are needed. If they ever are.
445 */
446
441 /** 447 /**
442 * Gets the active local candidates for the stream. 448 * Gets the active local candidates for the stream.
443 * 449 *
444 * @param media The media object to find the session in. 450 * @param media The media object to find the session in.
445 * @param sess_id The session id of the session to find the stream in. 451 * @param sess_id The session id of the session to find the stream in.
459 * 465 *
460 * @return The remote candidates retrieved. 466 * @return The remote candidates retrieved.
461 */ 467 */
462 GList *purple_media_get_active_remote_candidates(PurpleMedia *media, 468 GList *purple_media_get_active_remote_candidates(PurpleMedia *media,
463 const gchar *sess_id, const gchar *name); 469 const gchar *sess_id, const gchar *name);
470 #endif
464 471
465 /** 472 /**
466 * Gets remote candidates from the stream. 473 * Gets remote candidates from the stream.
467 * 474 *
468 * @param media The media object to find the session in. 475 * @param media The media object to find the session in.