mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-06 08:45:58 +01:00
5c72a7fea1
* core: move to sdbus-cpp2 * oopsie LMAO * thing * nix/overlays: add sdbus overlay --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
5 lines
No EOL
133 B
C++
5 lines
No EOL
133 B
C++
#pragma once
|
|
|
|
#include <sdbus-c++/sdbus-c++.h>
|
|
|
|
typedef std::tuple<uint32_t, std::unordered_map<std::string, sdbus::Variant>> dbUasv; |