Valadoc | Vala | Tutorial | API-References | Markup

get_features


Description:

public SList<SessionFeature> get_features (Type feature_type)

Generates a list of session's features of type feature_type. (If you want to see all features, you can pass SOUP_TYPE_SESSION_FEATURE for feature_type.)

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

Parameters:

feature_type the Type of the class of features to get