Constructor
Adw.Toast.new
Declaration [src]
AdwToast*
adw_toast_new (
const char* title
)
Description [src]
Creates a new AdwToast
.
The toast will use title
as its title.
title
can be marked up with the Pango text markup language.
Available since: | 1.0 |
Parameters
title |
const char* |
the title to be displayed |
|
The data is owned by the caller of the function | |
The string is a NUL terminated UTF-8 string |
Return value
Returns: AdwToast |
|
the new created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it |