Function
GskTextureScaleNodeget_texture
unstable since: 4.10
Declaration [src]
GdkTexture*
gsk_texture_scale_node_get_texture (
const GskRenderNode* node
)
Description [src]
Retrieves the GdkTexture
used when creating this GskRenderNode
.
Available since: 4.10
Parameters
node
-
Type:
GskTextureNode
A
GskRenderNode
of typeGSK_TEXTURE_SCALE_NODE
.The data is owned by the caller of the function.
Return value
Type: GdkTexture
The GdkTexture
The data is owned by the called function. |