This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit fd8be778e76e85019e7ce8eaa5247d4be358f637 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Dec 3 12:55:46 2021 +0100 src/x2goclient-{network{-options,}-ssh.c,network.h}: add input tag to documentation where necessary. --- src/x2goclient-network-options-ssh.c | 3 ++- src/x2goclient-network-ssh.c | 6 +++--- src/x2goclient-network.h | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/x2goclient-network-options-ssh.c b/src/x2goclient-network-options-ssh.c index 5d2fc08..816c337 100644 --- a/src/x2goclient-network-options-ssh.c +++ b/src/x2goclient-network-options-ssh.c @@ -95,7 +95,8 @@ X2GoClientNetworkOptionsSSH* x2goclient_network_options_ssh_new (void) { /** * x2goclient_network_options_ssh_to_array: - * @self: (not optional): pointer to an #X2GoClientNetworkOptionsSSH instance. + * @self: (in) (not optional): pointer to an #X2GoClientNetworkOptionsSSH + * instance. * * Converts the internal state to an #GPtrArray of SSH client options that can * be passed by prefixing <literal>-o</literal> to each entry when calling the diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c index 5619862..badb642 100644 --- a/src/x2goclient-network-ssh.c +++ b/src/x2goclient-network-ssh.c @@ -147,9 +147,9 @@ G_DEFINE_TYPE (X2GoClientNetworkSSH, x2goclient_network_ssh, X2GOCLIENT_TYPE_NET /* * x2goclient_network_ssh_check_timeout_data: - * @self: (not nullable): pointer to the #X2GoClientNetworkSSH instance. - * @gerr: (nullable): pointer to a #GError location, set to %NULL if not - * interested in precise errors. + * @self: (in) (not nullable): pointer to the #X2GoClientNetworkSSH instance. + * @gerr: (out) (nullable): pointer to a #GError location, set to %NULL if not + * interested in precise errors. * * Data structure used to pass common data to the timeout checking thread. * diff --git a/src/x2goclient-network.h b/src/x2goclient-network.h index 2660879..543a860 100644 --- a/src/x2goclient-network.h +++ b/src/x2goclient-network.h @@ -49,7 +49,8 @@ struct _X2GoClientNetworkClass { /** * X2GoClientNetworkClass::connect: - * @self: (not optional): pointer to an #X2GoClientNetwork instance. + * @self: (in) (not optional) (transfer none): pointer to an + * #X2GoClientNetwork instance. * @gerr: (out) (nullable): a return location for a #GError, pass %NULL if * not interested. * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git