Searched defs:reply_to_this (Results 1 - 1 of 1) sorted by relevance

/external/dbus/bus/
H A Dconnection.c1667 DBusMessage *reply_to_this,
1678 _dbus_assert (reply_to_this != NULL);
1680 if (dbus_message_get_no_reply (reply_to_this))
1683 reply_serial = dbus_message_get_serial (reply_to_this);
1663 bus_connections_expect_reply(BusConnections *connections, BusTransaction *transaction, DBusConnection *will_get_reply, DBusConnection *will_send_reply, DBusMessage *reply_to_this, DBusError *error) argument

Completed in 68 milliseconds