Mercurial > pidgin.yaz
comparison libpurple/notify.h @ 20957:1ec2b67e9bc1
merge of '59ab2b78429c94d5d0fc77b1b7892accb524e2a4'
and 'e440d3119d6686976d657170c1fce857f4aecfc4'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Mon, 15 Oct 2007 23:46:12 +0000 |
parents | dd0878ccc577 |
children | 6de09629f091 |
comparison
equal
deleted
inserted
replaced
20942:37f3c1023a68 | 20957:1ec2b67e9bc1 |
---|---|
537 * and not include a colon if it would otherwise. | 537 * and not include a colon if it would otherwise. |
538 */ | 538 */ |
539 void purple_notify_user_info_prepend_pair(PurpleNotifyUserInfo *user_info, const char *label, const char *value); | 539 void purple_notify_user_info_prepend_pair(PurpleNotifyUserInfo *user_info, const char *label, const char *value); |
540 | 540 |
541 /** | 541 /** |
542 * Remove a PurpleNotifyUserInfoEntry from a PurpleNotifyUserInfo object | 542 * Remove a PurpleNotifyUserInfoEntry from a PurpleNotifyUserInfo object without freeing the entry. |
543 * | 543 * |
544 * @param user_info The PurpleNotifyUserInfo | 544 * @param user_info The PurpleNotifyUserInfo |
545 * @param user_info_entry The PurpleNotifyUserInfoEntry | 545 * @param user_info_entry The PurpleNotifyUserInfoEntry |
546 */ | 546 */ |
547 void purple_notify_user_info_remove_entry(PurpleNotifyUserInfo *user_info, PurpleNotifyUserInfoEntry *user_info_entry); | 547 void purple_notify_user_info_remove_entry(PurpleNotifyUserInfo *user_info, PurpleNotifyUserInfoEntry *user_info_entry); |