Getting method call metadata in dbus-glib servers
Matt Hoosier
matt.hoosier at gmail.com
Thu May 29 09:28:38 PDT 2008
On Thu, May 29, 2008 at 11:02 AM, Ross Burton <ross at burtonini.com> wrote:
> If you make your methods asynchronous, then you'll be given a context
> object which lets you get the sender's bus name.
Thanks. So if I understand the approach here: it looks like you don't
really want the method to be asynchronous (every path through it
either returns an explicit error or uses dbus_g_method_return()); this
is just a hack to get at the context information?
More information about the dbus
mailing list