summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimageinvalidprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* cssimage: Add gtk_css_image_is_invalid()Benjamin Otte2018-03-161-0/+57
Use that instead of hacks to guess when an image is considered invalid according to https://drafts.csswg.org/css-images-4/#invalid-image Also add a GtkCssImageInvalid that implements the behavior of invalid images according to the CSS spec so thjat image implementations can refer to that image.