Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Doc clarifications. (#165907, Vincent Untz)
Browse files Browse the repository at this point in the history
2005-02-01  Matthias Clasen  <mclasen@redhat.com>

	* glib/gkeyfile.c: Doc clarifications.  (#165907, Vincent Untz)
  • Loading branch information
Matthias Clasen authored and Matthias Clasen committed Feb 1, 2005
1 parent 130b7c9 commit f9d5d74
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 2 additions & 0 deletions 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.

Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.pre-2-10
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.pre-2-12
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions ChangeLog.pre-2-8
@@ -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.

Expand Down
13 changes: 7 additions & 6 deletions glib/gkeyfile.c
Expand Up @@ -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
**/
Expand Down Expand Up @@ -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
**/
Expand Down Expand Up @@ -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 *
Expand Down

0 comments on commit f9d5d74

Please sign in to comment.