This website requires JavaScript.
Explore
Help
Sign in
cry
/
Hyprland
Watch
1
Star
0
Fork
You've already forked Hyprland
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b1e5cc66bd
Hyprland
/
src
/
helpers
/
signal
/
Signal.hpp
6 lines
89 B
C++
Raw
Normal View
History
Unescape
Escape
helpers: Add new C++ Signal and Listener classes A memory-safe alternative to wl_signal
2024-04-21 01:47:24 +01:00
#
pragma once
core: move to hyprutils for utils (#6385) * core: move to hyprutils for utils Nix: add hyprutils dep * Meson: add hyprutils dep * flake.lock: update --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2024-06-11 17:17:45 +02:00
#
include
<hyprutils/signal/Signal.hpp>
helpers: Add new C++ Signal and Listener classes A memory-safe alternative to wl_signal
2024-04-21 01:47:24 +01:00
core: move to hyprutils for utils (#6385) * core: move to hyprutils for utils Nix: add hyprutils dep * Meson: add hyprutils dep * flake.lock: update --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
2024-06-11 17:17:45 +02:00
using
namespace
Hyprutils
:
:
Signal
;
Reference in a new issue
Copy permalink