Method
GdkMemoryTextureBuilderget_update_texture
since: 4.16
Declaration [src]
GdkTexture*
gdk_memory_texture_builder_get_update_texture (
GdkMemoryTextureBuilder* self
)
Description [src]
Gets the texture previously set via gdk_memory_texture_builder_set_update_texture()
or NULL
if none was set.
Available since: 4.16
Gets property | Gdk.MemoryTextureBuilder:update-texture |
Return value
Type: GdkTexture
The update texture.
The returned data is owned by the instance. |
The return value can be NULL . |