Add support for unbinding in connection dialog

This commit is contained in:
kobewi
2021-10-01 02:40:07 +02:00
parent 5b270278c8
commit cdac60759e
11 changed files with 184 additions and 60 deletions

View File

@@ -59,6 +59,13 @@
Returns the path to the node that owns the method connected to the signal at [code]idx[/code], relative to the root node.
</description>
</method>
<method name="get_connection_unbinds" qualifiers="const">
<return type="int" />
<argument index="0" name="idx" type="int" />
<description>
Returns the number of unbound parameters for the signal at [code]idx[/code].
</description>
</method>
<method name="get_node_count" qualifiers="const">
<return type="int" />
<description>