[gnome-commander] noop: add a comment
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] noop: add a comment
- Date: Thu, 2 Dec 2021 21:29:39 +0000 (UTC)
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]