comparison src/status.h @ 11580:24169af08585

[gaim-migrate @ 13850] Doxygen fixes committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 30 Sep 2005 05:07:03 +0000
parents a26eb48d1953
children 723487d07aa0
comparison
equal deleted inserted replaced
11579:576432496863 11580:24169af08585
499 * 499 *
500 * This should only be called by the account, conversation, and buddy APIs. 500 * This should only be called by the account, conversation, and buddy APIs.
501 * 501 *
502 * @param status The status. 502 * @param status The status.
503 * @param active The active state. 503 * @param active The active state.
504 * @param list A list of attributes to set on the status. This list is 504 * @param attrs A list of attributes to set on the status. This list is
505 * composed of key/value pairs, where each key is a valid 505 * composed of key/value pairs, where each key is a valid
506 * attribute name for this GaimStatusType. 506 * attribute name for this GaimStatusType.
507 */ 507 */
508 void gaim_status_set_active_with_attrs_list(GaimStatus *status, gboolean active, 508 void gaim_status_set_active_with_attrs_list(GaimStatus *status, gboolean active,
509 const GList *attrs); 509 const GList *attrs);