Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

Interface Soup.SessionFeature

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupSessionFeature
Interface : SessionFeature
Implementations: Soup.ContentDecoder, Soup.ContentSniffer, Soup.CookieJar, Soup.CookieJarText, Soup.Logger, Soup.ProxyResolverDefault
An object that implement some sort of optional feature for
SoupSession.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Soup.Session
Property
add_feature : Soup.SessionFeature
Soup.Session
Method
add_feature (SessionFeature feature) : none
Adds feature's functionality to session.
Soup.Session
Method
get_feature (Number feature_type) : Soup.SessionFeature
Gets the first feature in session of type feature_type.
Soup.Session
Method
get_feature_for_message (Number feature_type, Message msg) : Soup.SessionFeature
Gets the first feature in session of type feature_type, provided
that it is not disabled for msg.
Soup.Session
Method
remove_feature (SessionFeature feature) : none
Removes feature's functionality from session.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:55 GMT+0800 (HKT)