GLib.PrintFunc
function onPrintFunc(string: String): void { }
Specifies the type of the print handler functions. These are called with the complete formatted string to output.
- string
the message to output
function onPrintFunc(string: String): void { }
Specifies the type of the print handler functions. These are called with the complete formatted string to output.
the message to output