typeSetQdata
fn
void typeSetQdata(gobject.types.GType type, glib.types.Quark quark, void * data = null)Attaches arbitrary data to a type.
Parameters
type | a #GType |
quark | a #GQuark id to identify the data |
data | the data |