Function
PurpleProtocolgot_account_idle
Declaration [src]
void
purple_protocol_got_account_idle (
PurpleAccount* account,
gboolean idle,
time_t idle_time
)
Description [src]
Notifies Purple that our account’s idle state and time have changed.
This is meant to be called from protocols.
Parameters
account |
PurpleAccount |
The account. |
|
The data is owned by the caller of the function. | |
idle |
gboolean |
The user’s idle state. |
|
idle_time |
time_t |
The user’s idle time. |