Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

Enum Soup.MemoryUse

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupMemoryUse
Enum : MemoryUse
Describes how SoupBuffer should use the data passed in by the
caller.
See also soup_buffer_new_with_owner(), which allows to you create a
buffer containing data which is owned by another object.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Soup.Message
Method
set_request (String content_type, MemoryUse req_use, String req_body, guint32 req_length) : none
Convenience function to set the request body of a SoupMessage.
Soup.Message
Method
set_response (String content_type, MemoryUse resp_use, String resp_body, guint32 resp_length) : none
Convenience function to set the response body of a SoupMessage.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:58 GMT+0800 (HKT)