comparison src/gtkimhtml.h @ 11814:fa17fc619f17

[gaim-migrate @ 14105] Fix the display of smilies in text added to the imhtml by the history plugin. Fixes part of SF Bug #1298455. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 25 Oct 2005 13:29:28 +0000
parents b47708f46a38
children fc464a0abccc
comparison
equal deleted inserted replaced
11813:1f7f4f850db5 11814:fa17fc619f17
301 * @param show @c TRUE if comments should be shown, or @c FALSE otherwise. 301 * @param show @c TRUE if comments should be shown, or @c FALSE otherwise.
302 */ 302 */
303 void gtk_imhtml_show_comments(GtkIMHtml *imhtml, gboolean show); 303 void gtk_imhtml_show_comments(GtkIMHtml *imhtml, gboolean show);
304 304
305 /** 305 /**
306 * Gets the protocol name associated with this GTK+ IM/HTML.
307 *
308 * @param imhtml The GTK+ IM/HTML
309 */
310 const char *gtk_imhtml_get_protocol_name(GtkIMHtml *imhtml);
311
312 /**
306 * Associates a protocol name with a GTK+ IM/HTML. 313 * Associates a protocol name with a GTK+ IM/HTML.
307 * 314 *
308 * @param imhtml The GTK+ IM/HTML. 315 * @param imhtml The GTK+ IM/HTML.
309 * @param protocol_name The protocol name to associate with the IM/HTML. 316 * @param protocol_name The protocol name to associate with the IM/HTML.
310 */ 317 */