mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
Add some missing Since: 2.8 tags
This commit is contained in:
@@ -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>
|
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
|
||||||
|
@@ -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>
|
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
|
||||||
|
@@ -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>
|
||||||
|
|
||||||
* glib/glib-sections.txt: Add new keyfile api
|
* 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
|
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 ##### -->
|
||||||
@@ -628,7 +629,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 ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@@ -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)
|
||||||
|
Reference in New Issue
Block a user