Constructor
HeAvatarnew
Declaration
HeAvatar*
he_avatar_new (
  gint size,
  const gchar* image,
  const gchar* text,
  gboolean status,
  HeAvatarStatusColor* status_color
)
      Parameters
size- 
            
Type:
gintNo 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:
gbooleanNo description available.
 status_color- 
            
Type:
HeAvatarStatusColorNo 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. |