Add some missing 2.8 tags

This commit is contained in:
Matthias Clasen 2006-04-19 15:03:45 +00:00
parent 6db673a70b
commit a114a49428
5 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-04-19 Matthias Clasen <mclasen@redhat.com>
* glib/gdataset.c: Add some missing Since 2.8 flags.
2006-04-19 Tor Lillqvist <tml@novell.com> 2006-04-19 Tor Lillqvist <tml@novell.com>
* glib/gatomic.c: Adapt to the changed prototype of * glib/gatomic.c: Adapt to the changed prototype of

View File

@ -1,3 +1,7 @@
2006-04-19 Matthias Clasen <mclasen@redhat.com>
* glib/gdataset.c: Add some missing Since 2.8 flags.
2006-04-19 Tor Lillqvist <tml@novell.com> 2006-04-19 Tor Lillqvist <tml@novell.com>
* glib/gatomic.c: Adapt to the changed prototype of * glib/gatomic.c: Adapt to the changed prototype of

View 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> 2006-04-18 Matthias Clasen <mclasen@redhat.com>
* gobject/tut_gobject.xml: Say that ref/unref are thread-safe now. * gobject/tut_gobject.xml: Say that ref/unref are thread-safe now.

View File

@ -604,6 +604,7 @@ is important state in the proxy object.
last reference to the object, or is no longer last reference to the object, or is no longer
the last reference. the last reference.
@data: data to pass to @notify @data: data to pass to @notify
@Since: 2.8
<!-- ##### FUNCTION g_object_remove_toggle_ref ##### --> <!-- ##### FUNCTION g_object_remove_toggle_ref ##### -->
@ -617,6 +618,7 @@ reference count of the object is decreased by one.
last reference to the object, or is no longer last reference to the object, or is no longer
the last reference. the last reference.
@data: data to pass to @notify @data: data to pass to @notify
@Since: 2.8
<!-- ##### FUNCTION g_object_connect ##### --> <!-- ##### FUNCTION g_object_connect ##### -->

View File

@ -523,6 +523,8 @@ g_datalist_init (GData **datalist)
* not generally useful except in circumstances where space * not generally useful except in circumstances where space
* is very tight. (It is used in the base #GObject type, for * is very tight. (It is used in the base #GObject type, for
* example.) * example.)
*
* Since: 2.8
**/ **/
void void
g_datalist_set_flags (GData **datalist, g_datalist_set_flags (GData **datalist,
@ -550,6 +552,8 @@ g_datalist_set_flags (GData **datalist,
* an error. * an error.
* *
* Turns off flag values for a data list. See g_datalist_unset_flags() * Turns off flag values for a data list. See g_datalist_unset_flags()
*
* Since: 2.8
**/ **/
void void
g_datalist_unset_flags (GData **datalist, g_datalist_unset_flags (GData **datalist,
@ -575,6 +579,8 @@ g_datalist_unset_flags (GData **datalist,
* See g_datalist_set_flags(). * See g_datalist_set_flags().
* *
* Return value: the flags of the datalist * Return value: the flags of the datalist
*
* Since: 2.8
**/ **/
guint guint
g_datalist_get_flags (GData **datalist) g_datalist_get_flags (GData **datalist)