comparison src/gtkimhtml.h @ 1780:d7cbedd1d651

[gaim-migrate @ 1790] woo. more preferences redesigns. also gtk_imhtml_clear and gaim_setup_imhtml. this is knee-toe. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 30 Apr 2001 13:12:42 +0000
parents 7ad82fa9e6ce
children 60c716c32c40
comparison
equal deleted inserted replaced
1779:0da2a831c0ae 1780:d7cbedd1d651
125 125
126 GString* gtk_imhtml_append_text (GtkIMHtml *imhtml, 126 GString* gtk_imhtml_append_text (GtkIMHtml *imhtml,
127 const gchar *text, 127 const gchar *text,
128 GtkIMHtmlOptions options); 128 GtkIMHtmlOptions options);
129 129
130 void gtk_imhtml_clear (GtkIMHtml *imhtml);
131
130 #ifdef __cplusplus 132 #ifdef __cplusplus
131 } 133 }
132 #endif 134 #endif
133 135
134 #endif 136 #endif