#include "GVariant.h"Go to the source code of this file.
Classes | |
| class | GScriptContext |
| The base context class for scripting engines. More... | |
| class | GScriptEngine |
| A scripting engine interface. More... | |
| class | GScriptEngine1 |
| Old interpreter scripting engine. More... | |
| class | GScriptEngine2 |
| New compiler/byte code/VM scripting engine. More... | |
Enumerations | |
| enum | GFuncType { NullFunc, HostFunc, ScriptFunc, ExternFunc } |
| Various type of methods. More... | |
| enum GFuncType |
1.5.7.1