comparison src/account.h @ 11159:bd8ac1d4b2f2

[gaim-migrate @ 13246] Get rid of a bunch of gcc4 compile warnings in oscar. Here's what I'm doing: -For random bits of binary data, use guchar * -For textual data (not necessarily utf8), use gchar * This seems to be what glib and gtk do committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 26 Jul 2005 04:34:37 +0000
parents 1c5398ccbeb0
children b4b1be482b4e
comparison
equal deleted inserted replaced
11158:2c930d591492 11159:bd8ac1d4b2f2
266 * Sets the account's presence. 266 * Sets the account's presence.
267 * 267 *
268 * @param account The account. 268 * @param account The account.
269 * @param presence The presence. 269 * @param presence The presence.
270 * 270 *
271 * This function does not seem to be implemented anywhere ... 271 * TODO: This function does not seem to be implemented anywhere...
272 */ 272 */
273 void gaim_account_set_presence(GaimAccount *account, GaimPresence *presence); 273 void gaim_account_set_presence(GaimAccount *account, GaimPresence *presence);
274 274
275 /** 275 /**
276 * Activates or deactivates a status. All changes to the statuses of 276 * Activates or deactivates a status. All changes to the statuses of