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.AuthManager, Soup.AuthManagerNTLM, Soup.Coding, Soup.CodingGzip, Soup.ContentDecoder, Soup.ContentSniffer, Soup.CookieJar, Soup.CookieJarText, Soup.Logger, Soup.ProxyResolverStatic
  Show / Hide Inherited methods, properties and signals
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
remove_feature (SessionFeature feature) : none
Removes feature's functionality from 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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:35:00 GMT+0800 (HKT)