Method

HandyAvatarset_icon_name

Declaration [src]

void
hdy_avatar_set_icon_name (
  HdyAvatar* self,
  const gchar* 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.

Available since:1.0
Sets propertyHandy.Avatar:icon-name

Parameters

icon_name const gchar*
 

The name of the icon from the icon theme.

 The argument can be NULL.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.