11022
|
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 */
|