summaryrefslogtreecommitdiff
path: root/gdk/gdksnapshotprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* snapshot: Turn into GObjectBenjamin Otte2018-03-181-0/+23
This makes GdkSnapshot the base class for GtkSnapshot and hopefully stops confusing bindings. C code should see no difference to before.