| 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. |