diff -r ffc82edcdbfe -r e78a46048ae7 doc/reference/libpurple/signals_blist.md --- a/doc/reference/libpurple/signals_blist.md Fri Apr 12 01:55:22 2024 -0500 +++ b/doc/reference/libpurple/signals_blist.md Fri Apr 12 02:08:00 2024 -0500 @@ -5,7 +5,6 @@ ### Signal List -* [buddy-status-changed](#buddy-status-changed) * [buddy-idle-changed](#buddy-idle-changed) * [buddy-signed-on](#buddy-signed-on) * [buddy-signed-off](#buddy-signed-off) @@ -18,33 +17,6 @@ ### Signal Details -#### buddy-status-changed - -```c -void user_function(PurpleBuddy *buddy, - PurpleStatus *old_status, - PurpleStatus *status, - gpointer user_data); -``` - -Emitted when a buddy on your buddy list goes away. - -**Parameters:** - -**buddy** -: The buddy whose status changed. - -**old_status** -: The status that the buddy just changed from. - -**status** -: The status that the buddy just changed to. - -**user_data** -: user data set when the signal handler was connected. - ----- - #### buddy-idle-changed ```c