Method
PurpleAvatarget_pixbuf
unstable 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 property | Purple.Avatar:pixbuf |
Return value
Type: GdkPixbuf
The pixbuf of the avatar which could be NULL
.
The returned data is owned by the instance. |