# HG changeset patch # User Evan Schoenberg # Date 1211858175 0 # Node ID 3dc1bc92b17040bfa5b84ec74eeb90951a6b5a20 # Parent b24d5d112a14df0eb9fd106ec819b0d9c399e67f ChangeLog.API purple_notify_user_info_prepend_section_[break|header] and note that they are available since 2.5.0. Thanks for the reminder, Richard. diff -r b24d5d112a14 -r 3dc1bc92b170 ChangeLog.API --- a/ChangeLog.API Tue May 27 02:14:14 2008 +0000 +++ b/ChangeLog.API Tue May 27 03:16:15 2008 +0000 @@ -15,6 +15,8 @@ * purple_buddy_icons_node_find_custom_icon * purple_buddy_icons_node_set_custom_icon * purple_buddy_icons_node_set_custom_icon_from_file + * purple_notify_user_info_prepend_section_break + * purple_notify_user_info_prepend_section_header Deprecated: * purple_blist_update_buddy_icon diff -r b24d5d112a14 -r 3dc1bc92b170 libpurple/notify.h --- a/libpurple/notify.h Tue May 27 02:14:14 2008 +0000 +++ b/libpurple/notify.h Tue May 27 03:16:15 2008 +0000 @@ -580,6 +580,7 @@ * Prepend a section break. A UI might display this as a horizontal line. * * @param user_info The PurpleNotifyUserInfo + * @since 2.5.0 */ void purple_notify_user_info_prepend_section_break(PurpleNotifyUserInfo *user_info); @@ -596,6 +597,7 @@ * * @param user_info The PurpleNotifyUserInfo * @param label The name of the section + * @since 2.5.0 */ void purple_notify_user_info_prepend_section_header(PurpleNotifyUserInfo *user_info, const char *label);