comparison pidgin/gtkimhtml.c @ 32687:02a2e8183b1d

Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
author andrew.victor@mxit.com
date Sun, 25 Sep 2011 18:56:58 +0000
parents 3340d322c8f8
children 0f94ec89f0bc 1cec4425d0cc
comparison
equal deleted inserted replaced
32685:9d5b87e1a4d0 32687:02a2e8183b1d
3977 * @param img A GdkPixbufAnimation of the image to add. 3977 * @param img A GdkPixbufAnimation of the image to add.
3978 * @param filename The filename to associate with the image. 3978 * @param filename The filename to associate with the image.
3979 * @param id The id to associate with the image. 3979 * @param id The id to associate with the image.
3980 * 3980 *
3981 * @return A new IM/HTML Scalable object with an image. 3981 * @return A new IM/HTML Scalable object with an image.
3982 *
3983 * @since 2.1.0
3984 */ 3982 */
3985 /* 3983 /*
3986 * TODO: All this animation code could be combined much better with 3984 * TODO: All this animation code could be combined much better with
3987 * the image code. It couldn't be done when it was written 3985 * the image code. It couldn't be done when it was written
3988 * because it requires breaking backward compatibility. It 3986 * because it requires breaking backward compatibility. It