Proposed API Change ( was delayed authentication )

Havoc Pennington hp@redhat.com
Sun, 09 Nov 2003 20:57:55 -0500


On Sun, 2003-11-09 at 12:01, Willem Dantuma wrote:
> This is the way i was doing it, it only didn't work in my test with
> dbus_monitor ( which is calling dbus_bus_get ).

Right, dbus_bus_get() does some round trip messages to register with the
bus and blocks for that reason.

> Actually i'am using sasl callbacks internally allready for username and
> password, i only think the need to provide callback functions doesn't
> simplify the API and that's exactly what youre trying to do with the
> dbus_bus_get wrapper.
> 
> But i'am happy to implement it that way

I'm all for simplifying the API, but the API still has to do the job,
right?

Havoc