summaryrefslogtreecommitdiff
path: root/gdk/gdktexturedownloader.h
Commit message (Collapse)AuthorAgeFilesLines
* Minimize the amount of inclusions in public headersEmmanuele Bassi2023-05-091-3/+0
| | | | | | Public headers should mainly include gdktypes.h, which already include the symbol visibility and versioning macros; we can also modify gdktypes.h to include the enumerations.
* Drop the gdk/gdkversionmacros.h headerMatthias Clasen2023-05-091-1/+1
| | | | | It was just added to avoid touching too many files. Touching them now.
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* gdk: Add GdkTextureDownloaderBenjamin Otte2023-02-151-0/+69
It's the new object that allows more control about accessing texture data.