Add functions, g_lookup_related and g_search_related, which allow you to search in...
authorDana Jansens <danakj@orodu.net>
Wed, 28 Oct 2009 20:05:44 +0000 (16:05 -0400)
committerDana Jansens <danakj@orodu.net>
Thu, 12 Nov 2009 21:54:04 +0000 (16:54 -0500)
commit4a6348cb2e17580789a4e054f1e1a06b16d01e01
tree2a74ab81787b9bd088bbbaebcc1802b210785b80
parentb1418283eb26b343fa899ea5377362231dcb14f3
Add functions, g_lookup_related and g_search_related, which allow you to search in a GTree for a key, and return the next larger/smaller if the search key is not found
glib/gtree.c
glib/gtree.h
tests/tree-test.c