[X2Go-Commits] [libx2goclient] 127/132: src/x2goclient-network.c: note that the documentation will include a hard-coded prefix (home dir) in the session path default value, which really is a string determined at run time.

git-admin at x2go.org git-admin at x2go.org
Fri Dec 3 15:26:37 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 d62e766bfe2db176ef39043466ba60b4b51f9e57
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Fri Dec 3 13:29:44 2021 +0100

    src/x2goclient-network.c: note that the documentation will include a hard-coded prefix (home dir) in the session path default value, which really is a string determined at run time.
---
 src/x2goclient-network.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/x2goclient-network.c b/src/x2goclient-network.c
index 2c181b8..42191d8 100644
--- a/src/x2goclient-network.c
+++ b/src/x2goclient-network.c
@@ -218,7 +218,12 @@ static void x2goclient_network_class_init (X2GoClientNetworkClass * const klass)
   net_obj_properties[X2GO_NET_PROP_SESSION_PATH] = g_param_spec_string ("session-path", _("Base path to session data"),
                                                                         _("The file system path that will be used as the "
                                                                           "session data base path. Connection-related files "
-                                                                          "will land there."),
+                                                                          "will land there. Note that the default session "
+                                                                          "path listed in the documentation includes the "
+                                                                          "home directory of the system user that built "
+                                                                          "the documentation. The former part will be "
+                                                                          "replaced with the home directory of the user "
+                                                                          "using the class at run time."),
                                                                         default_session_path->str,
                                                                         G_PARAM_STATIC_STRINGS | G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE);
   g_boxed_free (G_TYPE_GSTRING, default_session_path);

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