summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-08-16 03:33:57 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-08-16 03:33:57 +0000
commit58ea1db43e02c99805d6baa76ac04d7d3486009b (patch)
tree837065f81610292af36887c26586c2c6f68933d6
parent314b14dac554ece78e1a1174f9018f9e1c3bdf19 (diff)
downloadglib-58ea1db43e02c99805d6baa76ac04d7d3486009b.tar.gz
glib-58ea1db43e02c99805d6baa76ac04d7d3486009b.tar.bz2
glib-58ea1db43e02c99805d6baa76ac04d7d3486009b.zip
Add Since tags. Fix Since tag. (#351583, Brian Cameron)
2006-08-15 Matthias Clasen <mclasen@redhat.com> * glib/gbookmarkfile.c (g_bookmark_file_get_groups): * glib/gmain.c (g_source_is_destroyed): Add Since tags. * glib/gkeyfile.c (g_key_file_get_double_list): Fix Since tag. (#351583, Brian Cameron)
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-125
-rw-r--r--glib/gbookmarkfile.c2
-rw-r--r--glib/gkeyfile.c2
-rw-r--r--glib/gmain.c2
5 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebf17b5f4..6ff472c20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-08-15 Matthias Clasen <mclasen@redhat.com>
+ * glib/gbookmarkfile.c (g_bookmark_file_get_groups):
+ * glib/gmain.c (g_source_is_destroyed): Add Since tags.
+ * glib/gkeyfile.c (g_key_file_get_double_list): Fix
+ Since tag. (#351583, Brian Cameron)
+
* configure.in: Bump version
* === Released 2.12.2 ===
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index ebf17b5f4..6ff472c20 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,5 +1,10 @@
2006-08-15 Matthias Clasen <mclasen@redhat.com>
+ * glib/gbookmarkfile.c (g_bookmark_file_get_groups):
+ * glib/gmain.c (g_source_is_destroyed): Add Since tags.
+ * glib/gkeyfile.c (g_key_file_get_double_list): Fix
+ Since tag. (#351583, Brian Cameron)
+
* configure.in: Bump version
* === Released 2.12.2 ===
diff --git a/glib/gbookmarkfile.c b/glib/gbookmarkfile.c
index a79eb5449..914da012d 100644
--- a/glib/gbookmarkfile.c
+++ b/glib/gbookmarkfile.c
@@ -2927,6 +2927,8 @@ g_bookmark_file_set_groups (GBookmarkFile *bookmark,
*
* Return value: a newly allocated %NULL-terminated array of group names.
* Use g_strfreev() to free it.
+ *
+ * Since: 2.12
*/
gchar **
g_bookmark_file_get_groups (GBookmarkFile *bookmark,
diff --git a/glib/gkeyfile.c b/glib/gkeyfile.c
index 764839173..ef05dd0ae 100644
--- a/glib/gkeyfile.c
+++ b/glib/gkeyfile.c
@@ -2334,7 +2334,7 @@ g_key_file_get_double_list (GKeyFile *key_file,
* @group_name. If @key cannot be found then it is created.
* If @group_name is %NULL the start group is used.
*
- * Since: 2.21
+ * Since: 2.12
**/
void
g_key_file_set_double_list (GKeyFile *key_file,
diff --git a/glib/gmain.c b/glib/gmain.c
index 40484fb0d..ed2083745 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -1946,6 +1946,8 @@ g_main_current_source (void)
* </programlisting></informalexample>
*
* Return value: %TRUE if the source has been destroyed
+ *
+ * Since: 2.12
*/
gboolean
g_source_is_destroyed (GSource *source)