Function
GlyGtk4frame_get_texture
since: 1.0
Declaration [src]
GdkTexture*
gly_gtk_frame_get_texture (
GlyFrame* frame
)
Description [src]
Gets the actual image from a frame. See the GlyLoader
docs
for a complete example.
Available since: 1.0
Parameters
frame
-
Type:
GlyFrame
Frame.
The data is owned by the caller of the function.
Return value
Type: GdkTexture
A GDK Texture.
The caller of the function takes ownership of the data, and is responsible for freeing it. |