Function

GdkTextureDownloadernew

since: 4.10

Declaration [src]

GdkTextureDownloader*
gdk_texture_downloader_new (
  GdkTexture* texture
)

Description [src]

Creates a new texture downloader for texture.

Available since: 4.10

Parameters

texture

Type: GdkTexture

Texture to download.

The data is owned by the caller of the function.

Return value

Type: GdkTextureDownloader

A new texture downloader.

The caller of the function takes ownership of the data, and is responsible for freeing it.