diff pidgin/gtkimhtml.h @ 32473:3340d322c8f8

Make another gtkimhtml function private. I'm definitely hoping we can get rid of all this code and switch to webkit for 3.0.0. I haven't tried the branch.
author Mark Doliner <mark@kingant.net>
date Thu, 01 Sep 2011 07:32:09 +0000
parents 2f014dbda8a6
children 02a2e8183b1d
line wrap: on
line diff
--- a/pidgin/gtkimhtml.h	Thu Sep 01 07:27:16 2011 +0000
+++ b/pidgin/gtkimhtml.h	Thu Sep 01 07:32:09 2011 +0000
@@ -416,17 +416,6 @@
 GtkIMHtmlScalable *gtk_imhtml_scalable_new(void);
 
 /**
- * Creates and returns a new GTK+ IM/HTML scalable object with an image.
- *
- * @param img      A GdkPixbuf of the image to add.
- * @param filename The filename to associate with the image.
- * @param id       The id to associate with the image.
- *
- * @return A new IM/HTML Scalable object with an image.
- */
-GtkIMHtmlScalable *gtk_imhtml_image_new(GdkPixbuf *img, const gchar *filename, int id);
-
-/**
  * Creates and returns an new GTK+ IM/HTML scalable with a horizontal rule.
  *
  * @return A new IM/HTML Scalable object with an image.