unix-fd: introduce dbus_connection_can_send_type()
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2009 01:56:18 +0000 (03:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 20 May 2009 00:09:30 +0000 (02:09 +0200)
commit08e49d9b53b675ee2292ac35173dfb4ab97e8d13
treee2847e9bfd5319a2a3b9194192fb9173868bbb7c
parenta0cc21f8bb6752ffe0ee5f4f5b575dc50d6d46ae
unix-fd: introduce dbus_connection_can_send_type()

This is just a wrapper around _dbus_transport_can_pass_unix_fd() however
it is more generic.

The reason for keeping this generic is to ease later addition of more
types without having to add a new API for that.
dbus/dbus-connection.c
dbus/dbus-connection.h