unix-fd: when sending a message with unix fds verify that the connection can do it
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2009 02:01:01 +0000 (04:01 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 20 May 2009 00:09:30 +0000 (02:09 +0200)
commit2eb14dbcac1870dda1b36ce1e6fedfe7500572cb
tree5e98868ebfc0c202fab9dbb0a8ada8dfcd57987f
parent08e49d9b53b675ee2292ac35173dfb4ab97e8d13
unix-fd: when sending a message with unix fds verify that the connection can do it

Not all of the send function flavours allow returning proper error
codes. For the cases where this is not easily possible the client should
call dbus_connection_can_send_type() first.
dbus/dbus-connection.c