Function

GdkTextureDownloadernew

Declaration [src]

GdkTextureDownloader*
gdk_texture_downloader_new (
  GdkTexture* texture
)

Description [src]

Creates a new texture downloader for texture.

Available since:4.10

Parameters

texture GdkTexture
 

Texture to download.

 The data is owned by the caller of the function.

Return value

Returns: GdkTextureDownloader
 

A new texture downloader.

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