pidgin: 417f9d02: ChangeLog.API purple_notify_user_info_pr...
evands at pidgin.im
evands at pidgin.im
Mon May 26 23:20:59 EDT 2008
-----------------------------------------------------------------
Revision: 417f9d0217b6d3b9f2b5f2b9361ffe03efc2d634
Ancestor: 58c7c464148cf9d446e535bd11591fa8cd99149b
Author: evands at pidgin.im
Date: 2008-05-27T03:16:15
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/417f9d0217b6d3b9f2b5f2b9361ffe03efc2d634
Modified files:
ChangeLog.API libpurple/notify.h
ChangeLog:
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.
-------------- next part --------------
============================================================
--- ChangeLog.API c7b6b39fa37f21d2d610e27523af579f513d18a5
+++ ChangeLog.API 395cc19bfec7aec07c6a2d7aeab06b0beb78b851
@@ -15,6 +15,8 @@ version 2.5.0 (??/??/2008):
* 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
============================================================
--- libpurple/notify.h 20c961db52434c201c7431057a374816fd246611
+++ libpurple/notify.h 0d5f7599116b9500109df537c8da63bf3e83cd76
@@ -580,6 +580,7 @@ void purple_notify_user_info_add_section
* 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 @@ void purple_notify_user_info_add_section
*
* @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);
More information about the Commits
mailing list