c
Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

Struct Soup.URI

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupURI
Struct : URI
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Soup.URI ()
Create a new Soup.URI
Create a new Soup.URI
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GData.ClientLoginAuthorizer
Property
proxy_uri : Soup.URI
GData.ClientLoginAuthorizer
Method
get_proxy_uri () : Soup.URI
GData.ClientLoginAuthorizer
Method
set_proxy_uri (URI proxy_uri) : none
GData.OAuth1Authorizer
Property
proxy_uri : Soup.URI
GData.OAuth1Authorizer
Method
get_proxy_uri () : Soup.URI
GData.OAuth1Authorizer
Method
set_proxy_uri (URI proxy_uri) : none
GData.Service
Property
proxy_uri : Soup.URI
GData.Service
Method
get_proxy_uri () : Soup.URI
GData.Service
Method
set_proxy_uri (URI proxy_uri) : none
Soup
Method
Soup.cookie_parse (String header, URI origin) : Soup.Cookie
Soup.Auth
Method
get_protection_space (URI source_uri) : Array
Soup.Cookie
Method
applies_to_uri (URI uri) : gboolean
Soup.Cookie
Method
Soup.Cookie.parse (String header, URI origin) : Soup.Cookie
Soup.CookieJar
Method
add_cookie_with_first_party (URI first_party, Cookie cookie) : none
Soup.CookieJar
Method
get_cookie_list (URI uri, gboolean for_http) : Array
Soup.CookieJar
Method
get_cookies (URI uri, gboolean for_http) : String
Soup.CookieJar
Method
set_cookie (URI uri, String cookie) : none
Soup.CookieJar
Method
set_cookie_with_first_party (URI uri, URI first_party, String cookie) : none
Soup.Message
Property
first_party : Soup.URI
Soup.Message
Property
uri : Soup.URI
Soup.Message
Method
new Soup.Message.from_uri (String method, URI uri) : Soup.Message
Create a new Soup.Message
Soup.Message
Method
get_first_party () : Soup.URI
Soup.Message
Method
get_uri () : Soup.URI
Soup.Message
Method
set_first_party (URI first_party) : none
Soup.Message
Method
set_uri (URI uri) : none
Soup.ProxyURIResolver
Method
get_proxy_uri_async (URI uri, MainContext async_context, Cancellable cancellable, Function callback, void* user_data) : none
Soup.ProxyURIResolver
Method
get_proxy_uri_sync (URI uri, Cancellable cancellable, Object out_values) : guint32
Soup.Request
Property
uri : Soup.URI
Soup.Request
Method
get_uri () : Soup.URI
Soup.Requester
Method
request_uri (URI uri) : Soup.Request
Soup.Session
Property
proxy_uri : Soup.URI
Soup.Session
Method
prepare_for_uri (URI uri) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:22:08 GMT+0800 (HKT)