Remove references to nonexisting functions
* glib/gmain.c: Remove references to nonexisting functions
g_source_set_callback_closure(), g_source_poll(), g_source_add()
from docs.
* glib/gdir.c (g_dir_open): Typo fix in docs.
* glib/gasyncqueue.c (g_async_queue_lock):
(g_async_queue_unref_and_unlock): Fix markup to avoid erroneous
<link>s in docs.
* glib/gwin32.c: Escape #'s leading to erroneous <link>s in docs.
* glib/gtree.c: Replace some occurances of Gtree by GTree in docs.
* glib/gstring.c (g_string_insert_unichar): Typo fix in docs.
* glib/tmpl/conversions.sgml: Add GIConv.
* glib/tmpl/main.sgml: Fix references to nonexisting functions
g_main_loop_destroy(), g_source_add(), g_source_connect().
* glib/glib-sections.txt: Add GIConv, g_str_has_prefix, g_str_has_suffix.
* glib/tmpl/linked_lists_single.sgml:
* glib/tmpl/linked_lists_double.sgml: GListAllocator doesn't exist.
* glib/glib-docs.sgml: Declare hash entity.
* glib/tmpl/macros.sgml: Escape # in #ifdef to suppress erroneous links.
* gobject/Makefile.am, gobject/gobject-docs.sgml, gobject/tmpl/*:
* glib/Makefile.am, glib/glib-docs.sgml, glib/tmpl/*: Produce XML,
not SGML.
2002-05-26 22:46:28 +00:00
|
|
|
<?xml version="1.0"?>
|
2012-04-22 21:56:07 +01:00
|
|
|
<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
|
|
|
|
'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [
|
2010-01-07 10:22:14 +02:00
|
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
2002-11-23 01:37:17 +00:00
|
|
|
<!ENTITY version SYSTEM "version.xml">
|
1999-08-16 17:58:30 +00:00
|
|
|
]>
|
2010-01-07 10:22:14 +02:00
|
|
|
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
|
1999-08-16 17:58:30 +00:00
|
|
|
<bookinfo>
|
|
|
|
<title>GLib Reference Manual</title>
|
2009-02-06 08:09:24 +00:00
|
|
|
<releaseinfo>
|
|
|
|
for GLib &version;
|
|
|
|
The latest version of this documentation can be found on-line at
|
2014-09-18 20:31:52 +02:00
|
|
|
<ulink role="online-location" url="https://developer.gnome.org/glib/unstable/">https://developer.gnome.org/glib/unstable/</ulink>.
|
2009-02-06 08:09:24 +00:00
|
|
|
</releaseinfo>
|
1999-08-16 17:58:30 +00:00
|
|
|
</bookinfo>
|
|
|
|
|
2002-01-17 23:06:12 +00:00
|
|
|
<chapter id="glib">
|
|
|
|
<title>GLib Overview</title>
|
|
|
|
<para>
|
2011-11-12 22:52:24 -05:00
|
|
|
GLib is a general-purpose utility library, which provides many useful
|
|
|
|
data types, macros, type conversions, string utilities, file utilities,
|
|
|
|
a mainloop abstraction, and so on. It works on many UNIX-like platforms,
|
2017-05-26 15:15:21 +02:00
|
|
|
as well as Windows and OS X. GLib is released under the GNU Lesser
|
2012-09-11 22:41:18 -04:00
|
|
|
General Public License (GNU LGPL).
|
2003-07-29 22:37:37 +00:00
|
|
|
</para>
|
2002-01-17 23:06:12 +00:00
|
|
|
|
2012-04-22 21:56:07 +01:00
|
|
|
<xi:include href="building.xml" />
|
|
|
|
<xi:include href="cross.xml" />
|
2012-09-11 22:41:18 -04:00
|
|
|
<xi:include href="programming.xml" />
|
2012-04-22 21:56:07 +01:00
|
|
|
<xi:include href="xml/compiling.xml" />
|
|
|
|
<xi:include href="running.xml" />
|
|
|
|
<xi:include href="changes.xml" />
|
|
|
|
<xi:include href="resources.xml" />
|
2011-11-12 21:54:42 -05:00
|
|
|
|
|
|
|
</chapter>
|
2002-01-17 23:06:12 +00:00
|
|
|
|
1999-08-16 17:58:30 +00:00
|
|
|
<chapter id="glib-fundamentals">
|
|
|
|
<title>GLib Fundamentals</title>
|
2010-01-07 11:31:24 +02:00
|
|
|
<xi:include href="xml/version.xml" />
|
|
|
|
<xi:include href="xml/types.xml" />
|
|
|
|
<xi:include href="xml/macros.xml" />
|
|
|
|
<xi:include href="xml/type_conversion.xml" />
|
|
|
|
<xi:include href="xml/byte_order.xml" />
|
2015-10-28 11:14:13 +00:00
|
|
|
<xi:include href="xml/checkedmath.xml" />
|
2010-01-07 11:31:24 +02:00
|
|
|
<xi:include href="xml/numerical.xml" />
|
|
|
|
<xi:include href="xml/macros_misc.xml" />
|
|
|
|
<xi:include href="xml/atomic_operations.xml" />
|
1999-08-16 17:58:30 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter id="glib-core">
|
|
|
|
<title>GLib Core Application Support</title>
|
2010-01-07 11:31:24 +02:00
|
|
|
<xi:include href="xml/main.xml" />
|
|
|
|
<xi:include href="xml/threads.xml" />
|
|
|
|
<xi:include href="xml/thread_pools.xml" />
|
|
|
|
<xi:include href="xml/async_queues.xml" />
|
|
|
|
<xi:include href="xml/modules.xml" />
|
|
|
|
<xi:include href="xml/memory.xml" />
|
2011-11-12 22:52:24 -05:00
|
|
|
<xi:include href="xml/memory_slices.xml" />
|
2010-01-07 11:31:24 +02:00
|
|
|
<xi:include href="xml/iochannels.xml" />
|
|
|
|
<xi:include href="xml/error_reporting.xml" />
|
|
|
|
<xi:include href="xml/warnings.xml" />
|
|
|
|
<xi:include href="xml/messages.xml" />
|
1999-08-16 17:58:30 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter id="glib-utilities">
|
|
|
|
<title>GLib Utilities</title>
|
2011-11-12 22:52:24 -05:00
|
|
|
<xi:include href="xml/string_utils.xml" />
|
|
|
|
<xi:include href="xml/conversions.xml" />
|
|
|
|
<xi:include href="xml/unicode.xml" />
|
|
|
|
<xi:include href="xml/base64.xml" />
|
|
|
|
<xi:include href="xml/checksum.xml" />
|
|
|
|
<xi:include href="xml/hmac.xml" />
|
|
|
|
<xi:include href="xml/i18n.xml" />
|
|
|
|
<xi:include href="xml/date.xml" />
|
|
|
|
<xi:include href="xml/timezone.xml" />
|
|
|
|
<xi:include href="xml/date-time.xml" />
|
|
|
|
<xi:include href="xml/random_numbers.xml" />
|
|
|
|
<xi:include href="xml/hooks.xml" />
|
|
|
|
<xi:include href="xml/misc_utils.xml" />
|
|
|
|
<xi:include href="xml/scanner.xml" />
|
|
|
|
<xi:include href="xml/timers.xml" />
|
|
|
|
<xi:include href="xml/spawn.xml" />
|
|
|
|
<xi:include href="xml/fileutils.xml" />
|
2019-01-17 10:38:20 +04:00
|
|
|
<xi:include href="xml/guri.xml" />
|
2011-11-12 22:52:24 -05:00
|
|
|
<xi:include href="xml/ghostutils.xml" />
|
|
|
|
<xi:include href="xml/shell.xml" />
|
|
|
|
<xi:include href="xml/option.xml" />
|
|
|
|
<xi:include href="xml/patterns.xml" />
|
|
|
|
<xi:include href="xml/gregex.xml" />
|
2012-04-22 21:56:07 +01:00
|
|
|
<xi:include href="regex-syntax.xml" />
|
2011-11-12 22:52:24 -05:00
|
|
|
<xi:include href="xml/markup.xml" />
|
|
|
|
<xi:include href="xml/keyfile.xml" />
|
|
|
|
<xi:include href="xml/bookmarkfile.xml" />
|
|
|
|
<xi:include href="xml/testing.xml" />
|
|
|
|
<xi:include href="xml/gunix.xml" />
|
|
|
|
<xi:include href="xml/windows.xml" />
|
2017-01-23 04:17:11 +01:00
|
|
|
<xi:include href="xml/uuid.xml" />
|
1999-08-16 17:58:30 +00:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter id="glib-data-types">
|
|
|
|
<title>GLib Data Types</title>
|
2011-11-12 22:52:24 -05:00
|
|
|
<xi:include href="xml/linked_lists_double.xml" />
|
|
|
|
<xi:include href="xml/linked_lists_single.xml" />
|
|
|
|
<xi:include href="xml/queue.xml" />
|
|
|
|
<xi:include href="xml/sequence.xml" />
|
|
|
|
<xi:include href="xml/trash_stack.xml" />
|
|
|
|
<xi:include href="xml/hash_tables.xml" />
|
|
|
|
<xi:include href="xml/strings.xml" />
|
|
|
|
<xi:include href="xml/string_chunks.xml" />
|
|
|
|
<xi:include href="xml/arrays.xml" />
|
|
|
|
<xi:include href="xml/arrays_pointer.xml" />
|
|
|
|
<xi:include href="xml/arrays_byte.xml" />
|
|
|
|
<xi:include href="xml/trees-binary.xml" />
|
|
|
|
<xi:include href="xml/trees-nary.xml" />
|
|
|
|
<xi:include href="xml/quarks.xml" />
|
|
|
|
<xi:include href="xml/datalist.xml" />
|
|
|
|
<xi:include href="xml/datasets.xml" />
|
|
|
|
<xi:include href="xml/gvarianttype.xml"/>
|
|
|
|
<xi:include href="xml/gvariant.xml"/>
|
|
|
|
<xi:include href="gvariant-varargs.xml"/>
|
|
|
|
<xi:include href="gvariant-text.xml"/>
|
2018-01-17 16:38:45 +00:00
|
|
|
<xi:include href="xml/refcount.xml"/>
|
2018-06-10 12:20:34 +01:00
|
|
|
<xi:include href="xml/rcbox.xml"/>
|
2018-06-11 11:52:54 +01:00
|
|
|
<xi:include href="xml/arcbox.xml"/>
|
2018-06-12 13:46:28 +01:00
|
|
|
<xi:include href="xml/refstring.xml"/>
|
1999-08-16 17:58:30 +00:00
|
|
|
</chapter>
|
2003-06-17 23:08:37 +00:00
|
|
|
|
2011-10-06 12:01:53 -04:00
|
|
|
<chapter id="deprecated">
|
2011-11-12 22:52:24 -05:00
|
|
|
<title>Deprecated APIs</title>
|
|
|
|
<xi:include href="xml/threads-deprecated.xml"/>
|
|
|
|
<xi:include href="xml/caches.xml" />
|
|
|
|
<xi:include href="xml/relations.xml" />
|
|
|
|
<xi:include href="xml/completion.xml" />
|
2011-10-06 12:01:53 -04:00
|
|
|
</chapter>
|
|
|
|
|
2003-06-17 23:08:37 +00:00
|
|
|
<chapter id="tools">
|
|
|
|
<title>GLib Tools</title>
|
2010-01-07 11:31:24 +02:00
|
|
|
<xi:include href="glib-gettextize.xml" />
|
2019-05-14 11:57:11 +01:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter id="deprecated-tools">
|
|
|
|
<title>Deprecated Tools</title>
|
2010-01-07 11:31:24 +02:00
|
|
|
<xi:include href="gtester.xml" />
|
|
|
|
<xi:include href="gtester-report.xml" />
|
2003-06-17 23:08:37 +00:00
|
|
|
</chapter>
|
|
|
|
|
2010-01-07 10:22:14 +02:00
|
|
|
<index id="api-index-full">
|
2004-05-05 17:30:47 +00:00
|
|
|
<title>Index</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
2004-05-05 17:30:47 +00:00
|
|
|
</index>
|
2010-01-07 10:22:14 +02:00
|
|
|
<index id="api-index-deprecated" role="deprecated">
|
2004-05-05 17:30:47 +00:00
|
|
|
<title>Index of deprecated symbols</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
2004-05-05 17:30:47 +00:00
|
|
|
</index>
|
2010-01-07 10:22:14 +02:00
|
|
|
<index id="api-index-2-2" role="2.2">
|
2004-05-05 17:30:47 +00:00
|
|
|
<title>Index of new symbols in 2.2</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.2.xml"><xi:fallback /></xi:include>
|
2004-05-05 17:30:47 +00:00
|
|
|
</index>
|
2010-01-07 10:22:14 +02:00
|
|
|
<index id="api-index-2-4" role="2.4">
|
2004-05-05 17:30:47 +00:00
|
|
|
<title>Index of new symbols in 2.4</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.4.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-6" role="2.6">
|
2004-10-25 13:56:25 +00:00
|
|
|
<title>Index of new symbols in 2.6</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.6.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-8" role="2.8">
|
2005-07-08 15:04:29 +00:00
|
|
|
<title>Index of new symbols in 2.8</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.8.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-10" role="2.10">
|
2005-08-26 19:28:26 +00:00
|
|
|
<title>Index of new symbols in 2.10</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.10.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-12" role="2.12">
|
2006-04-21 16:54:15 +00:00
|
|
|
<title>Index of new symbols in 2.12</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.12.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-14" role="2.14">
|
2006-12-15 22:58:04 +00:00
|
|
|
<title>Index of new symbols in 2.14</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.14.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-16" role="2.16">
|
2007-11-29 03:14:06 +00:00
|
|
|
<title>Index of new symbols in 2.16</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.16.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-18" role="2.18">
|
2008-05-29 03:49:48 +00:00
|
|
|
<title>Index of new symbols in 2.18</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.18.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-20" role="2.20">
|
2008-10-16 23:59:50 +00:00
|
|
|
<title>Index of new symbols in 2.20</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.20.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
|
|
|
<index id="api-index-2-22" role="2.22">
|
2009-05-03 18:04:31 -04:00
|
|
|
<title>Index of new symbols in 2.22</title>
|
2010-01-07 10:22:14 +02:00
|
|
|
<xi:include href="xml/api-index-2.22.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2010-02-21 19:48:22 -05:00
|
|
|
<index id="api-index-2-24" role="2.24">
|
|
|
|
<title>Index of new symbols in 2.24</title>
|
|
|
|
<xi:include href="xml/api-index-2.24.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2010-04-16 19:13:51 -04:00
|
|
|
<index id="api-index-2-26" role="2.26">
|
|
|
|
<title>Index of new symbols in 2.26</title>
|
|
|
|
<xi:include href="xml/api-index-2.26.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2010-11-24 16:00:32 -05:00
|
|
|
<index id="api-index-2-28" role="2.28">
|
|
|
|
<title>Index of new symbols in 2.28</title>
|
|
|
|
<xi:include href="xml/api-index-2.28.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2011-04-11 12:53:25 -04:00
|
|
|
<index id="api-index-2-30" role="2.30">
|
|
|
|
<title>Index of new symbols in 2.30</title>
|
|
|
|
<xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2011-10-01 13:47:54 -04:00
|
|
|
<index id="api-index-2-32" role="2.32">
|
|
|
|
<title>Index of new symbols in 2.32</title>
|
|
|
|
<xi:include href="xml/api-index-2.32.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2012-04-23 01:36:49 +01:00
|
|
|
<index id="api-index-2-34" role="2.34">
|
|
|
|
<title>Index of new symbols in 2.34</title>
|
|
|
|
<xi:include href="xml/api-index-2.34.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2013-02-03 13:25:56 -05:00
|
|
|
<index id="api-index-2-36" role="2.36">
|
|
|
|
<title>Index of new symbols in 2.36</title>
|
|
|
|
<xi:include href="xml/api-index-2.36.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2013-05-01 00:16:25 -04:00
|
|
|
<index id="api-index-2-38" role="2.38">
|
|
|
|
<title>Index of new symbols in 2.38</title>
|
|
|
|
<xi:include href="xml/api-index-2.38.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2013-11-08 20:45:54 -05:00
|
|
|
<index id="api-index-2-40" role="2.40">
|
|
|
|
<title>Index of new symbols in 2.40</title>
|
|
|
|
<xi:include href="xml/api-index-2.40.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2014-08-17 22:54:22 +02:00
|
|
|
<index id="api-index-2-42" role="2.42">
|
|
|
|
<title>Index of new symbols in 2.42</title>
|
|
|
|
<xi:include href="xml/api-index-2.42.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2014-12-01 14:16:54 +01:00
|
|
|
<index id="api-index-2-44" role="2.44">
|
|
|
|
<title>Index of new symbols in 2.44</title>
|
|
|
|
<xi:include href="xml/api-index-2.44.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2015-09-08 14:14:13 +02:00
|
|
|
<index id="api-index-2-46" role="2.46">
|
|
|
|
<title>Index of new symbols in 2.46</title>
|
|
|
|
<xi:include href="xml/api-index-2.46.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2015-10-25 19:42:18 +01:00
|
|
|
<index id="api-index-2-48" role="2.48">
|
|
|
|
<title>Index of new symbols in 2.48</title>
|
|
|
|
<xi:include href="xml/api-index-2.48.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2016-05-18 13:29:41 +02:00
|
|
|
<index id="api-index-2-50" role="2.50">
|
|
|
|
<title>Index of new symbols in 2.50</title>
|
|
|
|
<xi:include href="xml/api-index-2.50.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2017-02-05 12:55:25 +01:00
|
|
|
<index id="api-index-2-52" role="2.52">
|
|
|
|
<title>Index of new symbols in 2.52</title>
|
|
|
|
<xi:include href="xml/api-index-2.52.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2017-04-27 21:28:48 +02:00
|
|
|
<index id="api-index-2-54" role="2.54">
|
|
|
|
<title>Index of new symbols in 2.54</title>
|
|
|
|
<xi:include href="xml/api-index-2.54.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2017-11-07 13:26:44 +00:00
|
|
|
<index id="api-index-2-56" role="2.56">
|
|
|
|
<title>Index of new symbols in 2.56</title>
|
|
|
|
<xi:include href="xml/api-index-2.56.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2018-07-30 21:13:48 +01:00
|
|
|
<index id="api-index-2-58" role="2.58">
|
|
|
|
<title>Index of new symbols in 2.58</title>
|
|
|
|
<xi:include href="xml/api-index-2.58.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2018-11-23 13:23:40 +00:00
|
|
|
<index id="api-index-2-60" role="2.60">
|
|
|
|
<title>Index of new symbols in 2.60</title>
|
|
|
|
<xi:include href="xml/api-index-2.60.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2019-04-15 12:09:16 +01:00
|
|
|
<index id="api-index-2-62" role="2.62">
|
|
|
|
<title>Index of new symbols in 2.62</title>
|
|
|
|
<xi:include href="xml/api-index-2.62.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2019-09-17 12:24:16 +01:00
|
|
|
<index id="api-index-2-64" role="2.64">
|
|
|
|
<title>Index of new symbols in 2.64</title>
|
|
|
|
<xi:include href="xml/api-index-2.64.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2020-03-04 14:05:18 +00:00
|
|
|
<index id="api-index-2-66" role="2.66">
|
|
|
|
<title>Index of new symbols in 2.66</title>
|
|
|
|
<xi:include href="xml/api-index-2.66.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2020-10-01 14:33:21 +01:00
|
|
|
<index id="api-index-2-68" role="2.68">
|
|
|
|
<title>Index of new symbols in 2.68</title>
|
|
|
|
<xi:include href="xml/api-index-2.68.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2021-02-25 10:35:36 +00:00
|
|
|
<index id="api-index-2-70" role="2.70">
|
|
|
|
<title>Index of new symbols in 2.70</title>
|
|
|
|
<xi:include href="xml/api-index-2.70.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2021-09-17 11:35:21 +01:00
|
|
|
<index id="api-index-2-72" role="2.72">
|
|
|
|
<title>Index of new symbols in 2.72</title>
|
|
|
|
<xi:include href="xml/api-index-2.72.xml"><xi:fallback /></xi:include>
|
|
|
|
</index>
|
2003-06-16 23:01:00 +00:00
|
|
|
|
2010-07-14 11:56:41 +03:00
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
|
|
|
2002-01-17 23:06:12 +00:00
|
|
|
</book>
|