libpurple/notify.h

changeset 23359
e1f7c36243e2
parent 23346
fceca7f4710f
child 24569
5dbd0617a27d
equal deleted inserted replaced
23356:27bfab55be5c 23359:e1f7c36243e2
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.

mercurial