Method

AdwAvatarset_custom_image

Declaration [src]

void
adw_avatar_set_custom_image (
  AdwAvatar* self,
  GdkPaintable* custom_image
)

Description [src]

Sets the custom image paintable.

Custom image is displayed instead of initials or icon.

Available since:1.0

Parameters

custom_image GdkPaintable*
 

A custom image.

 The argument can be NULL.
 The data is owned by the caller of the function.