comparison src/buddyicon.h @ 11303:10066662176a

[gaim-migrate @ 13503] For accounts, store only the basename of a buddy icon cache file. Everyone please make sure buddy icons still work for you. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 18 Aug 2005 20:49:58 +0000
parents 096020ae09a9
children fc464a0abccc
comparison
equal deleted inserted replaced
11302:fc17554c32c5 11303:10066662176a
237 * @return The directory to store buddy icon cache files to. 237 * @return The directory to store buddy icon cache files to.
238 */ 238 */
239 const char *gaim_buddy_icons_get_cache_dir(void); 239 const char *gaim_buddy_icons_get_cache_dir(void);
240 240
241 /** 241 /**
242 * Takes a buddy icon and returns a full path.
243 *
244 * If @a icon is a full path to an existing file, a copy of
245 * @a icon is returned. Otherwise, a newly allocated string
246 * consiting of gaim_buddy_icons_get_cache_dir() + @a icon is
247 * returned.
248 *
249 * @return The full path for an icon.
250 */
251 char *gaim_buddy_icons_get_full_path(const char *icon);
252
253 /**
242 * Returns the buddy icon subsystem handle. 254 * Returns the buddy icon subsystem handle.
243 * 255 *
244 * @return The subsystem handle. 256 * @return The subsystem handle.
245 */ 257 */
246 void *gaim_buddy_icons_get_handle(); 258 void *gaim_buddy_icons_get_handle();