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

7 lines
141 B
C++
Raw Normal View History

2021-03-26 11:22:55 +00:00
#pragma once
#include <glib.h>
#include <string>
std::wstring char_to_wstr(const gchar* str);
char* wstr_to_char(const std::wstring& wstr);