diff -r a24713d9bbb3 -r 1ea2edfac5e9 pidgin/gtkutils.h --- a/pidgin/gtkutils.h Tue Aug 14 23:26:51 2012 -0400 +++ b/pidgin/gtkutils.h Tue Aug 14 23:30:10 2012 -0400 @@ -79,34 +79,6 @@ G_BEGIN_DECLS /** - * Sets up a gtkimhtml widget, loads it with smileys, and sets the - * default signal handlers. - * - * @param imhtml The gtkimhtml widget to setup. - */ -void pidgin_setup_imhtml(GtkWidget *imhtml); - -/** - * Create an GtkIMHtml widget and associated GtkIMHtmlToolbar widget. This - * functions puts both widgets in a nice GtkFrame. They're separate by an - * attractive GtkSeparator. - * - * @param editable @c TRUE if this imhtml should be editable. If this is @c FALSE, - * then the toolbar will NOT be created. If this imthml should be - * read-only at first, but may become editable later, then pass in - * @c TRUE here and then manually call gtk_imhtml_set_editable() later. - * @param imhtml_ret A pointer to a pointer to a GtkWidget. This pointer - * will be set to the imhtml when this function exits. - * @param toolbar_ret A pointer to a pointer to a GtkWidget. If editable is - * TRUE then this will be set to the toolbar when this function exits. - * Otherwise this will be set to @c NULL. - * @param sw_ret This will be filled with a pointer to the scrolled window - * widget which contains the imhtml. - * @return The GtkFrame containing the toolbar and imhtml. - */ -GtkWidget *pidgin_create_imhtml(gboolean editable, GtkWidget **imhtml_ret, GtkWidget **toolbar_ret, GtkWidget **sw_ret); - -/** * Sets up a gtkwebview widget, loads it with smileys, and sets the * default signal handlers. * @@ -115,7 +87,7 @@ void pidgin_setup_webview(GtkWidget *webview); /** - * Create an GtkWebView widget and associated GtkIMHtmlToolbar widget. This + * Create an GtkWebView widget and associated GtkWebViewToolbar widget. This * function puts both widgets in a nice GtkFrame. They're separated by an * attractive GtkSeparator. *