summaryrefslogtreecommitdiff
path: root/gdk/gdksnapshot.c
Commit message (Collapse)AuthorAgeFilesLines
* docs: Rework the gdk docsMatthias Clasen2021-03-111-0/+8
| | | | Convert links, make things more concise.
* snapshot: Turn into GObjectBenjamin Otte2018-03-181-0/+35
This makes GdkSnapshot the base class for GtkSnapshot and hopefully stops confusing bindings. C code should see no difference to before.