comparison libpurple/notify.h @ 23216:3dc1bc92b170

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.
author Evan Schoenberg <evan.s@dreskin.net>
date Tue, 27 May 2008 03:16:15 +0000
parents 84693a70ea3a
children 8282911d5e17
comparison
equal deleted inserted replaced
23215:b24d5d112a14 23216:3dc1bc92b170
578 578
579 /** 579 /**
580 * Prepend a section break. A UI might display this as a horizontal line. 580 * Prepend a section break. A UI might display this as a horizontal line.
581 * 581 *
582 * @param user_info The PurpleNotifyUserInfo 582 * @param user_info The PurpleNotifyUserInfo
583 * @since 2.5.0
583 */ 584 */
584 void purple_notify_user_info_prepend_section_break(PurpleNotifyUserInfo *user_info); 585 void purple_notify_user_info_prepend_section_break(PurpleNotifyUserInfo *user_info);
585 586
586 /** 587 /**
587 * Add a section header. A UI might display this in a different font from other text. 588 * Add a section header. A UI might display this in a different font from other text.
594 /** 595 /**
595 * Prepend a section header. A UI might display this in a different font from other text. 596 * Prepend a section header. A UI might display this in a different font from other text.
596 * 597 *
597 * @param user_info The PurpleNotifyUserInfo 598 * @param user_info The PurpleNotifyUserInfo
598 * @param label The name of the section 599 * @param label The name of the section
600 * @since 2.5.0
599 */ 601 */
600 void purple_notify_user_info_prepend_section_header(PurpleNotifyUserInfo *user_info, const char *label); 602 void purple_notify_user_info_prepend_section_header(PurpleNotifyUserInfo *user_info, const char *label);
601 603
602 /** 604 /**
603 * Remove the last item which was added to a PurpleNotifyUserInfo. This could be used to remove a section header which is not needed. 605 * Remove the last item which was added to a PurpleNotifyUserInfo. This could be used to remove a section header which is not needed.