Constructor

HeToastnew

Declaration

HeToast*
he_toast_new (
  const gchar* label
)

Description [src]

Creates a new Toast..

Parameters

label

Type: const gchar*

The title of the Toast .

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

Return value

Type: HeToast

No description available.

The data is owned by the called function.