comparison libpurple/notify.h @ 21284:6de09629f091

propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f) to branch 'im.pidgin.pidgin' (head e3a6991e78dac328f13804950fee54dfb8afc3c5)
author Ka-Hing Cheung <khc@hxbc.us>
date Sat, 10 Nov 2007 04:52:20 +0000
parents 8a89c2caf9d8 dd0878ccc577
children 93c40e412b54
comparison
equal deleted inserted replaced
21283:406aa3be6b32 21284:6de09629f091
544 * and not include a colon if it would otherwise. 544 * and not include a colon if it would otherwise.
545 */ 545 */
546 void purple_notify_user_info_prepend_pair(PurpleNotifyUserInfo *user_info, const char *label, const char *value); 546 void purple_notify_user_info_prepend_pair(PurpleNotifyUserInfo *user_info, const char *label, const char *value);
547 547
548 /** 548 /**
549 * Remove a PurpleNotifyUserInfoEntry from a PurpleNotifyUserInfo object 549 * Remove a PurpleNotifyUserInfoEntry from a PurpleNotifyUserInfo object without freeing the entry.
550 * 550 *
551 * @param user_info The PurpleNotifyUserInfo 551 * @param user_info The PurpleNotifyUserInfo
552 * @param user_info_entry The PurpleNotifyUserInfoEntry 552 * @param user_info_entry The PurpleNotifyUserInfoEntry
553 */ 553 */
554 void purple_notify_user_info_remove_entry(PurpleNotifyUserInfo *user_info, PurpleNotifyUserInfoEntry *user_info_entry); 554 void purple_notify_user_info_remove_entry(PurpleNotifyUserInfo *user_info, PurpleNotifyUserInfoEntry *user_info_entry);