BBTree.this

Creates a new GTree with a comparison function that accepts user data. See g_tree_new() for more details.

Parameters

keyCompareFunc GCompareDataFunc

qsort()-style comparison function

keyCompareData void*

data to pass to comparison function

Return Value

a newly allocated GTree

Throws

ConstructionException GTK+ fails to create the object.