Method

PidginPresenceIconset_presence

since: 3.0

Declaration [src]

void
pidgin_presence_icon_set_presence (
  PidginPresenceIcon* icon,
  PurplePresence* presence
)

Description [src]

Sets the PurplePresence for icon to display.

Available since: 3.0

Parameters

presence

Type: PurplePresence

The new PurplePresence to set, or NULL to unset.

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