Searched defs:BusConnection (Results 1 - 1 of 1) sorted by relevance
/external/libbrillo/brillo/glib/ | ||
H A D | dbus.h | 28 // \brief BusConnection manages the ref-count for a ::DBusGConnection*. 30 // A BusConnection has reference semantics bound to a particular communication 36 class BRILLO_EXPORT BusConnection { class in namespace:brillo::dbus 40 BusConnection(const BusConnection& x) : object_(x.object_) { function in class:brillo::dbus::BusConnection 45 ~BusConnection() { 50 BusConnection& operator=(BusConnection x) { 65 friend void swap(BusConnection& x, BusConnection 72 BRILLO_PRIVATE explicit BusConnection(::DBusGConnection* x) : object_(x) {} function in class:brillo::dbus::BusConnection [all...] |
Completed in 191 milliseconds