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
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, guint32 len, guint32 nread, Cancellable cancellable) : Soup.SocketIOStatus
Attempts to read up to len bytes from sock into buffer.
Soup.Socket
Method
read_until (void* buffer, guint32 len, void* boundary, guint32 boundary_len, guint32 nread, gboolean got_boundary, Cancellable cancellable) : Soup.SocketIOStatus
Like soup_socket_read(), but reads no further than the first
occurrence of boundary.
Soup.Socket
Method
write (void* buffer, guint32 len, guint32 nwrote, 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 Sat Apr 16 2011 17:16:58 GMT+0800 (HKT)