doc/buddyicon-signals.dox

Sat, 05 Nov 2005 02:09:30 +0000

author
Eoin Coffey <ecoffey@soc.pidgin.im>
date
Sat, 05 Nov 2005 02:09:30 +0000
changeset 11980
fe5c2c58508c
parent 11022
0e1fb0cddeee
permissions
-rw-r--r--

[gaim-migrate @ 14273]
Mono cleanup patch from Eoin Coffey

First, I changed mono_loader_ to ml_, since I was
getting sick of typing mono_loader_ :-D

Moved the mono runtime init and deinit code out of
mono.c into ml_init and ml_uninit in mono-helper.c

Added api/Status.cs and loader/status-glue.c so the
.net api now knows very little (as in the 'id') of
statuses.

committer: Gary Kramlich <grim@reaperworld.com>

/** @page buddyicon-signals Buddy Icon Signals

 @signals
  @signal buddy-icon-cached
 @endsignals

 <hr>

 @signaldef buddy-icon-cached
  @signalproto
void (*buddy-icon-cached)(GaimBuddyIcon *icon, GaimBuddy *buddy, const char *filename, const char *old_icon);
  @endsignalproto
  @signaldesc
   Emitted when a buddy icon is cached.
  @param icon     The icon that was just cached.
  @param buddy    The buddy the icon belongs to.
  @param filename The full filename for the newly created icon cache file.
  @param old_icon The filename of the icon cache file for the buddy's previous icon, or @c NULL if the buddy
                  had no icon when this new icon was set. This filename is generally the full filename of the
                  previous icon cache file, but if the previous buddy icon was set in an old version of Gaim,
                  this may just be the basename of the icon cache file. The directory can be obtained with
                  gaim_buddy_icons_get_cache_dir().
 @endsignaldef
*/

mercurial