Mercurial > pidgin
diff src/status.h @ 10006:9baedaca25c7
[gaim-migrate @ 10923]
This is a patch from Dave West. He says it makes people show up as
online/offline for him. It crashes for me.
I've changed some things from his patch, so I'm gonna commit it
and let people work from there. I feel it's a step in the right
direction.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Fri, 10 Sep 2004 04:09:36 +0000 |
| parents | dfc56946ef53 |
| children | 81059dce3aed |
line wrap: on
line diff
--- a/src/status.h Fri Sep 10 02:51:22 2004 +0000 +++ b/src/status.h Fri Sep 10 04:09:36 2004 +0000 @@ -654,6 +654,14 @@ time_t idle_time); /** + * Sets the login time on a presence. + * + * @param presence The presence. + * @param level The login time. + */ +void gaim_presence_set_login_time(GaimPresence *presence, time_t login_time); + +/** * Sets the warning level on a presence. * * @param presence The presence.
