Introduction to D-BUS
Jeroen T. Vermeulen
jtv at xs4all.nl
Tue Aug 29 09:52:30 PDT 2006
On Tue, August 29, 2006 22:48, Thiago Macieira wrote:
> Well, it's similar. In C++, if you declare a function:
> void foo(int, unsigned)
> you'll get
> _Z3fooij
>
> In D-Bus, if you call Foo with an INT32 and an UINT32, the message will be
> sent with:
> name='Foo'
> signature='iu'
Actually, this is a lot better than it is in C++ (although at least now we
have something of a mangling standard in C++...)
Jeroen
More information about the dbus
mailing list