PrintFunc
  
  Description:
  [ 
CCode ( has_target = 
false ) ]
public delegate void PrintFunc (
string text)
  
    Specifies the type of the print handler functions.
     These are called with the complete formatted string to output.
    Parameters:
    
      
        | string | the message to output |