Method

GdkDmabufTextureBuilderget_update_texture

since: 4.14

Declaration [src]

GdkTexture*
gdk_dmabuf_texture_builder_get_update_texture (
  GdkDmabufTextureBuilder* self
)

Description [src]

Gets the texture previously set via gdk_dmabuf_texture_builder_set_update_texture() or NULL if none was set.

Available since: 4.14

Return value

Type: GdkTexture

The texture.

The returned data is owned by the instance.
The return value can be NULL.