Add a missing "Since: 2.6" comment.

2004-10-28  Matthias Clasen  <mclasen@redhat.com>

	* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
This commit is contained in:
Matthias Clasen 2004-10-28 14:10:02 +00:00 committed by Matthias Clasen
parent a51f1009b2
commit 59501ed292
6 changed files with 55 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
2004-10-28 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c: Include glib.h early to get G_OS_WIN32. Include
@ -41,6 +45,12 @@
* === Released 2.5.4 ===
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* glib/abicheck.sh: Strip Win32 specific defs file syntax.
* NEWS: Updates.
2004-10-27 Matthias Clasen <mclasen@redhat.com>
Introduce the idea of a filename encoding, which is

View File

@ -1,3 +1,7 @@
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
2004-10-28 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c: Include glib.h early to get G_OS_WIN32. Include
@ -41,6 +45,12 @@
* === Released 2.5.4 ===
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* glib/abicheck.sh: Strip Win32 specific defs file syntax.
* NEWS: Updates.
2004-10-27 Matthias Clasen <mclasen@redhat.com>
Introduce the idea of a filename encoding, which is

View File

@ -1,3 +1,7 @@
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
2004-10-28 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c: Include glib.h early to get G_OS_WIN32. Include
@ -41,6 +45,12 @@
* === Released 2.5.4 ===
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* glib/abicheck.sh: Strip Win32 specific defs file syntax.
* NEWS: Updates.
2004-10-27 Matthias Clasen <mclasen@redhat.com>
Introduce the idea of a filename encoding, which is

View File

@ -1,3 +1,7 @@
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
2004-10-28 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c: Include glib.h early to get G_OS_WIN32. Include
@ -41,6 +45,12 @@
* === Released 2.5.4 ===
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* glib/abicheck.sh: Strip Win32 specific defs file syntax.
* NEWS: Updates.
2004-10-27 Matthias Clasen <mclasen@redhat.com>
Introduce the idea of a filename encoding, which is

View File

@ -1,3 +1,7 @@
2004-10-28 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.
2004-10-28 Tor Lillqvist <tml@iki.fi>
* glib/gstdio.c: Include glib.h early to get G_OS_WIN32. Include
@ -41,6 +45,12 @@
* === Released 2.5.4 ===
2004-10-27 Matthias Clasen <mclasen@redhat.com>
* glib/abicheck.sh: Strip Win32 specific defs file syntax.
* NEWS: Updates.
2004-10-27 Matthias Clasen <mclasen@redhat.com>
Introduce the idea of a filename encoding, which is

View File

@ -1822,6 +1822,8 @@ g_key_file_set_boolean (GKeyFile *key_file,
* #G_KEY_FILE_ERROR_INVALID_VALUE.
*
* Return value: the values associated with the key as a boolean
*
* Since: 2.6
**/
gboolean *
g_key_file_get_boolean_list (GKeyFile *key_file,
@ -1936,6 +1938,7 @@ g_key_file_set_boolean_list (GKeyFile *key_file,
* #G_KEY_FILE_ERROR_INVALID_VALUE.
*
* Return value: the value associated with the key as an integer.
*
* Since: 2.6
**/
gint
@ -2032,6 +2035,7 @@ g_key_file_set_integer (GKeyFile *key_file,
* #G_KEY_FILE_ERROR_INVALID_VALUE.
*
* Return value: the values associated with the key as a integer
*
* Since: 2.6
**/
gint *
@ -2568,6 +2572,7 @@ g_key_file_has_group (GKeyFile *key_file,
*
* Return value: %TRUE if @key is a part of @group_name, %FALSE
* otherwise.
*
* Since: 2.6
**/
gboolean