20 #ifndef _GUAC_CLIENT_FNTYPES_H 21 #define _GUAC_CLIENT_FNTYPES_H Type definitions related to Guacamole protocol streams.
Type definitions related to Guacamole protocol objects.
Type definitions related to the Guacamole client structure, guac_client.
int guac_client_free_handler(guac_client *client)
Handler for freeing up any extra data allocated by the client implementation.
Definition: client-fntypes.h:49
Type definitions related to the Guacamole protocol.
Guacamole proxy client.
Definition: client.h:46
int guac_client_init_handler(guac_client *client)
The entry point of a client plugin which must initialize the given guac_client.
Definition: client-fntypes.h:80
void guac_client_log_handler(guac_client *client, guac_client_log_level level, const char *format, va_list args)
Handler for logging messages related to a given guac_client instance.
Definition: client-fntypes.h:67
guac_client_log_level
All supported log levels used by the logging subsystem of each Guacamole client.
Definition: client-types.h:62
Type definitions related to the guac_user object.