pidgin/gtkimhtml.h

branch
custom_smiley
changeset 22655
718f1149a81c
parent 22003
904ebe8d6058
child 23012
ed48af43e0f5
--- a/pidgin/gtkimhtml.h	Fri Mar 14 23:41:03 2008 +0000
+++ b/pidgin/gtkimhtml.h	Tue Mar 18 00:47:52 2008 +0000
@@ -852,6 +852,12 @@
  */
 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags);
 
+GtkIMHtmlSmiley *gtk_imhtml_smiley_create(const char *file, const char *shortcut, gboolean hide,
+		GtkIMHtmlSmileyFlags flags);
+
+void gtk_imhtml_smiley_reload(GtkIMHtmlSmiley *smiley);
+
+void gtk_imhtml_smiley_destroy(GtkIMHtmlSmiley *smiley);
 /*@}*/
 
 #ifdef __cplusplus

mercurial