This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository libx2goclient. commit 69f7df67df90d678f1f5fa5e82152f724526c0dc Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jul 31 20:06:44 2019 +0200 src/x2goclient-network-ssh.c: explain what X2GoClientNetworkOptionsSSH is supposed to do eventually. --- src/x2goclient-network-ssh.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c index b13342a..3bb1285 100644 --- a/src/x2goclient-network-ssh.c +++ b/src/x2goclient-network-ssh.c @@ -61,6 +61,11 @@ enum { struct _X2GoClientNetworkOptionsSSH { X2GoClientNetworkOptions parent_class; + + /* + * Eventually, this class should encapsulate/handle every ssh_config option, + * but for now it's a stub. + */ }; G_DEFINE_TYPE (X2GoClientNetworkOptionsSSH, x2goclient_network_options_ssh, X2GOCLIENT_TYPE_NETWORK_OPTIONS); -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/libx2goclient.git