mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-06 08:45:58 +01:00
5 lines
133 B
C++
5 lines
133 B
C++
|
#pragma once
|
||
|
|
||
|
#include <sdbus-c++/sdbus-c++.h>
|
||
|
|
||
|
typedef std::tuple<uint32_t, std::unordered_map<std::string, sdbus::Variant>> dbUasv;
|