comparison libpurple/notify.h @ 15936:b449dc6b8a20

A little doxygen love and some tiny gaim->purpleisms
author Mark Doliner <mark@kingant.net>
date Mon, 26 Mar 2007 05:28:57 +0000
parents 32c366eeeb99
children 516f14bef90e
comparison
equal deleted inserted replaced
15935:a26cbbd1409c 15936:b449dc6b8a20
579 579
580 /** 580 /**
581 * Set the type of a PurpleNotifyUserInfoEntry 581 * Set the type of a PurpleNotifyUserInfoEntry
582 * 582 *
583 * @param user_info_entry The PurpleNotifyUserInfoEntry 583 * @param user_info_entry The PurpleNotifyUserInfoEntry
584 * @param The PurpleNotifyUserInfoEntryType 584 * @param type The PurpleNotifyUserInfoEntryType
585 */ 585 */
586 void purple_notify_user_info_entry_set_type(PurpleNotifyUserInfoEntry *user_info_entry, 586 void purple_notify_user_info_entry_set_type(PurpleNotifyUserInfoEntry *user_info_entry,
587 PurpleNotifyUserInfoEntryType type); 587 PurpleNotifyUserInfoEntryType type);
588 588
589 /** 589 /**