mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:27:43 +00:00
GVariant: Add to_string(GVariant::Type) helper.
This commit is contained in:
parent
0e18201b7e
commit
0af61e9123
2 changed files with 20 additions and 0 deletions
|
@ -199,3 +199,5 @@ private:
|
|||
|
||||
Type m_type { Type::Invalid };
|
||||
};
|
||||
|
||||
const char* to_string(GVariant::Type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue