mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
Fuck
This commit is contained in:
parent
83e4aee77c
commit
6d2b75cee4
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ public:
|
||||||
void GetProductName(DOMString& aValue) const;
|
void GetProductName(DOMString& aValue) const;
|
||||||
void GetSerialNumber(DOMString& aValue) const;
|
void GetSerialNumber(DOMString& aValue) const;
|
||||||
bool Opened() const { return mOpened; }
|
bool Opened() const { return mOpened; }
|
||||||
USBConfiguration* Configuration() const { return mConfiguration; }
|
USBConfiguration* GetConfiguration() const { return mConfiguration; }
|
||||||
void GetConfigurations(nsTArray<RefPtr<USBConfiguration>>& aValue) const
|
void GetConfigurations(nsTArray<RefPtr<USBConfiguration>>& aValue) const
|
||||||
{ aValue = mConfigurations; }
|
{ aValue = mConfigurations; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue