int guac_client_put_handler(guac_client *client, guac_object *object, guac_stream *stream, char *mimetype, char *name)
Handler for Guacamole object put events.
Definition: client-fntypes.h:105
Type definitions related to Guacamole protocol objects.
void * data
Arbitrary data associated with this object.
Definition: object.h:45
guac_client_put_handler * put_handler
Handler for put events sent by the Guacamole web-client.
Definition: object.h:91
Represents a single object within the Guacamole protocol.
Definition: object.h:35
guac_client_get_handler * get_handler
Handler for get events sent by the Guacamole web-client.
Definition: object.h:68
Function type definitions related to the Guacamole client structure, guac_client. ...
int guac_client_get_handler(guac_client *client, guac_object *object, char *name)
Handler for Guacamole object get events.
Definition: client-fntypes.h:99
int index
The index of this object.
Definition: object.h:40