[X2Go-Commits] [libx2goclient] 28/132: src/x2goclient-openssh-bugs.h: document error enum.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 3 15:26:29 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 91978d91b9da0f79882f9c54adb049fc262ed3a7
Author: Mihai Moldovan <ionic at ionic.de>
Date: Mon Mar 15 23:17:30 2021 +0100
src/x2goclient-openssh-bugs.h: document error enum.
---
src/x2goclient-openssh-bugs.h | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/src/x2goclient-openssh-bugs.h b/src/x2goclient-openssh-bugs.h
index c0931cb..c777994 100644
--- a/src/x2goclient-openssh-bugs.h
+++ b/src/x2goclient-openssh-bugs.h
@@ -70,6 +70,19 @@ gboolean x2goclient_openssh_bugs_update (X2GoClientOpenSSHBugs * const self, con
*/
#define X2GOCLIENT_OPENSSH_BUGS_ERROR g_quark_from_static_string ("x2goclient-openssh-bugs")
+/**
+ * X2GoClientOpenSSHBugsErrors:
+ * @X2GOCLIENT_OPENSSH_BUGS_ERROR_INVALID_STRUCT: no X2GoClientOpenSSHBugs
+ * structure passed.
+ * @X2GOCLIENT_OPENSSH_BUGS_ERROR_INVALID_VERSION_STRUCT:
+ * no X2GoClientOpenSSHVersion
+ * structure passed.
+ *
+ * Error message types as used within X2GoClientOpenSSHBugs. May be passed out
+ * via #GError instances.
+ *
+ * Since: 0.0.5
+ */
enum X2GoClientOpenSSHBugsErrors {
X2GOCLIENT_OPENSSH_BUGS_ERROR_INVALID_STRUCT = 0,
X2GOCLIENT_OPENSSH_BUGS_ERROR_INVALID_VERSION_STRUCT,
--
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