mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-28 23:42:27 +01:00
Add dactylIUtils.createContents. Closes issue #581.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* Public Domain */
|
||||
|
||||
#include "nsISupports.idl"
|
||||
#include "nsIDOMElement.idl"
|
||||
|
||||
%{C++
|
||||
#include "jsapi.h"
|
||||
@@ -19,6 +20,8 @@ interface dactylIUtils : nsISupports
|
||||
[optional] in ACString filename,
|
||||
[optional] in PRInt32 lineNumber);
|
||||
|
||||
void createContents(in nsIDOMElement element);
|
||||
|
||||
[implicit_jscontext]
|
||||
jsval getGlobalForObject(in jsval object);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user