This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit d58a18c3045b5aa10fe0fe5934f3b19095f37327 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Nov 5 04:02:47 2021 +0100 src/x2goclient-network-options{,-ssh}.c: add missing class structure documentation. --- src/x2goclient-network-options-ssh.c | 6 ++++++ src/x2goclient-network-options.c | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/src/x2goclient-network-options-ssh.c b/src/x2goclient-network-options-ssh.c index dc41e54..7e3b3b4 100644 --- a/src/x2goclient-network-options-ssh.c +++ b/src/x2goclient-network-options-ssh.c @@ -54,6 +54,12 @@ * * An example of a more abstract implementation is #X2GoClientNetworkOptions. */ +/** + * X2GoClientNetworkOptionsSSH: + * + * #X2GoClientNetworkOptionsSSH is an opaque data structure and can only be + * accessed using the following functions. + */ struct _X2GoClientNetworkOptionsSSH { X2GoClientNetworkOptions parent_instance; diff --git a/src/x2goclient-network-options.c b/src/x2goclient-network-options.c index 3b38474..6c7a428 100644 --- a/src/x2goclient-network-options.c +++ b/src/x2goclient-network-options.c @@ -54,6 +54,13 @@ * Since: 0.0.0 */ +/** + * X2GoClientNetworkOptions: + * + * #X2GoClientNetworkOptions is an opaque data structure and can only be + * accessed using the following functions. + */ + /* Not sure if we need this, so comment out for now. */ /* typedef struct X2GoClientNetworkOptionsPrivate_ { -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git