Method

GdkMemoryTextureBuilderget_update_region

since: 4.16

Declaration [src]

cairo_region_t*
gdk_memory_texture_builder_get_update_region (
  GdkMemoryTextureBuilder* self
)

Description [src]

Gets the region previously set via gdk_memory_texture_builder_set_update_region() or NULL if none was set.

Available since: 4.16

Return value

Type: cairo_region_t

The update region.

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