typeGetQdata

Obtains data which has previously been attached to type with gobject.global.typeSetQdata.

Note that this does not take subtyping into account; data attached to one type with gobject.global.typeSetQdata cannot be retrieved from a subtype using gobject.global.typeGetQdata.

Parameters

type gobject.types.GType

a #GType

quark glib.types.Quark

a #GQuark id to identify the data

Return Value

Type: void*

the data, or null if no data was found