Method
PidginPresenceIconset_presence
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.0 |
Sets property | Pidgin.PresenceIcon:presence |
Parameters
presence
-
Type:
PurplePresence
The new
PurplePresence
to set, orNULL
to unset.The argument can be NULL
.The data is owned by the caller of the function.