This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit ce0ad4c2196d4b4cb32bba652680459f2e491e83 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Jul 31 12:26:17 2021 +0200 src/x2goclient-network{,-options-ssh}.c: unify comment style for instance pointer. --- src/x2goclient-network-options-ssh.c | 2 +- src/x2goclient-network.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/x2goclient-network-options-ssh.c b/src/x2goclient-network-options-ssh.c index 85ff621..8722a29 100644 --- a/src/x2goclient-network-options-ssh.c +++ b/src/x2goclient-network-options-ssh.c @@ -73,7 +73,7 @@ static void x2goclient_network_options_ssh_init (X2GoClientNetworkOptionsSSH * c /** * x2goclient_network_options_ssh_to_array: - * @self: (not optional): an #X2GoClientNetworkOptionsSSH. + * @self: (not optional): pointer to an #X2GoClientNetworkOptionsSSH instance. * * Converts the internal state to an #GPtrArray of SSH client options that can * be passed by prefixing "-o" to each entry when calling the SSH client. diff --git a/src/x2goclient-network.c b/src/x2goclient-network.c index 64849b5..2c181b8 100644 --- a/src/x2goclient-network.c +++ b/src/x2goclient-network.c @@ -277,7 +277,7 @@ static void x2goclient_network_finalize (GObject * const object) { /* * x2goclient_network_parse_sockspec: - * @self: (in) (not optional): an #X2GoClientNetwork. + * @self: (in) (not optional): pointer to an #X2GoClientNetwork instance. * @sockspec: (in) (not optional): socket specification as a pointer to a * #GString. * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git