Skip to content
This repository was archived by the owner on Apr 25, 2019. It is now read-only.

Commit b97d0b2

Browse files
committed
Expose more methods of gd.JsPlatform
1 parent 1ecee2d commit b97d0b2

File tree

3 files changed

+1986
-1915
lines changed

3 files changed

+1986
-1915
lines changed

Bindings/Bindings.idl

+10-1
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ interface Platform {
120120
interface JsPlatform {
121121
[Ref] JsPlatform STATIC_Get();
122122
void AddNewExtension([Const, Ref] PlatformExtension extension);
123+
124+
// Inherited from Platform:
125+
[Const, Value] DOMString GetName();
126+
[Const, Value] DOMString GetFullName();
127+
[Const, Value] DOMString GetSubtitle();
128+
[Const, Value] DOMString GetDescription();
129+
boolean IsExtensionLoaded([Const] DOMString name);
130+
131+
[Const, Ref] VectorPlatformExtension GetAllPlatformExtensions();
123132
};
124133

125134
interface PairStringVariable {
@@ -1451,7 +1460,7 @@ interface EventsParametersLister {
14511460
};
14521461

14531462
interface EventsTypesLister {
1454-
void EventsTypesLister();
1463+
void EventsTypesLister([Const, Ref] Project project);
14551464
[Const, Ref] VectorString GetAllEventsTypes();
14561465
[Const, Ref] VectorString GetAllConditionsTypes();
14571466
[Const, Ref] VectorString GetAllActionsTypes();

0 commit comments

Comments
 (0)