anotherim-desktop/plugins/windows-notification/api/include/converter.hpp
2021-06-09 07:19:08 -03:00

7 lines
141 B
C++

#pragma once
#include <glib.h>
#include <string>
std::wstring char_to_wstr(const gchar* str);
char* wstr_to_char(const std::wstring& wstr);