Constructor

HeBannernew

Declaration

HeBanner*
he_banner_new (
  const gchar* title,
  const gchar* description
)

Description [src]

Construct a new banner.

Since: 1.0.

Parameters

title

Type: const gchar*

The title of the banner. .

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

Type: const gchar*

The description of the banner. .

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

Return value

Type: HeBanner

No description available.

The data is owned by the called function.