textops_devel.xml 940 B

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding='ISO-8859-1'?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  4. <!-- Include general documentation entities -->
  5. <!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
  6. %docentities;
  7. ]>
  8. <!-- Module Developer's Guide -->
  9. <chapter>
  10. <title>&develguide;</title>
  11. <section>
  12. <title>Functions</title>
  13. <section>
  14. <title>
  15. <function moreinfo="none">load_textops(*import_structure)</function>
  16. </title>
  17. <para>
  18. For programmatic use only--import the <acronym>Textops</acronym> API.
  19. </para>
  20. <para>Meaning of the parameters is as follows:</para>
  21. <itemizedlist>
  22. <listitem>
  23. <para><emphasis>import_structure</emphasis> - Pointer to
  24. the import structure - see <quote>struct textops_binds</quote> in
  25. modules/textops/api.h
  26. </para>
  27. </listitem>
  28. </itemizedlist>
  29. </section>
  30. </section>
  31. </chapter>