]> git.ipfire.org Git - thirdparty/vala.git/commit
signalmodule: Handle nullable ValueTypes properly and treat them as pointer
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 12 Mar 2017 19:32:26 +0000 (20:32 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 14 Mar 2017 09:27:38 +0000 (10:27 +0100)
commitf6e29bd10dd5c3cd1e222b78ce107d4921769452
tree44bbadebb13c4ffeb2329b981c9dc1f25ebd5964
parentaf239ed5a14ff288770627f1a789ec829cb03afd
signalmodule: Handle nullable ValueTypes properly and treat them as pointer

Nullable value-types are actually pointers to heap-allocated structures.
Therefore a pointer-based marshaller is required for those types.

https://bugzilla.gnome.org/show_bug.cgi?id=758816
codegen/valagsignalmodule.vala
tests/Makefile.am
tests/objects/bug758816.vala [new file with mode: 0644]