summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2020-12-01 21:46:12 +0100
committerTomasz Chabora <kobewi4e@gmail.com>2020-12-03 20:11:52 +0100
commitb552c26c68d0a52843d38ab54ec2adea74f8de80 (patch)
tree97614536b161908883d749b396dc06a35ec9db8d
parentba51af7904819b3739173d24567e79ee5d3600f9 (diff)
Mention that 'changed' signal needs manual emit
-rw-r--r--doc/classes/Resource.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Resource.xml b/doc/classes/Resource.xml
index 1ce2c376dd..54984b7785 100644
--- a/doc/classes/Resource.xml
+++ b/doc/classes/Resource.xml
@@ -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>