mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1234127: Change |BluetoothAdapter.pairingReqs| as a nullable object; r=btian, r=mrbkap
This commit is contained in:
parent
b006291a6b
commit
6fc8cba2e5
@ -75,7 +75,7 @@ public:
|
||||
return mDiscoverable;
|
||||
}
|
||||
|
||||
BluetoothPairingListener* PairingReqs() const
|
||||
BluetoothPairingListener* GetPairingReqs() const
|
||||
{
|
||||
return mPairingReqs;
|
||||
}
|
||||
|
@ -43,7 +43,7 @@ interface BluetoothAdapter : EventTarget {
|
||||
readonly attribute BluetoothGattServer? gattServer;
|
||||
|
||||
[AvailableIn=CertifiedApps]
|
||||
readonly attribute BluetoothPairingListener pairingReqs;
|
||||
readonly attribute BluetoothPairingListener? pairingReqs;
|
||||
|
||||
// Fired when attribute(s) of BluetoothAdapter changed
|
||||
attribute EventHandler onattributechanged;
|
||||
|
Loading…
Reference in New Issue
Block a user