Skip to content
#

wayland

Here are 279 public repositories matching this topic...

ammen99
ammen99 commented Oct 29, 2020

signal_callback_t is already deprecated, and up to now we have had to fix numerous bugs due to forgetting to disconnect it.

signal_connection_t is the new signal connection mechanism which uses destructors to automatically disconnect. It is already used in new code. So we should just go through all places where signal_callback_t is used, replace it with signal_connection_t` and then remov

Improve this page

Add a description, image, and links to the wayland topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wayland topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.