Mercurial > pidgin
comparison libpurple/notify.h @ 18121:9b9e202eb449
merge of 'bfe8046c64de924e7495c4913a6db09a462b1d85'
and 'dedd3ec8f99fdd14b30a54ea1142e9daee336eff'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 16 Jun 2007 20:34:35 +0000 |
parents | ab6d2763b8d8 |
children | 2177a11e169d |
comparison
equal
deleted
inserted
replaced
18113:97b735ca9d7a | 18121:9b9e202eb449 |
---|---|
454 * | 454 * |
455 * To remove a PurpleNotifyUserInfoEntry, use purple_notify_user_info_remove_entry(). Do not use the GList directly. | 455 * To remove a PurpleNotifyUserInfoEntry, use purple_notify_user_info_remove_entry(). Do not use the GList directly. |
456 * | 456 * |
457 * @param user_info The PurpleNotifyUserInfo | 457 * @param user_info The PurpleNotifyUserInfo |
458 * | 458 * |
459 * @result A GList of PurpleNotifyUserInfoEntry objects | 459 * @constreturn A GList of PurpleNotifyUserInfoEntry objects |
460 */ | 460 */ |
461 const GList *purple_notify_user_info_get_entries(PurpleNotifyUserInfo *user_info); | 461 GList *purple_notify_user_info_get_entries(PurpleNotifyUserInfo *user_info); |
462 | 462 |
463 /** | 463 /** |
464 * Create a textual representation of a PurpleNotifyUserInfo, separating entries with newline | 464 * Create a textual representation of a PurpleNotifyUserInfo, separating entries with newline |
465 * | 465 * |
466 * @param user_info The PurpleNotifyUserInfo | 466 * @param user_info The PurpleNotifyUserInfo |