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

g_qsort_with_data

Declaration

Source position: lazglib2.pas line 5547

procedure g_qsort_with_data(

  pbase: Pgpointer;

  total_elems: gint;

  size: gsize;

  compare_func: TGCompareDataFunc;

  user_data: gpointer

);