typeGetQdata

fnvoid * typeGetQdata(gobject.types.GType type, glib.types.Quark quark)

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

typea #GType
quarka #GQuark id to identify the data

Returns

the data, or null if no data was found