guacamole/argv-fntypes.h File Reference

Function type definitions related to automatic handling of received "argv" instructions. More...

Go to the source code of this file.

Typedefs

typedef int guac_argv_callback (guac_user *user, const char *mimetype, const char *name, const char *value, void *data)
 Callback which is invoked by the automatic "argv" handling when the full value of a received argument has been received.

Detailed Description

Function type definitions related to automatic handling of received "argv" instructions.


Typedef Documentation

typedef int guac_argv_callback(guac_user *user, const char *mimetype, const char *name, const char *value, void *data)

Callback which is invoked by the automatic "argv" handling when the full value of a received argument has been received.

Parameters:
user The user that opened the argument value stream.
mimetype The mimetype of the data that will be sent along the stream.
name The name of the connection parameter being updated. It is up to the implementation of this handler to decide whether and how to update a connection parameter.
value The value of the received argument.
data Any arbitrary data that was provided when the received argument was registered with guac_argv_register().
Returns:
Zero if the received argument value has been accepted and has either taken effect or is being intentionally ignored, non-zero otherwise.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 17 Oct 2022 for libguac by  doxygen 1.6.1