Method

PurplePresenceset_idle_time

since: 3.0

Declaration [src]

void
purple_presence_set_idle_time (
  PurplePresence* presence,
  GDateTime* idle_time
)

Description [src]

Sets the time that presence went idle to idle_time.

Available since: 3.0

Parameters

idle_time

Type: GDateTime

The time when the presence went idle, or NULL to clear the idle state.

The argument can be NULL.
The data is owned by the caller of the function.