mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 03:32:12 +01:00
Expand the documentation of g_type_get_qdata()
https://bugzilla.gnome.org/show_bug.cgi?id=613269
This commit is contained in:
parent
e3516c7f89
commit
1ec5c4401a
@ -3652,6 +3652,10 @@ type_get_qdata_L (TypeNode *node,
|
|||||||
* Obtains data which has previously been attached to @type
|
* Obtains data which has previously been attached to @type
|
||||||
* with g_type_set_qdata().
|
* with g_type_set_qdata().
|
||||||
*
|
*
|
||||||
|
* Note that this does not take subtyping into account; data
|
||||||
|
* attached to one type with g_type_set_qdata() cannot
|
||||||
|
* be retrieved from a subtype using g_type_get_qdata().
|
||||||
|
*
|
||||||
* Returns: (transfer none): the data, or %NULL if no data was found
|
* Returns: (transfer none): the data, or %NULL if no data was found
|
||||||
*/
|
*/
|
||||||
gpointer
|
gpointer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user