[X2Go-Commits] [libx2goclient] 04/09: src/x2goclient-utils.c: fix gtk-doc issues (mostly in annotations).

git-admin at x2go.org git-admin at x2go.org
Wed May 13 16:41:35 CEST 2020


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository libx2goclient.

commit 98a195c17153e422df3d382b66e5f2094e5f1ca0
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Apr 27 23:39:14 2020 +0200

    src/x2goclient-utils.c: fix gtk-doc issues (mostly in annotations).
---
 src/x2goclient-utils.c | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/src/x2goclient-utils.c b/src/x2goclient-utils.c
index 39e448a..882e43e 100644
--- a/src/x2goclient-utils.c
+++ b/src/x2goclient-utils.c
@@ -37,21 +37,18 @@ void x2goclient_clear_strings (gpointer data) {
 
 /**
  * x2goclient_str_to_int:
- * @str: (in) (not optional) (not nullable): input string
+ * @str: (in) (not nullable): input string
  * @min: (in): true if a minimum limit should be checked for
  * @limit_min: (in): the minimum limit to check for
  * @max: (in): true if a maximum limit should be checked for
- * @limit_max: (in) the maximum limit to check for
+ * @limit_max: (in): the maximum limit to check for
  * @end: (out) (optional) (nullable): pointer to final string after the scanned
  *                                    value
- * @conv_err: (out) (not optional) (not nullable): will be set to true on
- *                                                 conversion errors
- * @min_err: (out) (not optional) (not nullable): will be set to true if value
- *                                                falls short of minimum limit
- *                                                and on underflows
- * @max_err: (out) (not optional) (not nullable): will be set to true if value
- *                                                exceeds maximum limit and on
- *                                                overflows
+ * @conv_err: (out) (not nullable): will be set to true on conversion errors
+ * @min_err: (out) (not nullable): will be set to true if value falls short of
+ *                                 minimum limit and on underflows
+ * @max_err: (out) (not nullable): will be set to true if value exceeds maximum
+ *                                 limit and on overflows
  *
  * Takes a string and converts it into a #long long integer.
  *

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