aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules
ModeNameSize
-rw-r--r--FindCURL.cmake527logplain
-rw-r--r--FindGMP.cmake821logplain
-rw-r--r--FindGettextLib.cmake2480logplain
-rw-r--r--FindIrrlicht.cmake1809logplain
-rw-r--r--FindJson.cmake963logplain
-rw-r--r--FindLua.cmake850logplain
-rw-r--r--FindLuaJIT.cmake1411logplain
-rw-r--r--FindNcursesw.cmake7449logplain
-rw-r--r--FindOpenGLES2.cmake2826logplain
-rw-r--r--FindSQLite3.cmake274logplain
-rw-r--r--FindVorbis.cmake1742logplain
-rw-r--r--GenerateVersion.cmake824logplain
et, the method attempts to attach a new metadata object * to the node and returns a pointer to the metadata when successful. * * However, it is NOT guaranteed that the method will return a pointer, * and @c NULL may be returned in case of an error regardless of @p auto_create. * * @param ref specifies the node for which the associated metadata is retrieved. * @param auto_create when true, try to create metadata information for the node if it has none. * @return pointer to a @c NodeMetadata object or @c NULL in case of error. */ static NodeMetadata* getmeta(NodeMetaRef *ref, bool auto_create); static void reportMetadataChange(NodeMetaRef *ref); // Exported functions // garbage collector static int gc_object(lua_State *L); // get_string(self, name) static int l_get_string(lua_State *L); // set_string(self, name, var)