Class
PurpleAvatar
unstable 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
Constructors
purple_avatar_new_from_resource
Creates a new avatar from the resource at resource_path
.
unstable since: 3.0
Instance methods
purple_avatar_get_animation
Gets the GdkPixbufAnimation
if
PurpleAvatar:animated
is TRUE
, otherwise NULL
.
unstable since: 3.0
Properties
Purple.Avatar:animation
The GdkPixbufAnimation
if
PurpleAvatar:animated
is TRUE
.
unstable since: 3.0
Purple.Avatar:pixbuf
The GdkPixbuf
of the avatar. If
PurpleAvatar:animated
is TRUE
, this will be a static frame
from the animation.
unstable 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.