comparison src/prpl.h @ 10870:b75ce371c812

[gaim-migrate @ 12557] Elimidate a parameter that shouldn't-a-been there committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 25 Apr 2005 04:03:16 +0000
parents d01d81de94d8
children 11e465b55fe6
comparison
equal deleted inserted replaced
10869:3e43c132f151 10870:b75ce371c812
323 * Notifies Gaim of an account's log-in time. 323 * Notifies Gaim of an account's log-in time.
324 * 324 *
325 * This is meant to be called from protocol plugins. 325 * This is meant to be called from protocol plugins.
326 * 326 *
327 * @param account The account the user is on. 327 * @param account The account the user is on.
328 * @param name Name of the user.
329 * @param login_time The user's log-in time. 328 * @param login_time The user's log-in time.
330 */ 329 */
331 void gaim_prpl_got_account_login_time(GaimAccount *account, const char *name, 330 void gaim_prpl_got_account_login_time(GaimAccount *account, time_t login_time);
332 time_t login_time);
333 331
334 /** 332 /**
335 * Notifies Gaim that an account's status has changed. 333 * Notifies Gaim that an account's status has changed.
336 * 334 *
337 * This is meant to be called from protocol plugins. 335 * This is meant to be called from protocol plugins.