Function
GObjecttype_query
since: 2.0
Description
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 GType
is passed in, the
type
member of the GTypeQuery
is 0. All members filled into the
GTypeQuery
structure should be considered constant and have to be
left untouched.
Available since: 2.0
Parameters
type
-
Type:
GType
GType
of a static, classed type. query
-
Type:
GTypeQuery
A user provided structure that is filled in with constant values upon success.
The argument will be set by the function. The returned data is owned by the function.