diff src/gtkutils.h @ 8962:4ff4c34b7500

[gaim-migrate @ 9736] IM Image, WYSIWYG. It's still somewhat buggy, although the worse problems are with oscar's direct connect. We could always yank oscar's im image flag if we think it will cause too many bug reports. I made the GaimImgstore struct opque. I modified oscar's sending function to parse im images better, and everything seems to work. I made it write some errors to the conversation if you try to send an image and you aren't direct connected. That's just a hack until you can set formatting flags on a per conversation bases. There's a scrolling bug I haven't tracked down. I think it may exist normally and this just causes it better. It's worth noting jabber also uses this for pics in profiles, although I never did find a test case. Hopefully some other stuff can use this soon too, maybe Yahoo! pics in profiles or something. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Mon, 17 May 2004 06:47:20 +0000
parents b875f5d57b81
children 44a5bfa4730b
line wrap: on
line diff
--- a/src/gtkutils.h	Mon May 17 04:39:14 2004 +0000
+++ b/src/gtkutils.h	Mon May 17 06:47:20 2004 +0000
@@ -269,18 +269,6 @@
 gboolean gaim_gtk_check_if_dir(const char *path, GtkFileSelection *filesel);
 
 /**
- * Parses a message to find \<IMG\> tags with valid ID attributes that
- * refer to images in Gaim's image store, and load them into a list
- * of GdkPixbufs. Image tags with missing ID paramaters, or those that
- * refer to images that are not in the store will have a corresponding
- * NULL entry on the list.
- *
- * @param message The message to parse for image tags.
- * @param list    A pointer to the GSList of GdkPixbufs that will be created.
- */
-void gaim_gtk_find_images(const char *message, GSList **list);
-
-/**
  * Sets up GtkSpell for the given GtkTextView, reporting errors
  * if encountered.
  *