]> git.sesse.net Git - vlc/blob - mozilla/vlcintf.idl
ac88892dded77fb2afe2be4f2146aeb8bfa2d0ba
[vlc] / mozilla / vlcintf.idl
1
2 #include "nsISupports.idl"
3
4 [scriptable, uuid(ea92ef52-afe4-4212-bacb-dfe9fca94cd6)]
5
6 interface VlcIntf : nsISupports
7 {
8     void play();
9     void pause();
10     void stop();
11 };
12