Doc clarifications. (#165907, Vincent Untz)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 1 Feb 2005 14:17:25 +0000 (14:17 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 1 Feb 2005 14:17:25 +0000 (14:17 +0000)
2005-02-01  Matthias Clasen  <mclasen@redhat.com>

* glib/gkeyfile.c: Doc clarifications.  (#165907, Vincent Untz)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gkeyfile.c

index a93dd1b..c40e5ea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.c: Doc clarifications.  (#165907, Vincent Untz)
+
        * tests/keyfile-test.c (test_group_remove): Add test case for
        group removal.
 
index a93dd1b..c40e5ea 100644 (file)
@@ -1,5 +1,7 @@
 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.c: Doc clarifications.  (#165907, Vincent Untz)
+
        * tests/keyfile-test.c (test_group_remove): Add test case for
        group removal.
 
index a93dd1b..c40e5ea 100644 (file)
@@ -1,5 +1,7 @@
 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.c: Doc clarifications.  (#165907, Vincent Untz)
+
        * tests/keyfile-test.c (test_group_remove): Add test case for
        group removal.
 
index a93dd1b..c40e5ea 100644 (file)
@@ -1,5 +1,7 @@
 2005-02-01  Matthias Clasen  <mclasen@redhat.com>
 
+       * glib/gkeyfile.c: Doc clarifications.  (#165907, Vincent Untz)
+
        * tests/keyfile-test.c (test_group_remove): Add test case for
        group removal.
 
index b68efbd..298eecc 100644 (file)
@@ -1127,8 +1127,8 @@ g_key_file_get_groups (GKeyFile *key_file,
  * event that the @group_name cannot be found, %NULL is returned 
  * and @error is set to #G_KEY_FILE_ERROR_GROUP_NOT_FOUND.
  *
- * Return value: a string or %NULL if the specified key cannot be
- * found.
+ * Return value: a newly allocated string or %NULL if the specified 
+ *  key cannot be found.
  *
  * Since: 2.6
  **/
@@ -1233,8 +1233,8 @@ g_key_file_set_value (GKeyFile    *key_file,
  * event that the @group_name cannot be found, %NULL is returned 
  * and @error is set to #G_KEY_FILE_ERROR_GROUP_NOT_FOUND.
  *
- * Return value: a string or %NULL if the specified key cannot be
- * found.
+ * Return value: a newly allocated string or %NULL if the specified 
+ *   key cannot be found.
  *
  * Since: 2.6
  **/
@@ -1515,8 +1515,9 @@ extern GSList *_g_compute_locale_variants (const gchar *locale);
  * with @key cannot be interpreted or no suitable translation can
  * be found then the untranslated value is returned.
  *
- * Return value: a string or %NULL if the specified key cannot be
- *               found.
+ * Return value: a newly allocated string or %NULL if the specified 
+ *   key cannot be found.
+ *
  * Since: 2.6
  **/
 gchar *