[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazGLib2' (#lcl)

g_thread_new

Declaration

Source position: lazglib2.pas line 5012

function g_thread_new(

  name: Pgchar;

  func: TGThreadFunc;

  data: gpointer

):PGThread;