On 2009-09-03, Sven Klomp <[email protected]> wrote:
> Hi,
>
> I was playing with some old Python scripts. However, something changed 
> somewhere, because I get the following message:
> Using **pending_return in dbus_connection_send_with_reply_setup() without 
> pending_setup is deprecated and strongly discouraged
>
> I found some posts where the error message was cited, but couldn't find a 
> solution to this.
> Does someone knows who causes this message?

Yes.

It comes from dbus or the glib-dbus binding.
The reason is that if pending_return is used without first calling
pending_setup,
you might get memory leaks and lost messages.

If you do dbus stuff from your app and did not adapt to the new way,
search for the patch adding this warning to see how to not get this warning.
_______________________________________________
Shr-User mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-user

Reply via email to