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

/external/dbus/dbus/
H A Ddbus-connection.c1886 * Closes a shared OR private connection, while dbus_connection_close() can
2549 * may call dbus_connection_close(). However, when you are done with the
2588 * dbus_connection_close() to disconnect it,
2591 * (The dbus_connection_close() can be skipped if the
2757 * dbus_connection_close() to be called prior to dropping the last reference.
2780 "Most likely, the application was supposed to call dbus_connection_close(), since this is a private connection.\n");
2869 * calling dbus_connection_close() prior to releasing the last
2875 dbus_connection_close (DBusConnection *connection) function
2887 _dbus_warn_check_failed ("Applications must not close shared connections - see dbus_connection_close() docs. This is a bug in the application.\n");
2906 * dbus_connection_close()
[all...]

Completed in 58 milliseconds