libguac 1.5.5
Loading...
Searching...
No Matches
Deprecated List
Global guac_protocol_send_nest (guac_socket *socket, int index, const char *data)
The "nest" instruction and the corresponding guac_socket implementation are no longer necessary, having been replaced by the streaming instructions ("blob", "ack", "end"). Code using nested sockets or the "nest" instruction should instead write to a normal socket directly.
Global guac_socket_nest (guac_socket *parent, int index)
The "nest" instruction and the corresponding guac_socket implementation are no longer necessary, having been replaced by the streaming instructions ("blob", "ack", "end"). Code using nested sockets or the "nest" instruction should instead write to a normal socket directly.
Global GUAC_STATUS_NOT_INPLEMENTED
This constant contains a typo in its name and will be removed in a future release. Use GUAC_STATUS_NOT_IMPLEMENTED instead.