20#ifndef _GUAC_CLIENT_FNTYPES_H
21#define _GUAC_CLIENT_FNTYPES_H
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:83
int guac_client_free_handler(guac_client *client)
Handler for freeing up any extra data allocated by the client implementation.
Definition client-fntypes.h:51
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:96
int guac_client_join_pending_handler(guac_client *client)
Handler that will run before immediately before pending users are promoted to full users.
Definition client-fntypes.h:65
Type definitions related to the Guacamole client structure, guac_client.
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 Guacamole protocol objects.
Type definitions related to the Guacamole protocol.
Defines the guac_socket object and functions for using and manipulating it.
Type definitions related to Guacamole protocol streams.
Guacamole proxy client.
Definition client.h:48
Function type definitions related to the guac_user object.
Type definitions related to the guac_user object.