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-27 00:46:28 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
|
|
|
<!ENTITY glib-Basic-Types SYSTEM "xml/types.xml">
|
|
|
|
<!ENTITY glib-Limits-of-Basic-Types SYSTEM "xml/limits.xml">
|
|
|
|
<!ENTITY glib-Standard-Macros SYSTEM "xml/macros.xml">
|
|
|
|
<!ENTITY glib-Type-Conversion-Macros SYSTEM "xml/type_conversion.xml">
|
|
|
|
<!ENTITY glib-Byte-Order-Macros SYSTEM "xml/byte_order.xml">
|
|
|
|
<!ENTITY glib-Numerical-Definitions SYSTEM "xml/numerical.xml">
|
|
|
|
<!ENTITY glib-Miscellaneous-Macros SYSTEM "xml/macros_misc.xml">
|
2004-02-26 15:30:35 +01:00
|
|
|
<!ENTITY glib-Atomic-Operations SYSTEM "xml/atomic_operations.xml">
|
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-27 00:46:28 +02:00
|
|
|
<!ENTITY glib-Memory-Allocation SYSTEM "xml/memory.xml">
|
|
|
|
<!ENTITY glib-Error-Reporting SYSTEM "xml/error_reporting.xml">
|
|
|
|
<!ENTITY glib-Warnings-and-Assertions SYSTEM "xml/warnings.xml">
|
|
|
|
<!ENTITY glib-Message-Logging SYSTEM "xml/messages.xml">
|
|
|
|
<!ENTITY glib-Pattern-Matching SYSTEM "xml/patterns.xml">
|
|
|
|
<!ENTITY glib-Timers SYSTEM "xml/timers.xml">
|
|
|
|
<!ENTITY glib-String-Utility-Functions SYSTEM "xml/string_utils.xml">
|
|
|
|
<!ENTITY glib-Character-Set-Conversion SYSTEM "xml/conversions.xml">
|
|
|
|
<!ENTITY glib-Unicode-Manipulation SYSTEM "xml/unicode.xml">
|
|
|
|
<!ENTITY glib-Random-Numbers SYSTEM "xml/random_numbers.xml">
|
|
|
|
<!ENTITY glib-Miscellaneous-Utility-Functions SYSTEM "xml/misc_utils.xml">
|
|
|
|
<!ENTITY glib-Date-and-Time-Functions SYSTEM "xml/date.xml">
|
|
|
|
<!ENTITY glib-The-Main-Event-Loop SYSTEM "xml/main.xml">
|
|
|
|
<!ENTITY glib-Threads SYSTEM "xml/threads.xml">
|
|
|
|
<!ENTITY glib-Thread-Pools SYSTEM "xml/thread_pools.xml">
|
|
|
|
<!ENTITY glib-Async-Queues SYSTEM "xml/async_queues.xml">
|
|
|
|
<!ENTITY glib-IO-Channels SYSTEM "xml/iochannels.xml">
|
|
|
|
<!ENTITY glib-Hook-Functions SYSTEM "xml/hooks.xml">
|
|
|
|
<!ENTITY glib-Lexical-Scanner SYSTEM "xml/scanner.xml">
|
|
|
|
<!ENTITY glib-Dynamic-Loading-of-Modules SYSTEM "xml/modules.xml">
|
|
|
|
<!ENTITY glib-Automatic-String-Completion SYSTEM "xml/completion.xml">
|
|
|
|
<!ENTITY glib-Windows-Compatability-Functions SYSTEM "xml/windows.xml">
|
|
|
|
<!ENTITY glib-Memory-Chunks SYSTEM "xml/memory_chunks.xml">
|
|
|
|
<!ENTITY glib-Doubly-Linked-Lists SYSTEM "xml/linked_lists_double.xml">
|
|
|
|
<!ENTITY glib-Singly-Linked-Lists SYSTEM "xml/linked_lists_single.xml">
|
|
|
|
<!ENTITY glib-Double-ended-Queues SYSTEM "xml/queue.xml">
|
|
|
|
<!ENTITY glib-Trash-Stacks SYSTEM "xml/trash_stack.xml">
|
|
|
|
<!ENTITY glib-Hash-Tables SYSTEM "xml/hash_tables.xml">
|
|
|
|
<!ENTITY glib-Strings SYSTEM "xml/strings.xml">
|
|
|
|
<!ENTITY glib-String-Chunks SYSTEM "xml/string_chunks.xml">
|
|
|
|
<!ENTITY glib-Arrays SYSTEM "xml/arrays.xml">
|
|
|
|
<!ENTITY glib-Pointer-Arrays SYSTEM "xml/arrays_pointer.xml">
|
|
|
|
<!ENTITY glib-Byte-Arrays SYSTEM "xml/arrays_byte.xml">
|
|
|
|
<!ENTITY glib-Balanced-Binary-Trees SYSTEM "xml/trees-binary.xml">
|
|
|
|
<!ENTITY glib-N-ary-Trees SYSTEM "xml/trees-nary.xml">
|
|
|
|
<!ENTITY glib-Quarks SYSTEM "xml/quarks.xml">
|
|
|
|
<!ENTITY glib-Keyed-Data-Lists SYSTEM "xml/datalist.xml">
|
|
|
|
<!ENTITY glib-Datasets SYSTEM "xml/datasets.xml">
|
|
|
|
<!ENTITY glib-Relations-and-Tuples SYSTEM "xml/relations.xml">
|
|
|
|
<!ENTITY glib-Caches SYSTEM "xml/caches.xml">
|
|
|
|
<!ENTITY glib-Memory-Allocators SYSTEM "xml/allocators.xml">
|
|
|
|
<!ENTITY glib-Spawn SYSTEM "xml/spawn.xml">
|
|
|
|
<!ENTITY glib-Fileutils SYSTEM "xml/fileutils.xml">
|
|
|
|
<!ENTITY glib-Shell SYSTEM "xml/shell.xml">
|
2004-08-03 22:44:24 +02:00
|
|
|
<!ENTITY glib-Option SYSTEM "xml/option.xml">
|
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-27 00:46:28 +02:00
|
|
|
<!ENTITY glib-Markup SYSTEM "xml/markup.xml">
|
2003-11-06 01:43:48 +01:00
|
|
|
<!ENTITY glib-i18n SYSTEM "xml/i18n.xml">
|
2004-08-03 21:41:02 +02:00
|
|
|
<!ENTITY glib-Version SYSTEM "xml/version.xml">
|
2000-11-05 18:07:19 +01:00
|
|
|
|
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-27 00:46:28 +02:00
|
|
|
<!ENTITY glib-Compiling SYSTEM "compiling.sgml">
|
|
|
|
<!ENTITY glib-Building SYSTEM "building.sgml">
|
2003-04-08 01:20:57 +02:00
|
|
|
<!ENTITY glib-Cross SYSTEM "cross.sgml">
|
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-27 00:46:28 +02:00
|
|
|
<!ENTITY glib-Running SYSTEM "running.sgml">
|
|
|
|
<!ENTITY glib-Resources SYSTEM "resources.sgml">
|
2002-11-26 15:09:00 +01:00
|
|
|
<!ENTITY glib-Changes SYSTEM "changes.sgml">
|
2002-01-18 00:06:12 +01:00
|
|
|
|
2003-06-18 01:08:37 +02:00
|
|
|
<!ENTITY glib-gettextize SYSTEM "glib-gettextize.xml">
|
|
|
|
|
2002-11-23 02:37:17 +01:00
|
|
|
<!ENTITY version SYSTEM "version.xml">
|
1999-08-16 19:58:30 +02:00
|
|
|
]>
|
|
|
|
<book id="index">
|
|
|
|
<bookinfo>
|
|
|
|
<title>GLib Reference Manual</title>
|
2002-11-23 02:37:17 +01:00
|
|
|
<releaseinfo>for GLib &version;</releaseinfo>
|
1999-08-16 19:58:30 +02:00
|
|
|
</bookinfo>
|
|
|
|
|
2002-01-18 00:06:12 +01:00
|
|
|
<chapter id="glib">
|
|
|
|
<title>GLib Overview</title>
|
|
|
|
<para>
|
|
|
|
GLib is a general-purpose utility library, which provides many useful data
|
|
|
|
types, macros, type conversions, string utilities, file utilities, a main
|
|
|
|
loop abstraction, and so on. It works on many UNIX-like platforms, Windows,
|
|
|
|
OS/2 and BeOS. GLib is released under the GNU Library General Public License
|
|
|
|
(GNU LGPL).
|
|
|
|
</para>
|
2003-07-30 00:37:37 +02:00
|
|
|
<para>
|
|
|
|
The general policy of GLib is that all functions are invisibly threadsafe with the
|
|
|
|
exception of data structure manipulation functions, where, if you have two threads
|
|
|
|
manipulating the <emphasis>same</emphasis> data structure, they must use a lock to
|
|
|
|
synchronize their operation.
|
|
|
|
</para>
|
2002-01-18 00:06:12 +01:00
|
|
|
|
|
|
|
&glib-Building;
|
2003-04-08 01:20:57 +02:00
|
|
|
&glib-Cross;
|
2002-01-18 00:06:12 +01:00
|
|
|
&glib-Compiling;
|
|
|
|
&glib-Running;
|
2002-11-26 15:09:00 +01:00
|
|
|
&glib-Changes;
|
2002-01-18 00:06:12 +01:00
|
|
|
&glib-Resources;
|
|
|
|
|
|
|
|
</chapter>
|
|
|
|
|
1999-08-16 19:58:30 +02:00
|
|
|
<chapter id="glib-fundamentals">
|
|
|
|
<title>GLib Fundamentals</title>
|
2004-08-03 21:41:02 +02:00
|
|
|
&glib-Version;
|
1999-08-16 19:58:30 +02:00
|
|
|
&glib-Basic-Types;
|
|
|
|
&glib-Limits-of-Basic-Types;
|
|
|
|
&glib-Standard-Macros;
|
|
|
|
&glib-Type-Conversion-Macros;
|
|
|
|
&glib-Byte-Order-Macros;
|
2000-09-06 06:32:45 +02:00
|
|
|
&glib-Numerical-Definitions;
|
1999-08-16 19:58:30 +02:00
|
|
|
&glib-Miscellaneous-Macros;
|
2004-02-26 15:30:35 +01:00
|
|
|
&glib-Atomic-Operations;
|
1999-08-16 19:58:30 +02:00
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter id="glib-core">
|
|
|
|
<title>GLib Core Application Support</title>
|
|
|
|
&glib-The-Main-Event-Loop;
|
|
|
|
&glib-Threads;
|
2000-09-06 06:32:45 +02:00
|
|
|
&glib-Thread-Pools;
|
|
|
|
&glib-Async-Queues;
|
1999-08-16 19:58:30 +02:00
|
|
|
&glib-Dynamic-Loading-of-Modules;
|
|
|
|
&glib-Memory-Allocation;
|
|
|
|
&glib-IO-Channels;
|
2000-09-06 06:32:45 +02:00
|
|
|
&glib-Error-Reporting;
|
1999-08-16 19:58:30 +02:00
|
|
|
&glib-Warnings-and-Assertions;
|
|
|
|
&glib-Message-Logging;
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter id="glib-utilities">
|
|
|
|
<title>GLib Utilities</title>
|
|
|
|
&glib-String-Utility-Functions;
|
2000-10-19 17:21:04 +02:00
|
|
|
&glib-Character-Set-Conversion;
|
2000-09-06 06:32:45 +02:00
|
|
|
&glib-Unicode-Manipulation;
|
2003-11-06 01:43:48 +01:00
|
|
|
&glib-i18n;
|
1999-08-16 19:58:30 +02:00
|
|
|
&glib-Date-and-Time-Functions;
|
2000-09-06 06:32:45 +02:00
|
|
|
&glib-Random-Numbers;
|
1999-08-16 19:58:30 +02:00
|
|
|
&glib-Hook-Functions;
|
|
|
|
&glib-Miscellaneous-Utility-Functions;
|
|
|
|
&glib-Lexical-Scanner;
|
|
|
|
&glib-Automatic-String-Completion;
|
|
|
|
&glib-Timers;
|
2000-11-05 18:07:19 +01:00
|
|
|
&glib-Spawn;
|
|
|
|
&glib-Fileutils;
|
|
|
|
&glib-Shell;
|
2004-08-03 22:44:24 +02:00
|
|
|
&glib-Option;
|
2001-09-28 23:33:14 +02:00
|
|
|
&glib-Pattern-Matching;
|
2000-11-05 18:07:19 +01:00
|
|
|
&glib-Markup;
|
1999-08-16 19:58:30 +02:00
|
|
|
&glib-Windows-Compatability-Functions;
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<chapter id="glib-data-types">
|
|
|
|
<title>GLib Data Types</title>
|
|
|
|
&glib-Memory-Chunks;
|
|
|
|
&glib-Doubly-Linked-Lists;
|
|
|
|
&glib-Singly-Linked-Lists;
|
2000-09-06 06:32:45 +02:00
|
|
|
&glib-Double-ended-Queues;
|
|
|
|
&glib-Trash-Stacks;
|
1999-08-16 19:58:30 +02:00
|
|
|
&glib-Hash-Tables;
|
|
|
|
&glib-Strings;
|
|
|
|
&glib-String-Chunks;
|
|
|
|
&glib-Arrays;
|
|
|
|
&glib-Pointer-Arrays;
|
|
|
|
&glib-Byte-Arrays;
|
|
|
|
&glib-Balanced-Binary-Trees;
|
|
|
|
&glib-N-ary-Trees;
|
|
|
|
&glib-Quarks;
|
|
|
|
&glib-Keyed-Data-Lists;
|
|
|
|
&glib-Datasets;
|
|
|
|
&glib-Relations-and-Tuples;
|
|
|
|
&glib-Caches;
|
|
|
|
&glib-Memory-Allocators;
|
|
|
|
</chapter>
|
2003-06-18 01:08:37 +02:00
|
|
|
|
|
|
|
<chapter id="tools">
|
|
|
|
<title>GLib Tools</title>
|
|
|
|
|
|
|
|
&glib-gettextize;
|
|
|
|
</chapter>
|
|
|
|
|
2004-05-05 19:30:47 +02:00
|
|
|
<index>
|
|
|
|
<title>Index</title>
|
|
|
|
</index>
|
|
|
|
<index role="deprecated">
|
|
|
|
<title>Index of deprecated symbols</title>
|
|
|
|
</index>
|
|
|
|
<index role="2.2">
|
|
|
|
<title>Index of new symbols in 2.2</title>
|
|
|
|
</index>
|
|
|
|
<index role="2.4">
|
|
|
|
<title>Index of new symbols in 2.4</title>
|
|
|
|
</index>
|
2003-06-17 01:01:00 +02:00
|
|
|
|
2002-01-18 00:06:12 +01:00
|
|
|
</book>
|