[gnome-commander] noop: add a comment



commit c3101fbe7041b10b098ac6ec141bdb33116fbef0
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Thu Dec 2 21:21:26 2021 +0100

    noop: add a comment

 src/dialogs/gnome-cmd-remote-dialog.cc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/src/dialogs/gnome-cmd-remote-dialog.cc b/src/dialogs/gnome-cmd-remote-dialog.cc
index ba5a2e31..37ee72f5 100644
--- a/src/dialogs/gnome-cmd-remote-dialog.cc
+++ b/src/dialogs/gnome-cmd-remote-dialog.cc
@@ -110,7 +110,12 @@ inline void set_server (GtkListStore *store, GtkTreeIter *iter, GnomeCmdConRemot
                         -1);
 }
 
-
+/**
+ * @brief This function connects to the given GnomeCmdConRemote server.
+ *
+ * @param server The GnomeCmdConRemote to connect to.
+ * @return FALSE for the case it is called from g_timeout_add()
+ */
 static gboolean do_connect_real (GnomeCmdConRemote *server)
 {
     GnomeCmdCon *con = GNOME_CMD_CON (server);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]