TypeScript API Documentation for GOBJECT
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Obtains data which has previously been attached to type with g_type_set_qdata().
type
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().
g_type_get_qdata()
a GObject.GType
a GLib.Quark id to identify the data
the data, or null if no data was found
null
Obtains data which has previously been attached to
typewithg_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 usingg_type_get_qdata().