diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-11-02 16:00:41 +0100 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-11-02 16:00:41 +0100 |
commit | 5adb66b9246ae73f81c28c14e006d89df033318a (patch) | |
tree | 44c81c6cd1a72fd37fc549cba860bd1413da91e7 | |
parent | 19196f781ba20b6929e1307f3a4d5861ca618a72 (diff) | |
download | lanes-5adb66b9246ae73f81c28c14e006d89df033318a.tar.gz lanes-5adb66b9246ae73f81c28c14e006d89df033318a.tar.bz2 lanes-5adb66b9246ae73f81c28c14e006d89df033318a.zip |
Enum buildfix
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1520,7 +1520,7 @@ events to a common Linda, but... :).</font> | |||
1520 | <ol> | 1520 | <ol> |
1521 | <li> | 1521 | <li> |
1522 | Provide an <i>identity function</i> for your userdata, in C. This function is used for creation and deletion of your deep userdata (the shared resource), and for making metatables for the state-specific proxies for accessing it. The prototype is | 1522 | Provide an <i>identity function</i> for your userdata, in C. This function is used for creation and deletion of your deep userdata (the shared resource), and for making metatables for the state-specific proxies for accessing it. The prototype is |
1523 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre> void* idfunc( lua_State* L, enum eDeepOp op_);</pre></td></tr></table> | 1523 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre> void* idfunc( lua_State* L, DeepOp op_);</pre></td></tr></table> |
1524 | <tt>op_</tt> can be one of: | 1524 | <tt>op_</tt> can be one of: |
1525 | <ul> | 1525 | <ul> |
1526 | <li><tt>eDO_new</tt>: requests the creation of a new object, whose pointer is returned.</li> | 1526 | <li><tt>eDO_new</tt>: requests the creation of a new object, whose pointer is returned.</li> |