1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-28 00:35:18 +02:00

Move library tree where it belongs

This commit is contained in:
ra
2010-01-24 09:19:39 +00:00
parent e74978ba77
commit 58caf78a86
6020 changed files with 2790154 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
<chapter id="tutorial-initialising-finishing">
<title>Initialising and Finishing using the Library</title>
<para>Raptor has a single initialising function and a single
terminating function. The initialising function must be called
before any other Raptor API functions are called:
<programlisting>
raptor_init();
...
raptor_finish();
</programlisting>
</para>
<para>It is safe to call these functions more than once. But don't
do that!</para>
</chapter>
<!--
Local variables:
mode: sgml
sgml-parent-document: ("raptor-docs.xml" "book" "part")
End:
-->