Package: gdk

GBoxed gdk:texture-downloader

Declaration

(glib:define-gboxed-opaque texture-download "GdkTextureDownloader"
  :export t
  :type-initializer "gdk_texture_downloader_get_type"
  :alloc (error "GdkTextureDownloader cannot be created from the Lisp side."))  

Details

The gdk:texture-downloader structure is used to download the contents of a gdk:texture object. It is intended to be created as a short-term object for a single download, but can be used for multipe downloads of different textures or with different settings.

The gdk:texture-downloader structure can be used to convert data between different formats. Create a gdk:texture object for the existing format and then download it in a different format.

Since 4.10
 

Returned by

See also

2024-11-28