Function
GdkTextureDownloadernew
since: 4.10
Declaration [src]
GdkTextureDownloader*
gdk_texture_downloader_new (
  GdkTexture* texture
)
Parameters
- texture
- 
            Type: GdkTextureTexture 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. |