Mercurial > pidgin.yaz
changeset 12148:2c65a3749ce1
[gaim-migrate @ 14449]
Remove the Doxygen documentation for buddy-icon-cached and add Doxygen documentation for buddy-icon-changed.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 19 Nov 2005 01:53:28 +0000 |
parents | 9ce0a5f9443b |
children | 4e46eeec4ace |
files | doc/Makefile.am doc/blist-signals.dox doc/buddyicon-signals.dox src/ft.h |
diffstat | 4 files changed, 9 insertions(+), 26 deletions(-) [+] |
line wrap: on
line diff
--- 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 \
--- 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)
--- 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 - - <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 -*/