Method

GdkTextureDownloaderdownload_into

Declaration [src]

void
gdk_texture_downloader_download_into (
  const GdkTextureDownloader* self,
  guchar* data,
  gsize stride
)

Description [src]

Downloads the texture into local memory.

Available since:4.10

Parameters

data An array of guchar
 

Pointer to enough memory to be filled with the downloaded data of the texture.

 The data is owned by the caller of the function.
stride gsize
 

Rowstride in bytes.