Order the signal descriptions the same in the body as in the summary.

Wed, 17 Oct 2007 04:05:19 +0000

author
Etan Reisner <deryni@pidgin.im>
date
Wed, 17 Oct 2007 04:05:19 +0000
changeset 21141
569c16841ac9
parent 21140
26ad90b1ead5
child 21142
c2242c1fde7f

Order the signal descriptions the same in the body as in the summary.

doc/blist-signals.dox file | annotate | diff | comparison | revisions
--- 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)

mercurial