Class
PurpleAvatar
since: 3.0
Description [src]
final class Purple.Avatar : GObject.Object {
/* No available fields */
}
A representation of an Avatar that is used for accounts, contacts, and conversations.
Available since: 3.0
Instance methods
purple_avatar_get_animation
Gets the GdkPixbufAnimation
if
PurpleAvatar:animated
is TRUE
, otherwise NULL
.
since: 3.0
Properties
Purple.Avatar:pixbuf
The GdkPixbuf
of the avatar. If
PurpleAvatar:animated
is TRUE
, this will be a static frame
from the animation.
since: 3.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.