mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
Added a SetBroadcaster method so that I have a convenient way to set the broadcaster
for a given broadcast listener.
This commit is contained in:
parent
497fca1d75
commit
e8c3cbb4b5
@ -3,4 +3,5 @@ interface XULBroadcastListener {
|
||||
{ 0x96, 0xed, 0x0, 0x10, 0x4b, 0x7b, 0x7d, 0xeb } } */
|
||||
|
||||
void getBroadcaster(out Node node);
|
||||
void setBroadcaster(in Node node);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user