tinyfd_notifyPopup

extern (C) nothrow @nogc
int
tinyfd_notifyPopup

Parameters

title c_str

C-string or null

message c_str

C-string or null, can be multiline

iconType c_str

"info" "warning" "error"

Return Value

Type: int

Return has only meaning for "tinyfd_query".

Examples

tinyfd_notifyPopup("the title", "the message from outer-space", "info");

Meta