Method

AdwAvatarset_text

since: 1.0

Declaration [src]

void
adw_avatar_set_text (
  AdwAvatar* self,
  const char* text
)

Description [src]

Sets the text used to generate the fallback initials and color.

Available since: 1.0

Sets propertyAdw.Avatar:text

Parameters

text

Type: const char*

The text used to get the initials and color.

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