pidgin/gtkimhtml.h

changeset 21204
93f18311e16a
parent 20940
925d3d68b3af
child 21086
998df5901001
equal deleted inserted replaced
21203:182f920f98a0 21204:93f18311e16a
1 /** 1 /**
2 * @file gtkimhtml.h GTK+ IM/HTML rendering component 2 * @file gtkimhtml.h GTK+ IM/HTML rendering component
3 * @ingroup pidgin 3 * @ingroup pidgin
4 * @see @ref gtkimhtml-signals
4 */ 5 */
5 6
6 /* Pidgin is the legal property of its developers, whose names are too numerous 7 /* Pidgin is the legal property of its developers, whose names are too numerous
7 * to list here. Please refer to the COPYRIGHT file distributed with this 8 * to list here. Please refer to the COPYRIGHT file distributed with this
8 * source distribution. 9 * source distribution.
438 * @param img A GdkPixbufAnimation of the image to add. 439 * @param img A GdkPixbufAnimation of the image to add.
439 * @param filename The filename to associate with the image. 440 * @param filename The filename to associate with the image.
440 * @param id The id to associate with the image. 441 * @param id The id to associate with the image.
441 * 442 *
442 * @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
443 */ 446 */
444 /* 447 /*
445 * TODO: All this animation code could be combined much better with 448 * TODO: All this animation code could be combined much better with
446 * 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
447 * because it requires breaking backward compatibility. It 450 * because it requires breaking backward compatibility. It
834 /** 837 /**
835 * Setup formatting for an imhtml depending on the flags specified. 838 * Setup formatting for an imhtml depending on the flags specified.
836 * 839 *
837 * @param imhtml The GTK+ IM/HTML. 840 * @param imhtml The GTK+ IM/HTML.
838 * @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
839 */ 844 */
840 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags); 845 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags);
841 846
842 /*@}*/ 847 /*@}*/
843 848

mercurial