# HG changeset patch # User Richard Laager # Date 1132365208 0 # Node ID 2c65a3749ce1c12cb6a9373a562131ccdb7804cd # Parent 9ce0a5f9443b2d0bb6e908bc923428f46db89caa [gaim-migrate @ 14449] Remove the Doxygen documentation for buddy-icon-cached and add Doxygen documentation for buddy-icon-changed. committer: Tailor Script diff -r 9ce0a5f9443b -r 2c65a3749ce1 doc/Makefile.am --- a/doc/Makefile.am Sat Nov 19 01:37:11 2005 +0000 +++ b/doc/Makefile.am Sat Nov 19 01:53:28 2005 +0000 @@ -8,7 +8,6 @@ TCL-HOWTO.dox \ account-signals.dox \ blist-signals.dox \ - buddyicon-signals.dox \ cipher-signals.dox \ connection-signals.dox \ conversation-signals.dox \ diff -r 9ce0a5f9443b -r 2c65a3749ce1 doc/blist-signals.dox --- a/doc/blist-signals.dox Sat Nov 19 01:37:11 2005 +0000 +++ b/doc/blist-signals.dox Sat Nov 19 01:53:28 2005 +0000 @@ -9,6 +9,7 @@ @signal blist-node-extended-menu @signal buddy-added @signal buddy-removed + @signal buddy-icon-changed @signal blist-node-aliased @endsignals @@ -79,6 +80,14 @@ Emitted when a new buddy is added to the buddy list. @endsignaldef + @signaldef buddy-icon-changed + @signalproto +void (*buddy_icon_changed)(GaimBuddy *buddy) + @endsignalproto + @signaldesc + Emitted when a buddy's icon is set. + @endsignaldef + @signaldef buddy-removed @signalproto void (*buddy_removed)(GaimBuddy *buddy) diff -r 9ce0a5f9443b -r 2c65a3749ce1 doc/buddyicon-signals.dox --- a/doc/buddyicon-signals.dox Sat Nov 19 01:37:11 2005 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -/** @page buddyicon-signals Buddy Icon Signals - - @signals - @signal buddy-icon-cached - @endsignals - -
- - @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 -*/ diff -r 9ce0a5f9443b -r 2c65a3749ce1 src/ft.h --- a/src/ft.h Sat Nov 19 01:37:11 2005 +0000 +++ b/src/ft.h Sat Nov 19 01:53:28 2005 +0000 @@ -31,7 +31,6 @@ typedef struct _GaimXfer GaimXfer; #include "account.h" -#include "internal.h" /** * Types of file transfers.