Import line: | Soup = imports.gi.Soup; |
GIR File: | Soup-2.4.gir |
C documentation: | SoupSocketIOStatus |
Enum : | SocketIOStatus |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Soup.SocketIOStatus.EOF : 2
|
|
Number Soup.SocketIOStatus.ERROR : 3
|
|
Number Soup.SocketIOStatus.OK : 0
|
|
Number Soup.SocketIOStatus.WOULD_BLOCK : 1
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Soup.Socket
Method |
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 |
Attempts to write len bytes from buffer to sock.
|