Constructor

HeContentBlockImagenew

Declaration

HeContentBlockImage*
he_content_block_image_new (
  const gchar* file
)

Description [src]

Creates a new ContentBlockImage..

Parameters

file

Type: const gchar*

The file path of the image. .

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

Return value

Type: HeContentBlockImage

No description available.

The data is owned by the called function.