mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
explain that G_TYPE_INSTANCE_GET_CLASS() does behave different during
2005-12-20 Sven Herzberg <herzi@gnome-de.org> * docs/reference/gobject/tmpl/gtype.sgml: explain that G_TYPE_INSTANCE_GET_CLASS() does behave different during initialization
This commit is contained in:
parent
08a8b8517d
commit
82395be214
@ -1,3 +1,9 @@
|
|||||||
|
2005-12-20 Sven Herzberg <herzi@gnome-de.org>
|
||||||
|
|
||||||
|
* docs/reference/gobject/tmpl/gtype.sgml: explain that
|
||||||
|
G_TYPE_INSTANCE_GET_CLASS() does behave different during
|
||||||
|
initialization
|
||||||
|
|
||||||
2006-01-06 Matthias Clasen <mclasen@redhat.com>
|
2006-01-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gslice.c: Only define _XOPEN_SOURCE if we know
|
* glib/gslice.c: Only define _XOPEN_SOURCE if we know
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2005-12-20 Sven Herzberg <herzi@gnome-de.org>
|
||||||
|
|
||||||
|
* docs/reference/gobject/tmpl/gtype.sgml: explain that
|
||||||
|
G_TYPE_INSTANCE_GET_CLASS() does behave different during
|
||||||
|
initialization
|
||||||
|
|
||||||
2006-01-06 Matthias Clasen <mclasen@redhat.com>
|
2006-01-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gslice.c: Only define _XOPEN_SOURCE if we know
|
* glib/gslice.c: Only define _XOPEN_SOURCE if we know
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2005-12-20 Sven Herzberg <herzi@gnome-de.org>
|
||||||
|
|
||||||
|
* docs/reference/gobject/tmpl/gtype.sgml: explain that
|
||||||
|
G_TYPE_INSTANCE_GET_CLASS() does behave different during
|
||||||
|
initialization
|
||||||
|
|
||||||
2006-01-06 Matthias Clasen <mclasen@redhat.com>
|
2006-01-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gslice.c: Only define _XOPEN_SOURCE if we know
|
* glib/gslice.c: Only define _XOPEN_SOURCE if we know
|
||||||
|
@ -470,9 +470,13 @@ This macro should only be used in type implementations.
|
|||||||
<!-- ##### MACRO G_TYPE_INSTANCE_GET_CLASS ##### -->
|
<!-- ##### MACRO G_TYPE_INSTANCE_GET_CLASS ##### -->
|
||||||
<para>
|
<para>
|
||||||
Returns the class structure of a given @instance, casted
|
Returns the class structure of a given @instance, casted
|
||||||
to a specified anchestor type @g_type of the instance.
|
to a specified ancestor type @g_type of the instance.
|
||||||
<para>
|
|
||||||
</para>
|
</para>
|
||||||
|
<warning><para>Note
|
||||||
|
that while calling a GInstanceInitFunc(), the class pointer gets
|
||||||
|
modified, so it might not always return the expected pointer.
|
||||||
|
</para></warning>
|
||||||
|
<para>
|
||||||
This macro should only be used in type implementations.
|
This macro should only be used in type implementations.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user