comparison doc/buddyicon-signals.dox @ 11022:4febc4df0eb8

[gaim-migrate @ 12893] sf patch #1223463, from Richard Laager Documentation! Can you believe it? Need I remind you that this is an open source project? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 22 Jun 2005 23:10:58 +0000
parents
children
comparison
equal deleted inserted replaced
11021:dd5c802baf7b 11022:4febc4df0eb8
1 /** @page buddyicon-signals Buddy Icon Signals
2
3 @signals
4 @signal buddy-icon-cached
5 @endsignals
6
7 <hr>
8
9 @signaldef buddy-icon-cached
10 @signalproto
11 void (*buddy-icon-cached)(GaimBuddyIcon *icon, GaimBuddy *buddy, const char *filename, const char *old_icon);
12 @endsignalproto
13 @signaldesc
14 Emitted when a buddy icon is cached.
15 @param icon The icon that was just cached.
16 @param buddy The buddy the icon belongs to.
17 @param filename The full filename for the newly created icon cache file.
18 @param old_icon The filename of the icon cache file for the buddy's previous icon, or @c NULL if the buddy
19 had no icon when this new icon was set. This filename is generally the full filename of the
20 previous icon cache file, but if the previous buddy icon was set in an old version of Gaim,
21 this may just be the basename of the icon cache file. The directory can be obtained with
22 gaim_buddy_icons_get_cache_dir().
23 @endsignaldef
24 */