Toast.format
Description:
[ CCode ( has_construct_function = false ) ]
[ PrintfFormat ]
[ Version ( since = "1.2" ) ]
public Toast.format (string format, ...)
[ PrintfFormat ]
[ Version ( since = "1.2" ) ]
public Toast.format (string format, ...)
Creates a new `AdwToast`.
The toast will use the format string as its title.
See also: [ctor@Toast.new]
Parameters:
format |
the formatted string for the toast title |
... |
the parameters to insert into the format string |
Returns:
the newly created toast object |