Method

Adw.Avatar.set_icon_name

Declaration [src]

void
adw_avatar_set_icon_name (
  AdwAvatar* self,
  const char* icon_name
)

Description [src]

Sets the name of an icon to use as a fallback.

If no name is set, avatar-default-symbolic will be used.

Sets propertyAdw.Avatar:icon-name

Parameters

icon_name const char*
 

the icon name

 Can be NULL
 Ownership is not transferred to the callee
 The string is a NUL terminated UTF-8 string