Benjamin Otte
|
815cd0ed68
|
gdk: Include gio.h in gdktypes.h
It's where we include all our external dependencies.
This way, we don't have to include it in all headers again and again.
|
2017-12-10 01:09:14 +01:00 |
|
Benjamin Otte
|
cc07800570
|
gdk: Allow setting task data on (de)serializers
This mirrors GTask.
|
2017-12-03 05:46:48 +01:00 |
|
Benjamin Otte
|
3023d254dd
|
clipboard: Make value getters set the passed in value
Don't return a const GValue, that's ugly API. Instead require people to
pass in a preinitialized GValue and set that one.
|
2017-12-03 05:46:47 +01:00 |
|
Benjamin Otte
|
91910ba013
|
gdk: Im[plement content deserializing
Add infrastructure to do GInputStream => GType conversions. Use that to
implement gdk_clipboard_read_value() which reads into GValues.
|
2017-12-03 05:46:27 +01:00 |
|