Constructor

HeContentBlockImageClusternew

Declaration

HeContentBlockImageCluster*
he_content_block_image_cluster_new (
  const gchar* title,
  const gchar* subtitle,
  const gchar* icon
)

Description [src]

Creates a new ContentBlockImageCluster..

Parameters

title

Type: const gchar*

The title of the cluster. .

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

Type: const gchar*

The subtitle of the cluster. .

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

Type: const gchar*

The icon of the cluster. .

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

Return value

Type: HeContentBlockImageCluster

No description available.

The data is owned by the called function.