GUACAMOLE-630: Clarify usage of argv-related guac_user_callback implementations.

This commit is contained in:
Michael Jumper 2019-08-07 20:16:01 -07:00
parent f56df8b8be
commit 43269920db
3 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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