Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
scuri committed May 20, 2013
1 parent 12b935a commit e609bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/en/func/other.html
Expand Up @@ -52,7 +52,7 @@ <h2 align="center">System</h2>
</div>
<hr>
<h2 align="center">Metafile Interpretation</h2>
<div class="function"><pre class="function"><span class="mainFunction">int&nbsp;cdCanvasPlay(cdCanvas* canvas, cdContext* ctx, int xmin, int xmax, int ymin, int ymax, void *data); [in C]</span>
<div class="function"><pre class="function"><span class="mainFunction">int&nbsp;<a name="cdPlay">cdCanvasPlay</a>(cdCanvas* canvas, cdContext* ctx, int xmin, int xmax, int ymin, int ymax, void *data); [in C]</span>

canvas:Play(ctx, xmin, xmax, ymin, ymax: number, data: string) -&gt; (status: number) [in Lua]</pre>

Expand Down Expand Up @@ -90,7 +90,7 @@ <h2 align="center">Metafile Interpretation</h2>
is a <strong>cdCanvas</strong><b>*</b> of the Picture canvas.</li>
</ul>

</div><div class="function"><pre class="function"><span class="mainFunction">int&nbsp;cdContextRegisterCallback(cdContext *ctx, int cb, int(*func)(cdCanvas* canvas, ...)); [in C]</span>
</div><div class="function"><pre class="function"><span class="mainFunction">int&nbsp;<a name="cdRegisterCallback">cdContextRegisterCallback</a>(cdContext *ctx, int cb, int(*func)(cdCanvas* canvas, ...)); [in C]</span>

cd.ContextRegisterCallback(ctx, cb: number, func: function) -&gt; (status: number) [in Lua]</pre>

Expand Down

0 comments on commit e609bae

Please sign in to comment.