| Top |  |  |  |  | 
GUPnPFeatureListParser parses XML strings from ContentDirectory FeatureList state variable.
GList * gupnp_feature_list_parser_parse_text (GUPnPFeatureListParser *parser,const char *text,GError **error);
Parses text
 and returns the list of available features.
If an error occured error
 will be set.
| parser | ||
| text | The feature list string to be parsed | |
| error | The location where to store the error information if any, or NULL | 
 The list of
features or NULL if an error occured. 
[transfer full][element-type GUPnPFeature]