This website requires JavaScript.
Explore
Help
Sign in
hyprwm
/
Hyprland
Watch
1
Star
0
Fork
You've already forked Hyprland
0
mirror of
https://github.com/hyprwm/Hyprland
synced
2024-11-15 23:25:59 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2320b2241c
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 02:47:24 +02: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 02:47:24 +02: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