pywayland icon indicating copy to clipboard operation
pywayland copied to clipboard

Listener removes itself from Signal._link

Open heuer opened this issue 10 months ago • 0 comments

On removal Listener removes

  • itself from Signal._link
  • sets the reference to the signal to None
  • sets the reference to the notify callback to None

Added test case for the issue.

Closes #61

Fixed Signal constructor with no pointer:

  • self._ptr uses wl_signal instead of wl_listener
  • Added wl_signal_init to ffibuild.

Closes #62

heuer avatar Apr 12 '24 12:04 heuer