Class
PurpleSavedPresence
Instance methods
purple_saved_presence_set_emoji
Sets the emoji of presence
to emoji
. If emoji
is NULL
, the emoji will be cleared.
since: 3.0.0
purple_saved_presence_set_last_used
Sets the last time presence
was used to last_used
. If last_used
is NULL
,
the time will be cleared.
since: 3.0.0
purple_saved_presence_set_message
Sets the message of presence
to message
. If message
is NULL
the message
is cleared.
since: 3.0.0
purple_saved_presence_set_name
Sets the name of presence
to name
. If name
is NULL
the name will be cleared.
since: 3.0.0
purple_saved_presence_set_primitive
Sets the PurplePresencePrimitive
of presence
to primitive
.
since: 3.0.0
purple_saved_presence_set_use_count
Sets the number of times presence
has been used to use_count
.
since: 3.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.