libguac  0.9.9
Data Fields
guac_client_plugin Struct Reference

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_handlerinit_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...
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: