mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add some missing Since: 2.8 tags
This commit is contained in:
parent
6f22c44259
commit
8926039dde
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user