[X2Go-Commits] [libx2goclient] 124/132: src/x2goclient-network-ssh.c: documentation annotations cannot be split onto multiple lines, consolidate.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 3 15:26:37 CET 2021
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository libx2goclient.
commit dc5ea65dc9239481a9c2ff2d9fa4cedf2bb254ac
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Dec 3 13:22:08 2021 +0100
src/x2goclient-network-ssh.c: documentation annotations cannot be split onto multiple lines, consolidate.
---
src/x2goclient-network-ssh.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index 6144bda..3bea957 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -1608,9 +1608,8 @@ static void x2goclient_network_ssh_log_std_str (const gchar * const str, const g
/*
* x2goclient_network_ssh_gptrarray_to_string:
- * @arr: (in) (not optional) (array)
- * (element-type (type utf8)): pointer to the #GPtrArray to convert to a
- * string.
+ * @arr: (in) (not optional) (array) (element-type (type utf8)):
+ * pointer to the #GPtrArray to convert to a string.
* @prelude: (in) (nullable): initial string to prepend to the resulting
* output string.
* @ret_str: (out) (not optional) (transfer full): output location of the
@@ -1770,8 +1769,8 @@ static gboolean x2goclient_network_ssh_gptrarray_to_string (GPtrArray * const ar
/*
* x2goclient_network_ssh_gptrarray_print_debug:
- * @arr: (in) (not optional) (array)
- * (element-type (type utf8)): pointer to the #GPtrArray to print.
+ * @arr: (in) (not optional) (array) (element-type (type utf8)):
+ * pointer to the #GPtrArray to print.
* @prelude: (in) (nullable): initial string to prepend to the resulting
* output.
* @desc: (in) (nullable): description of the array to be printed, used in
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git
More information about the x2go-commits
mailing list