[][src]Function gio::bus_get

pub fn bus_get<P: IsA<Cancellable>, Q: FnOnce(Result<DBusConnection, Error>) + Send + 'static>(
    bus_type: BusType,
    cancellable: Option<&P>,
    callback: Q
)