libpurple/notify.h

changeset 23359
e1f7c36243e2
parent 23346
fceca7f4710f
child 24569
5dbd0617a27d
--- 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);
 	

mercurial