FeatureItem* FeatureAlloc (char const *url)

Returns an initialized FeatureItem struct, and pushes it on the internal list of features

Documentation

Returns an initialized FeatureItem struct, and pushes it on the internal list of features. (ISSUE: should this really be part of the public interface? Called one in .../XmTV/FeatureFE.c -- refactor?)
Returns:
Pointer to a newly allocated and initialized FeatureItem.
Parameters:
url - url to be associated with the return FeatureItem.
See Also:
FeatureItem


Back to TerraVision API Home Page