Method

AdapBannerset_title

since: 1.3

Declaration [src]

void
adap_banner_set_title (
  AdapBanner* self,
  const char* title
)

Description [src]

Sets the title for this banner.

See also: AdapBanner:use-markup.

Available since: 1.3

Sets propertyAdap.Banner:title

Parameters

title

Type: const char*

The title.

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