Mention that 'changed' signal needs manual emit

(cherry picked from commit b552c26c68)
This commit is contained in:
Tomasz Chabora 2020-12-01 21:46:12 +01:00 committed by Rémi Verschelde
parent b1919a3ed0
commit 99a6cf77dd
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -76,6 +76,7 @@
<signal name="changed">
<description>
Emitted whenever the resource changes.
[b]Note:[/b] This signal is not emitted automatically for custom resources, which means that you need to create a setter and emit the signal yourself.
</description>
</signal>
</signals>