comparison src/gtkutils.h @ 7114:c47633e9e2a4

[gaim-migrate @ 7681] Documentation fixes. Make Doxygen happy. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 02 Oct 2003 01:56:21 +0000
parents c4faffdc0862
children 53c86d59f20b
comparison
equal deleted inserted replaced
7113:4072d989ecdf 7114:c47633e9e2a4
257 * @return TRUE if given path is a directory, FALSE otherwise. 257 * @return TRUE if given path is a directory, FALSE otherwise.
258 */ 258 */
259 gboolean gaim_gtk_check_if_dir(const char *path, GtkFileSelection *filesel); 259 gboolean gaim_gtk_check_if_dir(const char *path, GtkFileSelection *filesel);
260 260
261 /** 261 /**
262 * Parses a message to find <IMG> tags with valid ID attributes that 262 * Parses a message to find \<IMG\> tags with valid ID attributes that
263 * refer to images in Gaim's image store, and load them into a list 263 * refer to images in Gaim's image store, and load them into a list
264 * of GdkPixbufs. Image tags with missing ID paramaters, or those that 264 * of GdkPixbufs. Image tags with missing ID paramaters, or those that
265 * refer to images that are not in the store will have a corresponding 265 * refer to images that are not in the store will have a corresponding
266 * NULL entry on the list. 266 * NULL entry on the list.
267 * 267 *