Constructor

HeAvatarnew

Declaration

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

Description [src]

Creates a new Avatar.

Since: 1.1.

Parameters

size

Type: gint

No description available.

image

Type: const gchar*

The image to display .

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.

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.