File: libags.xml.in

package info (click to toggle)
gsequencer 7.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 71,040 kB
  • sloc: ansic: 1,145,949; xml: 31,016; cpp: 9,487; sh: 5,798; makefile: 3,845; perl: 155; sed: 16; python: 11
file content (171 lines) | stat: -rw-r--r-- 6,758 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
               "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
[
  <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
  <!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
  %gtkdocentities;
]>

<!-- Copyright (C) 2005-2019 Jo\u00EBl Kr\u00E4hemann -->
<!-- Permission is granted to copy, distribute and/or modify this document -->
<!-- under the terms of the GNU Free Documentation License, Version 1.3 -->
<!-- or any later version published by the Free Software Foundation; -->
<!-- with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. -->
<!-- A copy of the license is included in the section entitled "GNU -->
<!-- Free Documentation License". -->


<book id="index">
  <bookinfo>
    <legalnotice><para>Copyright (C)</para></legalnotice>
    
    <title>Advanced Gtk+ Sequencer Reference Manual</title>
    <releaseinfo>
      for libags.
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="http://nongnu.org/gsequencer/api/&package_version;/libags/index.html">http://nongnu.org/gsequencer/api/&package_version;/libags/</ulink>.
    </releaseinfo>
  </bookinfo>

  <part id="lib">
    <title>Library - Completion routines</title>
    <xi:include href="xml/ags_buffer_util.xml"/>
    <xi:include href="xml/ags_complex.xml"/>
    <xi:include href="xml/ags_conversion.xml"/>
    <xi:include href="xml/ags_endian.xml"/>
    <xi:include href="xml/ags_math_util.xml"/>
    <xi:include href="xml/ags_function.xml"/>
    <xi:include href="xml/ags_solver_matrix.xml"/>
    <xi:include href="xml/ags_solver_vector.xml"/>
    <xi:include href="xml/ags_solver_polynomial.xml"/>
    <xi:include href="xml/ags_log.xml"/>
    <xi:include href="xml/ags_regex.xml"/>
    <xi:include href="xml/ags_regex_util.xml"/>
    <xi:include href="xml/ags_string_util.xml"/>
    <xi:include href="xml/ags_time.xml"/>
    <xi:include href="xml/ags_turtle.xml"/>
    <xi:include href="xml/ags_turtle_manager.xml"/>
    <xi:include href="xml/ags_uuid.xml"/>
  </part>

  <part id="util">
    <title>Util - Helper functions</title>

    <xi:include href="xml/ags_destroy_util.xml"/>
    <xi:include href="xml/ags_id_generator.xml"/>
    <xi:include href="xml/ags_list_util.xml"/>
    <xi:include href="xml/ags_soundcard_helper.xml"/>
  </part>
  
  <part id="object">
    <title>Object - Interfaces and marshallers</title>

    <xi:include href="xml/ags_applicable.xml"/>
    <xi:include href="xml/ags_application_context.xml"/>
    <xi:include href="xml/ags_config.xml"/>
    <xi:include href="xml/ags_priority.xml"/>
    <xi:include href="xml/ags_connectable.xml"/>
    <xi:include href="xml/ags_countable.xml"/>
    <xi:include href="xml/ags_cursor.xml"/>
    <xi:include href="xml/ags_globals.xml"/>
    <xi:include href="xml/ags_macros.xml"/>
    <xi:include href="xml/ags_main_loop.xml"/>
    <xi:include href="xml/ags_marshal.xml"/>
    <xi:include href="xml/ags_mutable.xml"/>
    <xi:include href="xml/ags_plugin.xml"/>
    <xi:include href="xml/ags_portlet.xml"/>
    <xi:include href="xml/ags_seekable.xml"/>
    <xi:include href="xml/ags_sequencer.xml"/>
    <xi:include href="xml/ags_soundcard.xml"/>
    <xi:include href="xml/ags_sound_server.xml"/>
    <xi:include href="xml/ags_tactable.xml"/>
  </part>
  
  <part id="xml-io">
    <title>XML Input/Output - Persist project</title>
    
    <xi:include href="xml/ags_file.xml"/>
    <xi:include href="xml/ags_file_id_ref.xml"/>
    <xi:include href="xml/ags_file_link.xml"/>
    <xi:include href="xml/ags_file_lookup.xml"/>
    <xi:include href="xml/ags_file_launch.xml"/>
    <xi:include href="xml/ags_file_util.xml"/>
  </part>

  <part id="thread">
    <title>Thread - Multi-threaded tree</title>

    <xi:include href="xml/ags_concurrency_provider.xml"/>
    <xi:include href="xml/ags_destroy_worker.xml"/>
    <xi:include href="xml/ags_generic_main_loop.xml"/>
    <xi:include href="xml/ags_message_delivery.xml"/>
    <xi:include href="xml/ags_message_queue.xml"/>
    <xi:include href="xml/ags_message_envelope.xml"/>
    <xi:include href="xml/ags_returnable_thread.xml"/>
    <xi:include href="xml/ags_task_launcher.xml"/>
    <xi:include href="xml/ags_task.xml"/>
    <xi:include href="xml/ags_task_completion.xml"/>
    <xi:include href="xml/ags_thread.xml"/>
    <xi:include href="xml/ags_thread_application_context.xml"/>
    <xi:include href="xml/ags_thread_pool.xml"/>
    <xi:include href="xml/ags_timestamp.xml"/>
    <xi:include href="xml/ags_worker_thread.xml"/>
  </part>

  <part id="xml-rpc">
    <title>XML-RPC - server</title>

    <xi:include href="xml/ags_registry.xml"/>
    <xi:include href="xml/ags_server.xml"/>
    <xi:include href="xml/ags_server_application_context.xml"/>
    <xi:include href="xml/ags_server_status.xml"/>
    <xi:include href="xml/ags_service_provider.xml"/>

    <chapter id="server-controller">
      <title>Controller - providing context path</title>

      <xi:include href="xml/ags_controller.xml"/>
      <xi:include href="xml/ags_front_controller.xml"/>
      <xi:include href="xml/ags_plugin_controller.xml"/>
    </chapter>

    <chapter id="server-security">
      <title>Security - basic authentication</title>

      <xi:include href="xml/ags_authentication.xml"/>
      <xi:include href="xml/ags_authentication_manager.xml"/>
      <xi:include href="xml/ags_business_group.xml"/>
      <xi:include href="xml/ags_business_group_manager.xml"/>
      <xi:include href="xml/ags_certificate.xml"/>
      <xi:include href="xml/ags_certificate_manager.xml"/>
      <xi:include href="xml/ags_password_store.xml"/>
      <xi:include href="xml/ags_password_store_manager.xml"/>
      <xi:include href="xml/ags_auth_security_context.xml"/>
      <xi:include href="xml/ags_security_context.xml"/>
      <xi:include href="xml/ags_xml_authentication.xml"/>
      <xi:include href="xml/ags_xml_business_group.xml"/>
      <xi:include href="xml/ags_xml_certificate.xml"/>
      <xi:include href="xml/ags_xml_password_store.xml"/>
    </chapter>
  </part>
    
  <index id="api-index-full">
    <title>API Index</title>
    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
  </index>
  
  <index id="api-index-deprecated" role="deprecated">
    <title>Index of deprecated API</title>
    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
  </index>
  
  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>

  <part label="appendix">
    <title>Tree Index</title>
    
    <xi:include href="xml/tree_index.sgml"><xi:fallback /></xi:include>
  </part>
  
</book>