Fix incorrect description for Signal::get_connections
This commit is contained in:
parent
604493eb6e
commit
03ae8caea8
2 changed files with 5 additions and 2 deletions
|
|
@ -639,7 +639,7 @@
|
|||
<description>
|
||||
Returns an [Array] of connections for the given [param signal] name. Each connection is represented as a [Dictionary] that contains three entries:
|
||||
- [code]signal[/code] is a reference to the [Signal];
|
||||
- [code]callable[/code] is a reference to the [Callable];
|
||||
- [code]callable[/code] is a reference to the connected [Callable];
|
||||
- [code]flags[/code] is a combination of [enum ConnectFlags].
|
||||
</description>
|
||||
</method>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue