int axl_list_equal_string ( axlPointer  a,
axlPointer  b 
)

Equal function that is prepared to receive two strings a return if they are equal.

This function is provided as a convenience implementation for the axl_list_new function, allowing to store strings inside the given list.

The function will return 0 if the string are equal and 1 if not. This will cause to make the strings addes to be append at the end of the list.

Parameters:
a The first string to compare.
b The second string to compare.