nimf-docs.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
  4. [
  5. <!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
  6. <!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
  7. %gtkdocentities;
  8. ]>
  9. <book id="index">
  10. <bookinfo>
  11. <title>Nimf Reference Manual</title>
  12. <releaseinfo>
  13. for &package_string;.
  14. The latest version of this documentation can be found on-line at
  15. <ulink role="online-location" url="https://nimf-i18n.gitlab.io/reference/">https://nimf-i18n.gitlab.io/reference/</ulink>.
  16. </releaseinfo>
  17. </bookinfo>
  18. <part id="libnimf-api">
  19. <title>libnimf API</title>
  20. <xi:include href="xml/nimf-im.xml"/>
  21. <xi:include href="xml/nimf-events.xml"/>
  22. <xi:include href="xml/nimf-key-syms.xml"/>
  23. <xi:include href="xml/nimf-types.xml"/>
  24. <xi:include href="xml/nimf-server.xml"/>
  25. <xi:include href="xml/nimf-utils.xml"/>
  26. <chapter id="interfaces">
  27. <title>Interfaces</title>
  28. <xi:include href="xml/nimf-candidatable.xml"/>
  29. <xi:include href="xml/nimf-preeditable.xml"/>
  30. </chapter>
  31. <chapter id="abstract-classes">
  32. <title>Abstract Classes</title>
  33. <xi:include href="xml/nimf-engine.xml"/>
  34. <xi:include href="xml/nimf-service.xml"/>
  35. <xi:include href="xml/nimf-service-ic.xml"/>
  36. </chapter>
  37. </part>
  38. <part id="executables">
  39. <title>Executables</title>
  40. <xi:include href="xml/nimf.xml"/>
  41. <xi:include href="xml/nimf-settings.xml"/>
  42. </part>
  43. <chapter id="object-tree">
  44. <title>Object Hierarchy</title>
  45. <xi:include href="xml/tree_index.sgml"/>
  46. </chapter>
  47. <index id="api-index-full">
  48. <title>API Index</title>
  49. <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  50. </index>
  51. <index id="deprecated-api-index" role="deprecated">
  52. <title>Index of deprecated API</title>
  53. <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  54. </index>
  55. <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
  56. </book>