Back to Seed Clases

Soup


Classes

Interfaces

Structs

Unions

Enums

Enum Soup.SocketIOStatus

Import line: Soup = imports.gi.Soup;
GIR File: Soup-2.4.gir
C documentation: SoupSocketIOStatus
Enum : SocketIOStatus
  Show / Hide Inherited methods, properties and signals
Return value from the SoupSocket IO methods.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Soup.Socket
Method
read (void* buffer, Number len, Object out_values, Cancellable cancellable) : Soup.SocketIOStatus
Attempts to read up to len bytes from sock into buffer.
Soup.Socket
Method
read_until (void* buffer, Number len, void* boundary, Number boundary_len, Object out_values, Boolean got_boundary, Cancellable cancellable) : Soup.SocketIOStatus
ends with the boundary string Like soup_socket_read(), but reads no further than the first occurrence of boundary.
Soup.Socket
Method
write (void* buffer, Number len, Object out_values, Cancellable cancellable) : Soup.SocketIOStatus
Attempts to write len bytes from buffer to sock.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:35:01 GMT+0800 (HKT)