| 438 * @param img A GdkPixbufAnimation of the image to add. |
446 * @param img A GdkPixbufAnimation of the image to add. |
| 439 * @param filename The filename to associate with the image. |
447 * @param filename The filename to associate with the image. |
| 440 * @param id The id to associate with the image. |
448 * @param id The id to associate with the image. |
| 441 * |
449 * |
| 442 * @return A new IM/HTML Scalable object with an image. |
450 * @return A new IM/HTML Scalable object with an image. |
| |
451 * |
| |
452 * @since 2.1.0 |
| 443 */ |
453 */ |
| 444 /* |
454 /* |
| 445 * TODO: All this animation code could be combined much better with |
455 * TODO: All this animation code could be combined much better with |
| 446 * the image code. It couldn't be done when it was written |
456 * the image code. It couldn't be done when it was written |
| 447 * because it requires breaking backward compatibility. It |
457 * because it requires breaking backward compatibility. It |
| 834 /** |
844 /** |
| 835 * Setup formatting for an imhtml depending on the flags specified. |
845 * Setup formatting for an imhtml depending on the flags specified. |
| 836 * |
846 * |
| 837 * @param imhtml The GTK+ IM/HTML. |
847 * @param imhtml The GTK+ IM/HTML. |
| 838 * @param flags The connection flag which describes the allowed types of formatting. |
848 * @param flags The connection flag which describes the allowed types of formatting. |
| |
849 * |
| |
850 * @since 2.1.0 |
| 839 */ |
851 */ |
| 840 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags); |
852 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags); |
| 841 |
853 |
| 842 /*@}*/ |
854 /*@}*/ |
| 843 |
855 |