anotherim-desktop/plugins/windows-notification/api/include/converter.hpp

8 lines
182 B
C++
Raw Normal View History

2021-03-26 11:22:55 +00:00
#pragma once
#include <string>
2021-02-22 09:18:53 +00:00
#include <string_view>
#include <glib.h>
2021-03-26 11:22:55 +00:00
2021-02-22 09:18:53 +00:00
std::wstring sview_to_wstr(const std::string_view str);
gchar* wsview_to_char(const std::wstring_view wstr);