pidgin/gtkimhtml.h

branch
custom_smiley
changeset 22655
718f1149a81c
parent 22003
904ebe8d6058
child 23012
ed48af43e0f5
equal deleted inserted replaced
22654:88039f87f479 22655:718f1149a81c
850 * 850 *
851 * @since 2.1.0 851 * @since 2.1.0
852 */ 852 */
853 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags); 853 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags);
854 854
855 GtkIMHtmlSmiley *gtk_imhtml_smiley_create(const char *file, const char *shortcut, gboolean hide,
856 GtkIMHtmlSmileyFlags flags);
857
858 void gtk_imhtml_smiley_reload(GtkIMHtmlSmiley *smiley);
859
860 void gtk_imhtml_smiley_destroy(GtkIMHtmlSmiley *smiley);
855 /*@}*/ 861 /*@}*/
856 862
857 #ifdef __cplusplus 863 #ifdef __cplusplus
858 } 864 }
859 #endif 865 #endif

mercurial