[gnome-commander/get_rid_of_xml] Noop: changed comment



commit 143bdb7c6307e6c334606f20d7d42e633ed332fe
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Thu Oct 4 14:39:34 2018 +0200

    Noop: changed comment

 src/gnome-cmd-data.cc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gnome-cmd-data.cc b/src/gnome-cmd-data.cc
index 3688a294..f6325568 100644
--- a/src/gnome-cmd-data.cc
+++ b/src/gnome-cmd-data.cc
@@ -4081,11 +4081,11 @@ gboolean GnomeCmdData::set_gsettings_enum_when_changed (GSettings *settings_give
 #pragma GCC diagnostic ignored "-Wswitch-enum"
 #endif
 /**
- * This method stores the value for a given key if the value is different from the  currently stored one
+ * This method stores the value for a given key if the value is different from the currently stored one
  * under the keys value. This function is able of storing several types of GSettings values (except enums
- * which is done in @link set_gsettings_enum_when_changed @endlink ). Therefore, it first checks the type
- * of GVariant of the default value of the given key. Depending on the result, the gpointer is than casted
- * to the correct type so that *value can be saved.
+ * which is done in @link set_gsettings_enum_when_changed @endlink, and complex variant types).
+ * Therefore, it first checks the type of GVariant of the default value of the given key. Depending on
+ * the result, the gpointer is than casted to the correct type so that *value can be saved.
  * @returns TRUE if new value could be stored, else FALSE
  */
 gboolean GnomeCmdData::set_gsettings_when_changed (GSettings *settings_given, const char *key, gpointer 
value)


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