axlPointer axl_item_get_data ( axlItem item  ) 

Returns the item data that is stored inside the axlItem received.

According to the type that is representing the axlItem received, it will return a particular type. Check AxlItemType for more information.

Parameters:
item The item that is required to return the data encapsulated on it.
Returns:
A pointer to the data stored, or NULL if it fails. The pointer returned, in the case it is defined, mustn't be released. It is a internal reference to the content.