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

g_tree_new_full

Declaration

Source position: lazglib2.pas line 5052

function g_tree_new_full(

  key_compare_func: TGCompareDataFunc;

  key_compare_data: gpointer;

  key_destroy_func: TGDestroyNotify;

  value_destroy_func: TGDestroyNotify

):PGTree;