Method

WPEPlatformToplevelset_title

Declaration [src]

void
wpe_toplevel_set_title (
  WPEToplevel* toplevel,
  const char* title
)

Description [src]

Set the toplevel title.

Parameters

title

Type: const char*

Title to set, or NULL.

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