[X2Go-Commits] [libx2goclient] 91/132: src/x2goclient-{network{, -options}-ssh, openssh-{bugs, version}, utils}.c: add title tags to final classes in order to generate the proper names.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 3 15:26:33 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 18da07f787ff9f7f9acfb61ff9e3433513c8bcfe
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Mon Aug 2 16:47:20 2021 +0200

    src/x2goclient-{network{,-options}-ssh,openssh-{bugs,version},utils}.c: add title tags to final classes in order to generate the proper names.
    
    A different workaround would be to declare useless ...Class structures
    for final classes, since that seems to make gtk-doc auto-generate the
    correct name (as extracted from the ...Class structure name).
    
    However, such structures are useless for final classes, since the
    general idea for them is to put everything into the instance structure.
    
    We do not want that.
---
 src/x2goclient-network-options-ssh.c | 1 +
 src/x2goclient-network-ssh.c         | 1 +
 src/x2goclient-openssh-bugs.c        | 1 +
 src/x2goclient-openssh-version.c     | 1 +
 src/x2goclient-utils.c               | 7 +++++++
 5 files changed, 11 insertions(+)

diff --git a/src/x2goclient-network-options-ssh.c b/src/x2goclient-network-options-ssh.c
index 8722a29..40666b1 100644
--- a/src/x2goclient-network-options-ssh.c
+++ b/src/x2goclient-network-options-ssh.c
@@ -39,6 +39,7 @@
 
 /**
  * SECTION:x2goclient-network-options-ssh
+ * @title: X2GoClientNetworkOptionsSSH
  * @short_description: Class encapsulating OpenSSH options
  * @see_also: #X2GoClientNetworkOptions
  * @stability: Unstable
diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index cb246a6..982f92f 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -102,6 +102,7 @@ typedef struct sockaddr_ho_ {
 
 /**
  * SECTION:x2goclient-network-ssh
+ * @title: X2GoClientNetworkSSH
  * @short_description: Class encapsulating an OpenSSH (client) network
  *                     connection
  * @see_also: #X2GoClientNetwork
diff --git a/src/x2goclient-openssh-bugs.c b/src/x2goclient-openssh-bugs.c
index cfcc798..9456137 100644
--- a/src/x2goclient-openssh-bugs.c
+++ b/src/x2goclient-openssh-bugs.c
@@ -33,6 +33,7 @@
 
 /**
  * SECTION:x2goclient-openssh-bugs
+ * @title: X2GoClientOpenSSHBugs
  * @short_description: Class encapsulating OpenSSH client bug definitions
  * @stability: Unstable
  * @include: libx2goclient/x2goclient-openssh-bugs.h
diff --git a/src/x2goclient-openssh-version.c b/src/x2goclient-openssh-version.c
index 52acdbc..470e147 100644
--- a/src/x2goclient-openssh-version.c
+++ b/src/x2goclient-openssh-version.c
@@ -37,6 +37,7 @@
 
 /**
  * SECTION:x2goclient-openssh-version
+ * @title: X2GoClientOpenSSHVersion
  * @short_description: Class encapsulating and parsing OpenSSH client versions
  * @stability: Unstable
  * @include: libx2goclient/x2goclient-openssh-version.h
diff --git a/src/x2goclient-utils.c b/src/x2goclient-utils.c
index 01e0fb1..9247fa4 100644
--- a/src/x2goclient-utils.c
+++ b/src/x2goclient-utils.c
@@ -31,6 +31,13 @@
 
 #include "x2goclient-utils.h"
 
+/**
+ * SECTION:x2goclient-utils
+ * @title: X2GoClientUtils
+ *
+ * Since: 0.0.0
+ */
+
 /**
  * x2goclient_clear_strings:
  * @data: (in) (nullable): input string

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