Add a missing "Since: 2.6" comment.
authorMatthias Clasen <mclasen@redhat.com>
Thu, 28 Oct 2004 14:10:02 +0000 (14:10 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 28 Oct 2004 14:10:02 +0000 (14:10 +0000)
2004-10-28  Matthias Clasen  <mclasen@redhat.com>

* glib/gkeyfile.c: Add a missing "Since: 2.6" comment.

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

index 1895d84..9cd9d87 100644 (file)
--- a/ChangeLog
+++ b/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
 
 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 
        *literally* the filename encoding on Unix. On windows, 
        use the Unicode name converted to UTF-8. (#101792,
index 1895d84..9cd9d87 100644 (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
 
 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 
        *literally* the filename encoding on Unix. On windows, 
        use the Unicode name converted to UTF-8. (#101792,
index 1895d84..9cd9d87 100644 (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
 
 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 
        *literally* the filename encoding on Unix. On windows, 
        use the Unicode name converted to UTF-8. (#101792,
index 1895d84..9cd9d87 100644 (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
 
 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 
        *literally* the filename encoding on Unix. On windows, 
        use the Unicode name converted to UTF-8. (#101792,
index 1895d84..9cd9d87 100644 (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
 
 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 
        *literally* the filename encoding on Unix. On windows, 
        use the Unicode name converted to UTF-8. (#101792,
index 5f9115b..cb34ea3 100644 (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