comparison src/gtkimhtml.h @ 9029:697e169dac12

[gaim-migrate @ 9805] This should fix bug #953066 and #958331, where we would show the wrong smileys in the text entry when they were inserted without the usual <font sml="> tags (e.g. pasted, ctrl-up). committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 23 May 2004 08:06:38 +0000
parents b24967757d46
children 4ef4d3220f81
comparison
equal deleted inserted replaced
9028:6fd7de357672 9029:697e169dac12
218 218
219 void gtk_imhtml_html_shortcuts(GtkIMHtml *imhtml, gboolean allow); 219 void gtk_imhtml_html_shortcuts(GtkIMHtml *imhtml, gboolean allow);
220 220
221 void gtk_imhtml_smiley_shortcuts (GtkIMHtml *imhtml, gboolean allow); 221 void gtk_imhtml_smiley_shortcuts (GtkIMHtml *imhtml, gboolean allow);
222 222
223 void gtk_imhtml_set_protocol_name(GtkIMHtml *imhtml, gchar *protocol_name); 223 void gtk_imhtml_set_protocol_name(GtkIMHtml *imhtml, const gchar *protocol_name);
224 224
225 #define gtk_imhtml_append_text(x, y, z) \ 225 #define gtk_imhtml_append_text(x, y, z) \
226 gtk_imhtml_append_text_with_images(x, y, z, NULL) 226 gtk_imhtml_append_text_with_images(x, y, z, NULL)
227 227
228 void gtk_imhtml_append_text_with_images (GtkIMHtml *imhtml, 228 void gtk_imhtml_append_text_with_images (GtkIMHtml *imhtml,