A handle to a client plugin, containing enough information about the plugin to complete the initial protocol handshake and instantiate a new client supporting the protocol provided by the client plugin. More...
Data Fields | |
guac_client_init_handler * | init_handler |
Reference to the init handler of this client plugin. More... | |
const char ** | args |
NULL-terminated array of all arguments accepted by this client plugin, in order. More... | |
A handle to a client plugin, containing enough information about the plugin to complete the initial protocol handshake and instantiate a new client supporting the protocol provided by the client plugin.
const char** guac_client_plugin::args |
NULL-terminated array of all arguments accepted by this client plugin, in order.
The values of these arguments will be passed to the init_handler if the client plugin is started.
guac_client_init_handler* guac_client_plugin::init_handler |
Reference to the init handler of this client plugin.
This function will be called when the client plugin is started.