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.
const char ** args
 NULL-terminated array of all arguments accepted by this client plugin, in order.

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

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.

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:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 19 Jun 2013 for libguac by  doxygen 1.6.1