| 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 |