Method

PurpleAvatarget_pixbuf

since: 3.0

Declaration [src]

GdkPixbuf*
purple_avatar_get_pixbuf (
  PurpleAvatar* avatar
)

Description [src]

Gets the GdkPixbuf of avatar.

If PurpleAvatar:animated is TRUE, this returns a single frame of the animation. To get the animation see purple_avatar_get_animation().

Available since: 3.0

Gets propertyPurple.Avatar:pixbuf

Return value

Type: GdkPixbuf

The pixbuf of the avatar which could be NULL.

The data is owned by the instance.