Add support for Unix fd D-Bus type

This commit is contained in:
sangelovic
2019-06-08 21:35:22 +02:00
committed by Stanislav Angelovič
parent efe799ef3f
commit 57c840637c
13 changed files with 125 additions and 2 deletions

View File

@ -44,6 +44,7 @@ const char *atomic_type_to_string(char t)
{ 'o', "sdbus::ObjectPath" },
{ 'g', "sdbus::Signature" },
{ 'v', "sdbus::Variant" },
{ 'h', "sdbus::UnixFd" },
{ '\0', "" }
};