Message.isFeatureDisabled

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

See soup.message.Message.disableFeature.

class Message
bool
isFeatureDisabled

Parameters

featureType gobject.types.GType

the #GType of a #SoupSessionFeature

Return Value

Type: bool

true if feature is disabled, or false otherwise.