summaryrefslogtreecommitdiff
path: root/gdk/gdkpipeiostream.c
Commit message (Collapse)AuthorAgeFilesLines
* gdk: Clean up docs syntaxMatthias Clasen2021-05-221-3/+4
| | | | Replace leftover gtk-doc syntax (#Type) with backquotes.
* Replace "gint" with "int"Benjamin Otte2020-07-251-1/+1
|
* gdk: Remove unnecessary assignmentsBenjamin Otte2018-05-061-2/+0
| | | | The variable is never read again.
* clipboard: Implement local fallback clipboard transfersBenjamin Otte2017-12-031-0/+476
This requires implementing a "pipe" so we can have 2 streams running: contentprovider => serializer => outputstream inputstream => deserializer => reader And the pipe shoves the data from the outputstream into the inputstream.