mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
interface BarProp {
|
|
/* IID: { 0x9eb2c150, 0x1d56, 0x11d3, \
|
|
{ 0x82, 0x21, 0x00, 0x60, 0x08, 0x3a, 0x0b, 0xcf } } */
|
|
|
|
attribute boolean visible;
|
|
};
|