Valadoc | Vala | Tutorial | API-References | Markup

get_feature


Description:

public weak SessionFeature get_feature (Type feature_type)

Gets the first feature in session of type feature_type. For features where there may be more than one feature of a given type, use get_features.

feature is owned by session.

Parameters:

feature_type the Type of the feature to get

Returns:

a SessionFeature, or null. The