comparison pidgin/gtkimhtml.h @ 20875:4511d15a8f80

Doxygen @since tags for libpurple and pidgin.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 10 Oct 2007 04:23:53 +0000
parents 0077d3b6ecd2
children ed4c4eecad90
comparison
equal deleted inserted replaced
20874:acf284962b40 20875:4511d15a8f80
439 * @param img A GdkPixbufAnimation of the image to add. 439 * @param img A GdkPixbufAnimation of the image to add.
440 * @param filename The filename to associate with the image. 440 * @param filename The filename to associate with the image.
441 * @param id The id to associate with the image. 441 * @param id The id to associate with the image.
442 * 442 *
443 * @return A new IM/HTML Scalable object with an image. 443 * @return A new IM/HTML Scalable object with an image.
444 *
445 * @since 2.1.0
444 */ 446 */
445 /* 447 /*
446 * TODO: All this animation code could be combined much better with 448 * TODO: All this animation code could be combined much better with
447 * the image code. It couldn't be done when it was written 449 * the image code. It couldn't be done when it was written
448 * because it requires breaking backward compatibility. It 450 * because it requires breaking backward compatibility. It
835 /** 837 /**
836 * Setup formatting for an imhtml depending on the flags specified. 838 * Setup formatting for an imhtml depending on the flags specified.
837 * 839 *
838 * @param imhtml The GTK+ IM/HTML. 840 * @param imhtml The GTK+ IM/HTML.
839 * @param flags The connection flag which describes the allowed types of formatting. 841 * @param flags The connection flag which describes the allowed types of formatting.
842 *
843 * @since 2.1.0
840 */ 844 */
841 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags); 845 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags);
842 846
843 /*@}*/ 847 /*@}*/
844 848