int axl_list_always_return_1 ( axlPointer  a,
axlPointer  b 
)

An equal function that could be used to make elements to be stored inside an axlList at the end as the are added, without replacing any previously added item.

If it is needed to create a list that stores elements at the end as they are added, this function could be used as the axlEqualFunc, while calling to axl_list_new.

Parameters:
a First item.
b Second item.
Returns:
The function always return 1.