This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 9aa99e69d172579a6aaa8cabdc0fa06517c82809 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Sep 30 04:39:25 2021 +0200 src/x2goclient-network-ssh.h: mention the actually expected instance/object type in the documentation for the X2GOCLIENT_NETWORK_SSH_ERROR_CONNECT_OPTIONS_INVALID error. --- src/x2goclient-network-ssh.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/x2goclient-network-ssh.h b/src/x2goclient-network-ssh.h index f7da951..03bd51b 100644 --- a/src/x2goclient-network-ssh.h +++ b/src/x2goclient-network-ssh.h @@ -92,12 +92,13 @@ X2GoClientNetworkSSH* x2goclient_network_ssh_new (const gchar * const session_pa * @X2GOCLIENT_NETWORK_SSH_ERROR_CONNECT_SOCK_ADDR_UNKNOWN: unknown socket * address type in * connect function. - * @X2GOCLIENT_NETWORK_SSH_ERROR_CONNECT_OPTIONS_INVALID: options structure - * was not of the - * expected type or - * could not be parsed - * into string array in - * connect function. + * @X2GOCLIENT_NETWORK_SSH_ERROR_CONNECT_OPTIONS_INVALID: + * options structure was not of + * the expected type + * #X2GoClientNetworkOptionsSSH + * or could not be parsed into + * string array in connect + * function. * @X2GOCLIENT_NETWORK_SSH_ERROR_PROC_COMMUNICATE_TRUE_RETVAL_UNAVAILABLE: * SSH process spawned * successfully, but -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git