Constructor

HeAvatarnew

Declaration

HeAvatar*
he_avatar_new (
  gint size,
  const gchar* image,
  const gchar* text,
  gboolean status,
  HeAvatarStatusColor* status_color
)

Description

No description available.

Parameters

size

Type: gint

No description available.

image

Type: const gchar*

No description available.

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

Type: const gchar*

No description available.

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

Type: gboolean

No description available.

status_color

Type: HeAvatarStatusColor

No description available.

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

Return value

Type: HeAvatar

No description available.

The data is owned by the called function.