Mercurial > pidgin
changeset 21065:ff00e91f962e
Order the signal descriptions the same in the body as in the summary.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Wed, 17 Oct 2007 04:05:19 +0000 |
parents | 1aaa6e9881b9 |
children | 0d8061bbfc1d |
files | doc/blist-signals.dox |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/blist-signals.dox Wed Oct 17 03:56:05 2007 +0000 +++ b/doc/blist-signals.dox Wed Oct 17 04:05:19 2007 +0000 @@ -82,6 +82,14 @@ Emitted when a new buddy is added to the buddy list. @endsignaldef + @signaldef buddy-removed + @signalproto +void (*buddy_removed)(PurpleBuddy *buddy) + @endsignalproto + @signaldesc + Emitted when a buddy is removed from the buddy list. + @endsignaldef + @signaldef buddy-icon-changed @signalproto void (*buddy_icon_changed)(PurpleBuddy *buddy) @@ -90,14 +98,6 @@ Emitted when a buddy's icon is set. @endsignaldef - @signaldef buddy-removed - @signalproto -void (*buddy_removed)(PurpleBuddy *buddy) - @endsignalproto - @signaldesc - Emitted when a buddy is removed from the buddy list. - @endsignaldef - @signaldef blist-node-aliased @signalproto void (*blist_node_aliased)(PurpleBlistNode *node, const char *old_alias)