[ 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
.)
| this |
a Session |
| feature_type |
the Type of the class of features to get |
|
a list of features. You must free the list, but not its contents |