gqsort.inc 390 B

123456789101112131415
  1. {*
  2. * gqsort.inc
  3. *
  4. * depends on gtypes.inc
  5. *}
  6. procedure g_qsort_with_data (pbase : gconstpointer;
  7. total_elems : gint;
  8. size : gsize;
  9. compare_func : TGCompareDataFunc;
  10. user_data : gpointer);cdecl;external gliblib name 'g_qsort_with_data';