src/gtkutils.h

changeset 7078
0d63d673f170
parent 6720
cdc5348dd848
child 7102
c7d1679cf704
--- a/src/gtkutils.h	Tue Sep 30 18:40:18 2003 +0000
+++ b/src/gtkutils.h	Tue Sep 30 18:41:28 2003 +0000
@@ -259,6 +259,18 @@
 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);
+
+/**
  * Stylizes the specified text using HTML, according to the current
  * font options.
  *

mercurial