Message.isFeatureDisabled

bool isFeatureDisabled(gobject.types.GType featureType)

Get whether soup.session_feature.SessionFeatures of the given feature_type (or a subclass of that type) are disabled on msg.

See soup.message.Message.disableFeature.

Parameters

featureTypethe #GType of a #SoupSessionFeature

Returns

true if feature is disabled, or false otherwise.