Add some missing Since: 2.8 tags
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 19 Apr 2006 14:51:49 +0000 (14:51 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 19 Apr 2006 14:51:49 +0000 (14:51 +0000)
ChangeLog
ChangeLog.pre-2-12
docs/reference/ChangeLog
docs/reference/gobject/tmpl/objects.sgml
glib/gdataset.c

index 9edf0fd..a09eab9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gdataset.c: Add some missing Since: 2.8 tags.
+
 2006-04-19  Tor Lillqvist  <tml@novell.com>
 
        * glib/gatomic.c: Adapt to the changed prototype of
index 9edf0fd..a09eab9 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/gdataset.c: Add some missing Since: 2.8 tags.
+
 2006-04-19  Tor Lillqvist  <tml@novell.com>
 
        * glib/gatomic.c: Adapt to the changed prototype of
index 6625048..0cda550 100644 (file)
@@ -1,3 +1,7 @@
+2006-04-19  Matthias Clasen  <mclasen@redhat.com>
+
+       * gobject/tmpl/objects.sgml: Add some missing Since: 2.8 tags
+
 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
 
        * glib/glib-sections.txt: Add new keyfile api
index c7c6133..83240fb 100644 (file)
@@ -615,6 +615,7 @@ is important state in the proxy object.
   last reference to the object, or is no longer
   the last reference.
 @data: data to pass to @notify
+@Since: 2.8
 
 
 <!-- ##### FUNCTION g_object_remove_toggle_ref ##### -->
@@ -628,7 +629,7 @@ reference count of the object is decreased by one.
   last reference to the object, or is no longer
   the last reference.
 @data: data to pass to @notify
-
+@Since: 2.8
 
 <!-- ##### FUNCTION g_object_connect ##### -->
 <para>
index c9864fb..914ffcf 100644 (file)
@@ -523,6 +523,8 @@ g_datalist_init (GData **datalist)
  * not generally useful except in circumstances where space
  * is very tight. (It is used in the base #GObject type, for
  * example.)
+ *
+ * Since: 2.8
  **/
 void
 g_datalist_set_flags (GData **datalist,
@@ -550,6 +552,8 @@ g_datalist_set_flags (GData **datalist,
  *   an error.
  * 
  * Turns off flag values for a data list. See g_datalist_unset_flags()
+ *
+ * Since: 2.8
  **/
 void
 g_datalist_unset_flags (GData **datalist,
@@ -575,6 +579,8 @@ g_datalist_unset_flags (GData **datalist,
  * See g_datalist_set_flags().
  * 
  * Return value: the flags of the datalist
+ *
+ * Since: 2.8
  **/
 guint
 g_datalist_get_flags (GData **datalist)