merge of 'e1f7c36243e2110b4ea078143a2df0fc06606c87'

Tue, 27 May 2008 03:45:02 +0000

author
John Bailey <rekkanoryo@rekkanoryo.org>
date
Tue, 27 May 2008 03:45:02 +0000
changeset 23360
80674683d0bc
parent 23359
e1f7c36243e2 (diff)
parent 23357
22db0cc69bee (current diff)
child 23362
23daac861b2e

merge of 'e1f7c36243e2110b4ea078143a2df0fc06606c87'
and '22db0cc69beeebb47320c8e6b6f3d2f908597f17'

--- a/ChangeLog.API	Tue May 27 03:24:19 2008 +0000
+++ b/ChangeLog.API	Tue May 27 03:45:02 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
--- a/libpurple/notify.h	Tue May 27 03:24:19 2008 +0000
+++ b/libpurple/notify.h	Tue May 27 03:45:02 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);
 	

mercurial