get_features


Description:

[ Version ( since = "2.26" ) ]
public SList<SessionFeature> get_features (Type feature_type)

Generates a list of this's features of type feature_type.

(If you want to see all features, you can pass SOUP_TYPE_SESSION_FEATURE for feature_type.)

Parameters:

this

a Session

feature_type

the Type of the class of features to get

Returns:

a list of features. You must free the list, but not its contents