[X2Go-Commits] [libx2goclient] 118/132: src/x2goclient-utils.h: fix macro names in documentation comments.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 3 15:26:36 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 f55528d3d9bf4bb5efc7ab7274c97dfd1b8ca213
Author: Mihai Moldovan <ionic at ionic.de>
Date: Fri Nov 5 04:10:56 2021 +0100
src/x2goclient-utils.h: fix macro names in documentation comments.
---
src/x2goclient-utils.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/x2goclient-utils.h b/src/x2goclient-utils.h
index 5295495..54132b2 100644
--- a/src/x2goclient-utils.h
+++ b/src/x2goclient-utils.h
@@ -81,7 +81,7 @@ G_BEGIN_DECLS
#ifdef HAVE_TYPEOF
/**
- * CHECK_TYPE_TYPEOF:
+ * X2GOCLIENT_CHECK_TYPE_TYPEOF:
* @target: (in) (not optional): target variable, often a struct field.
* @value: (in) (not optional): variable to check against @target.
*
@@ -108,7 +108,7 @@ G_BEGIN_DECLS
} while (0)
#else
/**
- * CHECK_TYPE_TYPEOF:
+ * X2GOCLIENT_CHECK_TYPE_TYPEOF:
* @target: (in) (not optional): target variable, often a struct field.
* @value: (in) (not optional): variable to check against @target.
*
--
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