Home
last modified time | relevance | path

Searched refs:internal_bus_get (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-bus.c425 internal_bus_get (DBusBusType type, in internal_bus_get() function
563 return internal_bus_get (type, FALSE, error); in dbus_bus_get()
595 return internal_bus_get (type, TRUE, error); in dbus_bus_get_private()
/external/dbus/
DChangeLog.pre-1-0152 (internal_bus_get): lock our access to the BusData
538 (internal_bus_get): only weak ref the connection; this means
618 (internal_bus_get): fix screwy code formatting. whoever committed
1480 (internal_bus_get): get a hard refrence to shared connections when
2046 * dbus/dbus-bus.c (internal_bus_get): in the error message if the
2941 (internal_bus_get): new method that take over the heavy lifting
2944 (dbus_bus_get): wrapper to internal_bus_get that provides the same
2947 internal_bus_get to get a private connection to the bus