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

/external/dbus/dbus/
H A Ddbus-connection.c284 unsigned int shareable : 1; /**< #TRUE if libdbus owns a reference to the connection and can return it from dbus_connection_open() more than once */
1567 * from dbus_connection_open(). We could just synchronously
2424 * to dbus_connection_open() asks to connect to the same server.
2427 * not shared with other callers of dbus_connection_open().
2438 * @note Prefer dbus_connection_open() to dbus_connection_open_private()
2448 dbus_connection_open (const char *address, function
2465 * dbus_connection_open(), always creates a new connection.
2481 * @note Prefer dbus_connection_open() to dbus_connection_open_private()
2649 * Most connections are shared. dbus_connection_open() and dbus_bus_get()
2731 * After the disconnect message link is queued, dbus_bus_get/dbus_connection_open
[all...]

Completed in 46 milliseconds