[X2Go-Commits] [libx2goclient] 04/09: src/x2goclient-network-ssh.c: allow X2GoClientNetworkSSH object creation.

git-admin at x2go.org git-admin at x2go.org
Thu Aug 15 17:40:09 CEST 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository libx2goclient.

commit 910fc8377a6d3fecd3d448ac857d70f55b1460d0
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Aug 15 11:51:44 2019 +0200

    src/x2goclient-network-ssh.c: allow X2GoClientNetworkSSH object creation.
---
 src/x2goclient-network-ssh.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/x2goclient-network-ssh.c b/src/x2goclient-network-ssh.c
index 6b52b89..2d6e1e1 100644
--- a/src/x2goclient-network-ssh.c
+++ b/src/x2goclient-network-ssh.c
@@ -528,3 +528,7 @@ static void x2goclient_network_ssh_class_init (X2GoClientNetworkSSHClass *klass)
 
 static void x2goclient_network_ssh_init (X2GoClientNetworkSSH *self) {
 }
+
+X2GoClientNetworkSSH* x2goclient_network_ssh_new (void) {
+  return (g_object_new (X2GOCLIENT_TYPE_NETWORK_SSH, NULL));
+}

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