Retrieves the GskRenderNode
stored inside the given value
, and acquires
a reference to it.
a [structGObject
.Value] initialized with type GSK_TYPE_RENDER_NODE
Retrieves the GskRenderNode
stored inside the given value
.
a GValue
initialized with type GSK_TYPE_RENDER_NODE
Stores the given GskRenderNode
inside value
.
The [structGObject
.Value] will acquire a reference to the node
.
a [structGObject
.Value] initialized with type GSK_TYPE_RENDER_NODE
a GskRenderNode
Stores the given GskRenderNode
inside value
.
This function transfers the ownership of the node
to the GValue
.
a [structGObject
.Value] initialized with type GSK_TYPE_RENDER_NODE
a GskRenderNode
Parses the given
string
into a transform and puts it inout_transform
.Strings printed via [method
Gsk
.Transform.to_string] can be read in again successfully using this function.If
string
does not describe a valid transform, %FALSE is returned and %NULL is put inout_transform
.