Create a glallocation_params.GLAllocationParams boxed type.
Copies the dynamically allocated data from src to dest. Direct subclasses should call this function in their own overridden copy function.
Frees the dynamically allocated data in params. Direct subclasses should call this function in their own overridden free function.
Returns this, for use in with statements.
Get field allocFlags.
Set field allocFlags.
Get field allocParams.
Set field allocParams.
Get field allocSize.
Set field allocSize.
Get field context.
Set field context.
Get field free.
Set field free.
Get field notify.
Set field notify.
Get field structSize.
Set field structSize.
Pointer to the C boxed value
Get the GType of this boxed type.
Boxed GType property.
Convenience method to return this cast to a type. For use in D with statements.
Make a copy of the wrapped C boxed data.
Copy a C boxed value using g_boxed_copy.
Free a C boxed value using g_boxed_free.