comparison src/gtkimhtml.h @ 10537:74180743304a

[gaim-migrate @ 11890] Compile warning fix and get rid of some extra whitespace committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 22 Jan 2005 19:40:30 +0000
parents 55e7d72fc09a
children 533060d9a2c6
comparison
equal deleted inserted replaced
10536:c047cf7e18ba 10537:74180743304a
263 * 263 *
264 * @param imhtml The GTK IM/HTML. 264 * @param imhtml The GTK IM/HTML.
265 * @param sml The name of the smiley category. 265 * @param sml The name of the smiley category.
266 * @param smiley The GtkIMSmiley to associate. 266 * @param smiley The GtkIMSmiley to associate.
267 */ 267 */
268 void gtk_imhtml_associate_smiley(GtkIMHtml *imhtml, gchar *sml, GtkIMHtmlSmiley *smiley); 268 void gtk_imhtml_associate_smiley(GtkIMHtml *imhtml, const gchar *sml, GtkIMHtmlSmiley *smiley);
269 269
270 /** 270 /**
271 * Removes all smileys associated with a GTK IM/HTML. 271 * Removes all smileys associated with a GTK IM/HTML.
272 * 272 *
273 * @param imhtml The GTK IM/HTML. 273 * @param imhtml The GTK IM/HTML.