gint compareAssociationIDs(gconstpointer a, gconstpointer b)

compareAssociationIDs compares the association ID's of two associations and returns 0 if they are equal.

Documentation

compareAssociationIDs compares the association ID's of two associations and returns 0 if they are equal. This is a call back function called by List Functions whenever two association need to be compared.
Parameters:
a - pointer to association struct 1
b - pointer to association struct 2
Returns:
0 if a->tagLocal equals b->tagLocal, 1 if bigger, -1 if smaller

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.