Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gdk: Clean up docs syntax | Matthias Clasen | 2021-05-22 | 1 | -3/+4 |
| | | | | Replace leftover gtk-doc syntax (#Type) with backquotes. | ||||
* | Replace "gint" with "int" | Benjamin Otte | 2020-07-25 | 1 | -1/+1 |
| | |||||
* | gdk: Remove unnecessary assignments | Benjamin Otte | 2018-05-06 | 1 | -2/+0 |
| | | | | The variable is never read again. | ||||
* | clipboard: Implement local fallback clipboard transfers | Benjamin Otte | 2017-12-03 | 1 | -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. |