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

/external/dbus/dbus/
H A Ddbus-connection.c306 unsigned int shareable : 1; /**< #TRUE if libdbus owns a reference to the connection and can return it from dbus_connection_open() more than once */
1626 * from dbus_connection_open(). We could just synchronously
2538 * to dbus_connection_open() asks to connect to the same server.
2541 * not shared with other callers of dbus_connection_open().
2552 * @note Prefer dbus_connection_open() to dbus_connection_open_private()
2562 dbus_connection_open (const char *address, function
2579 * dbus_connection_open(), always creates a new connection.
2595 * @note Prefer dbus_connection_open() to dbus_connection_open_private()
2753 * Most connections are shared. dbus_connection_open() and dbus_bus_get()
2816 * After the disconnect message link is queued, dbus_bus_get/dbus_connection_open
[all...]

Completed in 25 milliseconds