GUACAMOLE-630: Clarify usage of argv-related guac_user_callback implementations.
This commit is contained in:
parent
f56df8b8be
commit
43269920db
@ -41,9 +41,8 @@ guac_user_argv_handler guac_kubernetes_argv_handler;
|
||||
* Sends the current values of all non-sensitive parameters which may be set
|
||||
* while the connection is running to the given user. Note that the user
|
||||
* receiving these values will not necessarily be able to set new values
|
||||
* themselves if their connection is read-only. This function is provided for
|
||||
* convenience, as it is can be used as the callback for
|
||||
* guac_client_foreach_user() or guac_client_for_owner().
|
||||
* themselves if their connection is read-only. This function can be used as
|
||||
* the callback for guac_client_foreach_user() and guac_client_for_owner()
|
||||
*
|
||||
* @param user
|
||||
* The user that should receive the values of all non-sensitive parameters
|
||||
|
@ -41,9 +41,8 @@ guac_user_argv_handler guac_ssh_argv_handler;
|
||||
* Sends the current values of all non-sensitive parameters which may be set
|
||||
* while the connection is running to the given user. Note that the user
|
||||
* receiving these values will not necessarily be able to set new values
|
||||
* themselves if their connection is read-only. This function is provided for
|
||||
* convenience, as it is can be used as the callback for
|
||||
* guac_client_foreach_user() or guac_client_for_owner().
|
||||
* themselves if their connection is read-only. This function can be used as
|
||||
* the callback for guac_client_foreach_user() and guac_client_for_owner()
|
||||
*
|
||||
* @param user
|
||||
* The user that should receive the values of all non-sensitive parameters
|
||||
|
@ -41,9 +41,8 @@ guac_user_argv_handler guac_telnet_argv_handler;
|
||||
* Sends the current values of all non-sensitive parameters which may be set
|
||||
* while the connection is running to the given user. Note that the user
|
||||
* receiving these values will not necessarily be able to set new values
|
||||
* themselves if their connection is read-only. This function is provided for
|
||||
* convenience, as it is can be used as the callback for
|
||||
* guac_client_foreach_user() or guac_client_for_owner().
|
||||
* themselves if their connection is read-only. This function can be used as
|
||||
* the callback for guac_client_foreach_user() and guac_client_for_owner()
|
||||
*
|
||||
* @param user
|
||||
* The user that should receive the values of all non-sensitive parameters
|
||||
|
Loading…
Reference in New Issue
Block a user