Queries the type system for information about a specific type.
This function will fill in a user-provided structure to hold
type-specific information. If an invalid GObject.GType is passed in, the
type member of the GObject.TypeQuery is 0. All members filled into the
GObject.TypeQuery structure should be considered constant and have to be
left untouched.
Since GLib 2.78, this function allows queries on dynamic types. Previously
it only supported static types.
Queries the type system for information about a specific type.
This function will fill in a user-provided structure to hold type-specific information. If an invalid GObject.GType is passed in, the
typemember of the GObject.TypeQuery is 0. All members filled into the GObject.TypeQuery structure should be considered constant and have to be left untouched.Since GLib 2.78, this function allows queries on dynamic types. Previously it only supported static types.