int guac_user_get_handler(guac_user *user, guac_object *object, char *name)
Handler for Guacamole object get requests. 
Definition: user-fntypes.h:397
 
Type definitions related to Guacamole protocol objects. 
 
guac_user_put_handler * put_handler
Handler for put events sent by the Guacamole web-client. 
Definition: object.h:88
 
void * data
Arbitrary data associated with this object. 
Definition: object.h:42
 
Represents a single object within the Guacamole protocol. 
Definition: object.h:32
 
Function type definitions related to the guac_user object. 
 
int index
The index of this object. 
Definition: object.h:37
 
int guac_user_put_handler(guac_user *user, guac_object *object, guac_stream *stream, char *mimetype, char *name)
Handler for Guacamole object put requests. 
Definition: user-fntypes.h:424
 
guac_user_get_handler * get_handler
Handler for get events sent by the Guacamole web-client. 
Definition: object.h:65