comparison libpurple/notify.h @ 18063:926ccb104da0

disapproval of revision '1411afd7660760db59966c3a9f18e2adab8eb27e'
author Richard Laager <rlaager@wiktel.com>
date Sat, 16 Jun 2007 19:00:35 +0000
parents 4ca97b26a8fb
children ab6d2763b8d8
comparison
equal deleted inserted replaced
18058:4ca97b26a8fb 18063:926ccb104da0
456 * 456 *
457 * @param user_info The PurpleNotifyUserInfo 457 * @param user_info The PurpleNotifyUserInfo
458 * 458 *
459 * @result A GList of PurpleNotifyUserInfoEntry objects 459 * @result 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