본문 바로가기
Study

[GDBus] codegen : C type mapping

by 긞 2019. 8. 1.

 

1 'b' bool
2 'y' byte
3 'n' int16
4 'q' uint16
5 'i' int32
6 'u' uint32
7 'x' int64
8 't' uint64
9 'd' double
10 's' string
11 'o' object
... etc etc

 

[참고자료]

https://dbus.freedesktop.org/doc/api/html/group__DBusProtocol.html