diff 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
line wrap: on
line diff
--- a/src/gtkimhtml.h	Tue Oct 25 07:02:50 2005 +0000
+++ b/src/gtkimhtml.h	Tue Oct 25 13:29:28 2005 +0000
@@ -303,6 +303,13 @@
 void gtk_imhtml_show_comments(GtkIMHtml *imhtml, gboolean show);
 
 /**
+ * Gets the protocol name associated with this GTK+ IM/HTML.
+ *
+ * @param imhtml The GTK+ IM/HTML
+ */
+const char *gtk_imhtml_get_protocol_name(GtkIMHtml *imhtml);
+
+/**
  * Associates a protocol name with a GTK+ IM/HTML.
  *
  * @param imhtml        The GTK+ IM/HTML.