]> git.ipfire.org Git - thirdparty/vala.git/commit
Drop deprecated syntax support of += and -= for signals
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 22 Sep 2018 19:49:24 +0000 (21:49 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 22 Sep 2018 19:54:56 +0000 (21:54 +0200)
commit8c9a7853420c2198bc861cddd9dea3a2dbfdef6b
tree9aa908082247a6f6593159693647796e35d29d44
parentcd0b3a990e2f1bc981110b710a5dc9eaf53b8c18
Drop deprecated syntax support of += and -= for signals

The connect/disconnect methods should be used instead for a long time.

Fixes https://gitlab.gnome.org/GNOME/vala/issues/676
codegen/valagsignalmodule.vala
tests/objects/properties.vala
vala/valaassignment.vala