doc: Sync with current source

This commit is contained in:
Rémi Verschelde
2018-01-13 11:43:30 +01:00
parent e28cdc4654
commit c01575b312
7 changed files with 13 additions and 15 deletions

View File

@@ -744,16 +744,16 @@
Emitted when the node enters the tree.
</description>
</signal>
<signal name="tree_exiting">
<description>
Emitted when the node is still active but about to exit the tree. This is the right place for de-initialization.
</description>
</signal>
<signal name="tree_exited">
<description>
Emitted after the node exits the tree and is no longer active.
</description>
</signal>
<signal name="tree_exiting">
<description>
Emitted when the node is still active but about to exit the tree. This is the right place for de-initialization.
</description>
</signal>
</signals>
<constants>
<constant name="NOTIFICATION_ENTER_TREE" value="10">