| 15 | * An error will be logged if you try to disconnect the signal more than once. |
| 16 | */ |
| 17 | export class SignalHandle { |
| 18 | private constructor(target: CanDisconnect, id: number) { |
| 19 | this.target = target; |
| 20 | if (target instanceof Clutter.Actor) { |
nothing calls this directly
no outgoing calls
no test coverage detected