Add some missing Since: 2.8 tags

This commit is contained in:
Matthias Clasen 2006-04-19 14:51:49 +00:00
parent 6f22c44259
commit 8926039dde
5 changed files with 20 additions and 1 deletions

View 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

View 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

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>
* glib/glib-sections.txt: Add new keyfile api

View 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>

View 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)