mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
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:
parent
a51f1009b2
commit
59501ed292
10
ChangeLog
10
ChangeLog
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user