alias GObject::TypeValuePeekPointerFunc
Overview
If the value contents fit into a pointer, such as objects or strings, return this pointer, so the caller can peek at the current contents.
To extend on our above string example:
|[ return value->data[0].v_pointer; ]|
Alias Definition
GObject::Value -> Pointer(Void)