Hi All,<br>    I&#39;m just ramping-up on dbus, python.  I would like to know if it is possible to pass caller context information as argument to a remote method. For example, assume there is a service that provides a method MyService1(). I would like different callers of this method to be able to pass some &quot;calling context&quot; information. The context information can be any thing - integer, object etc. The service is expected to return the context information as is in its asynchronous reply. <br>
<br>In a C analogy, I&#39;m thinking of MyService1() having a &quot;void *&quot; for this caller context argument.<br><br>Can I do something equivalent with dbus-python remote calls? If not, can you suggest a solution?<br>
<br>Thanks in advance!<br>Paddy<br><br>