comparison libpurple/media/codec.h @ 30438:d91e3a6c4a91

Clarify documentation on a function return value.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Tue, 24 Aug 2010 04:42:41 +0000
parents a52831eada67
children 44f53d3fc54f
comparison
equal deleted inserted replaced
30436:afc1460bdb43 30438:d91e3a6c4a91
119 * 119 *
120 * The list consists of PurpleKeyValuePair's. 120 * The list consists of PurpleKeyValuePair's.
121 * 121 *
122 * @param The codec to get the optional parameters from. 122 * @param The codec to get the optional parameters from.
123 * 123 *
124 * @return The list of optional parameters. 124 * @return The list of optional parameters. The list is owned by the codec and
125 * should not be freed.
125 * 126 *
126 * @since 2.6.0 127 * @since 2.6.0
127 */ 128 */
128 GList *purple_media_codec_get_optional_parameters(PurpleMediaCodec *codec); 129 GList *purple_media_codec_get_optional_parameters(PurpleMediaCodec *codec);
129 130