comparison src/blist.h @ 6735:b0913ab92893

[gaim-migrate @ 7267] This is some compile warning cleanup stuff. I tried compiling with CFLAGS="-ansi -ggdb -pedantic -Wall" It's fun. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 04 Sep 2003 03:50:22 +0000
parents 41120df7ed94
children a781689ca455
comparison
equal deleted inserted replaced
6734:bf77a7db61c2 6735:b0913ab92893
626 * @param value The data to set 626 * @param value The data to set
627 */ 627 */
628 void gaim_blist_chat_set_setting(GaimBlistChat *c, const char *key, const char *value); 628 void gaim_blist_chat_set_setting(GaimBlistChat *c, const char *key, const char *value);
629 629
630 /** 630 /**
631 * Retrieves data from the XML buddy list set by gaim_chat_set_setting()) 631 * Retrieves data from the XML buddy list set by gaim_blist_chat_set_setting())
632 * 632 *
633 * @param c The chat to retrieve data from 633 * @param c The chat to retrieve data from
634 * @param key The key to retrieve the data with 634 * @param key The key to retrieve the data with
635 * 635 *
636 * @return The associated data or NULL if no data is associated 636 * @return The associated data or NULL if no data is associated