From afb83c6f3bd87cf739cdd9403e6e33c7b88192d7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 1 Feb 2005 14:17:25 +0000 Subject: [PATCH] Doc clarifications. (#165907, Vincent Untz) 2005-02-01 Matthias Clasen * glib/gkeyfile.c: Doc clarifications. (#165907, Vincent Untz) --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-12 | 2 ++ ChangeLog.pre-2-8 | 2 ++ glib/gkeyfile.c | 13 +++++++------ 5 files changed, 15 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index a93dd1b..c40e5ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-02-01 Matthias Clasen + * glib/gkeyfile.c: Doc clarifications. (#165907, Vincent Untz) + * tests/keyfile-test.c (test_group_remove): Add test case for group removal. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index a93dd1b..c40e5ea 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-02-01 Matthias Clasen + * glib/gkeyfile.c: Doc clarifications. (#165907, Vincent Untz) + * tests/keyfile-test.c (test_group_remove): Add test case for group removal. diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index a93dd1b..c40e5ea 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2005-02-01 Matthias Clasen + * glib/gkeyfile.c: Doc clarifications. (#165907, Vincent Untz) + * tests/keyfile-test.c (test_group_remove): Add test case for group removal. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index a93dd1b..c40e5ea 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2005-02-01 Matthias Clasen + * glib/gkeyfile.c: Doc clarifications. (#165907, Vincent Untz) + * tests/keyfile-test.c (test_group_remove): Add test case for group removal. diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c index b68efbd..298eecc 100644 --- a/glib/gkeyfile.c +++ b/glib/gkeyfile.c @@ -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 * -- 2.7.4