31 #ifndef LUABRIDGE_LUABRIDGE_HEADER
32 #define LUABRIDGE_LUABRIDGE_HEADER
54 #define LUABRIDGE_MAJOR_VERSION 2
55 #define LUABRIDGE_MINOR_VERSION 0
56 #define LUABRIDGE_VERSION 200
122 static bool printBindings ()
124 return getSettings().print_bindings;
127 static void setPrintBindings (
bool en)
129 getSettings().print_bindings = en;
135 Settings () : print_bindings (false) { }
139 static Settings& getSettings ()
141 static Settings settings;
188 inline void setPrintBindings (
bool en)
190 LuaBindingDoc::setPrintBindings (en);
static bool hideMetatables()
static Settings & getSettings()
static void setHideMetatables(bool shouldHide)
GtkImageIconNameData name
void() lua_setglobal(lua_State *L, const char *name)
void push(lua_State *L, T t)
void setGlobal(lua_State *L, T t, char const *name)
void setHideMetatables(bool shouldHide)