diff options
author | Johan Dahlin <johan@gnome.org> | 2011-02-01 16:17:23 -0200 |
---|---|---|
committer | Johan Dahlin <jdahlin@litl.com> | 2011-02-01 16:18:02 -0200 |
commit | fdaaa22b58b20c285bc0c328cd6a97bb6c0f0258 (patch) | |
tree | bf587460011d2ab01ef6c1dbed6830c9219e10a7 | |
parent | ad1f882a1c8b4a20daba877d3504280e512b104e (diff) |
Correct gtk-doc SECTION: syntax
g-ir-scanner does not allow a space between the : and the
section name.
36 files changed, 41 insertions, 41 deletions
diff --git a/gio/gapplication.c b/gio/gapplication.c index 49ab61f95..8c6463a83 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -38,7 +38,7 @@ #include <string.h> /** - * SECTION: gapplication + * SECTION:gapplication * @title: GApplication * @short_description: Core application class * diff --git a/gio/gsocketcontrolmessage.c b/gio/gsocketcontrolmessage.c index a2a6f44fe..322a04981 100644 --- a/gio/gsocketcontrolmessage.c +++ b/gio/gsocketcontrolmessage.c @@ -13,7 +13,7 @@ */ /** - * SECTION: gsocketcontrolmessage + * SECTION:gsocketcontrolmessage * @title: GSocketControlMessage * @short_description: A GSocket control message * @see_also: #GSocket. diff --git a/gio/gsocketlistener.c b/gio/gsocketlistener.c index ddfbffa8b..c20bd5bbf 100644 --- a/gio/gsocketlistener.c +++ b/gio/gsocketlistener.c @@ -40,7 +40,7 @@ /** - * SECTION: gsocketlistener + * SECTION:gsocketlistener * @title: GSocketListener * @short_description: Helper for accepting network client connections * @see_also: #GThreadedSocketService, #GSocketService. diff --git a/gio/gsocketservice.c b/gio/gsocketservice.c index e9aab5e63..8d9f724b0 100644 --- a/gio/gsocketservice.c +++ b/gio/gsocketservice.c @@ -23,7 +23,7 @@ */ /** - * SECTION: gsocketservice + * SECTION:gsocketservice * @title: GSocketService * @short_description: Make it easy to implement a network service * @see_also: #GThreadedSocketService, #GSocketListener. diff --git a/gio/gtcpconnection.c b/gio/gtcpconnection.c index f667862df..cbb606478 100644 --- a/gio/gtcpconnection.c +++ b/gio/gtcpconnection.c @@ -11,7 +11,7 @@ */ /** - * SECTION: gtcpconnection + * SECTION:gtcpconnection * @title: GTcpConnection * @short_description: A TCP GSocketConnection * @see_also: #GSocketConnection. diff --git a/gio/gtcpwrapperconnection.c b/gio/gtcpwrapperconnection.c index 7c2ff15ce..deab98f2d 100644 --- a/gio/gtcpwrapperconnection.c +++ b/gio/gtcpwrapperconnection.c @@ -21,7 +21,7 @@ */ /** - * SECTION: gtcpwrapperconnection + * SECTION:gtcpwrapperconnection * @title: GTcpWrapperConnection * @short_description: wrapper for non-GSocketConnection-based, GSocket-based GIOStreams * @see_also: #GSocketConnection. diff --git a/gio/gthreadedsocketservice.c b/gio/gthreadedsocketservice.c index 83b75fe71..e69804e7f 100644 --- a/gio/gthreadedsocketservice.c +++ b/gio/gthreadedsocketservice.c @@ -23,7 +23,7 @@ */ /** - * SECTION: gthreadedsocketservice + * SECTION:gthreadedsocketservice * @title: GThreadedSocketService * @short_description: A threaded GSocketService * @see_also: #GSocketService. diff --git a/gio/gtlscertificate.c b/gio/gtlscertificate.c index 8e0067c17..84a0c4e7c 100644 --- a/gio/gtlscertificate.c +++ b/gio/gtlscertificate.c @@ -29,7 +29,7 @@ #include "glibintl.h" /** - * SECTION: gtlscertificate + * SECTION:gtlscertificate * @title: GTlsCertificate * @short_description: TLS certificate * @see_also: #GTlsConnection diff --git a/gio/gunixconnection.c b/gio/gunixconnection.c index 7106fb7ab..f04a62121 100644 --- a/gio/gunixconnection.c +++ b/gio/gunixconnection.c @@ -18,7 +18,7 @@ #include "glibintl.h" /** - * SECTION: gunixconnection + * SECTION:gunixconnection * @title: GUnixConnection * @short_description: A UNIX domain GSocketConnection * @include: gio/gunixconnection.h diff --git a/gio/gunixcredentialsmessage.c b/gio/gunixcredentialsmessage.c index ece892cfc..a1094be78 100644 --- a/gio/gunixcredentialsmessage.c +++ b/gio/gunixcredentialsmessage.c @@ -14,7 +14,7 @@ */ /** - * SECTION: gunixcredentialsmessage + * SECTION:gunixcredentialsmessage * @title: GUnixCredentialsMessage * @short_description: A GSocketControlMessage containing credentials * @include: gio/gunixcredentialsmessage.h diff --git a/gio/gunixfdlist.c b/gio/gunixfdlist.c index 68af47e68..0348512fc 100644 --- a/gio/gunixfdlist.c +++ b/gio/gunixfdlist.c @@ -13,7 +13,7 @@ */ /** - * SECTION: gunixfdlist + * SECTION:gunixfdlist * @title: GUnixFDList * @short_description: An object containing a set of UNIX file descriptors * @include: gio/gunixfdlist.h diff --git a/gio/gunixfdmessage.c b/gio/gunixfdmessage.c index 21e52e3c1..ab310bc3e 100644 --- a/gio/gunixfdmessage.c +++ b/gio/gunixfdmessage.c @@ -13,7 +13,7 @@ */ /** - * SECTION: gunixfdmessage + * SECTION:gunixfdmessage * @title: GUnixFDMessage * @short_description: A GSocketControlMessage containing a GUnixFDList * @include: gio/gunixfdmessage.h diff --git a/glib/garray.c b/glib/garray.c index ac9a354b7..e3d872b21 100644 --- a/glib/garray.c +++ b/glib/garray.c @@ -42,7 +42,7 @@ /** - * SECTION: arrays + * SECTION:arrays * @title: Arrays * @short_description: arrays of arbitrary elements which grow * automatically as elements are added @@ -693,7 +693,7 @@ g_array_maybe_expand (GRealArray *array, } /** - * SECTION: arrays_pointer + * SECTION:arrays_pointer * @title: Pointer Arrays * @short_description: arrays of pointers to any type of data, which * grow automatically as new elements are added @@ -1307,7 +1307,7 @@ g_ptr_array_foreach (GPtrArray *array, } /** - * SECTION: arrays_byte + * SECTION:arrays_byte * @title: Byte Arrays * @short_description: arrays of bytes, which grow automatically as * elements are added diff --git a/glib/gasyncqueue.c b/glib/gasyncqueue.c index 97672e71f..ff4ad09da 100644 --- a/glib/gasyncqueue.c +++ b/glib/gasyncqueue.c @@ -35,7 +35,7 @@ /** - * SECTION: async_queues + * SECTION:async_queues * @title: Asynchronous Queues * @short_description: asynchronous communication between threads * diff --git a/glib/gcache.c b/glib/gcache.c index 6a6163cd6..9c513345a 100644 --- a/glib/gcache.c +++ b/glib/gcache.c @@ -36,7 +36,7 @@ #include "gtestutils.h" /** - * SECTION: caches + * SECTION:caches * @title: Caches * @short_description: caches allow sharing of complex data structures * to save resources diff --git a/glib/gchecksum.c b/glib/gchecksum.c index b0d10c1ad..70531afe3 100644 --- a/glib/gchecksum.c +++ b/glib/gchecksum.c @@ -32,7 +32,7 @@ /** - * SECTION: checksum + * SECTION:checksum * @title: Data Checksums * @short_description: Computes the checksum for data * diff --git a/glib/gcompletion.c b/glib/gcompletion.c index 710e6c066..13ebc43d5 100644 --- a/glib/gcompletion.c +++ b/glib/gcompletion.c @@ -41,7 +41,7 @@ #include "gcompletion.h" /** - * SECTION: completion + * SECTION:completion * @title: Automatic String Completion * @short_description: support for automatic completion using a group * of target strings diff --git a/glib/gdataset.c b/glib/gdataset.c index cd3a51eac..ca92807f5 100644 --- a/glib/gdataset.c +++ b/glib/gdataset.c @@ -45,7 +45,7 @@ #include "glib_trace.h" /** - * SECTION: datasets + * SECTION:datasets * @title: Datasets * @short_description: associate groups of data elements with * particular memory locations @@ -84,7 +84,7 @@ **/ /** - * SECTION: datalist + * SECTION:datalist * @title: Keyed Data Lists * @short_description: lists of data elements which are accessible by a * string or GQuark identifier @@ -947,7 +947,7 @@ g_data_initialize (void) } /** - * SECTION: quarks + * SECTION:quarks * @title: Quarks * @short_description: a 2-way association between a string and a * unique integer identifier diff --git a/glib/ghash.c b/glib/ghash.c index 5f2df05bd..4cf6af4eb 100644 --- a/glib/ghash.c +++ b/glib/ghash.c @@ -39,7 +39,7 @@ /** - * SECTION: hash_tables + * SECTION:hash_tables * @title: Hash Tables * @short_description: associations between keys and values so that * given a key the value can be found quickly diff --git a/glib/giochannel.c b/glib/giochannel.c index 8b74386a3..d34381bd6 100644 --- a/glib/giochannel.c +++ b/glib/giochannel.c @@ -50,7 +50,7 @@ /** - * SECTION: iochannels + * SECTION:iochannels * @title: IO Channels * @short_description: portable support for using files, pipes and * sockets diff --git a/glib/glist.c b/glib/glist.c index 6664964b7..7736c936c 100644 --- a/glib/glist.c +++ b/glib/glist.c @@ -35,7 +35,7 @@ #include "gtestutils.h" /** - * SECTION: linked_lists_double + * SECTION:linked_lists_double * @title: Doubly-Linked Lists * @short_description: linked lists containing integer values or * pointers to data, with the ability to iterate diff --git a/glib/gmem.c b/glib/gmem.c index 7212ae49d..a657f73fd 100644 --- a/glib/gmem.c +++ b/glib/gmem.c @@ -911,7 +911,7 @@ GMemVTable *glib_mem_profiler_table = &profiler_table; /* --- MemChunks --- */ /** - * SECTION: allocators + * SECTION:allocators * @title: Memory Allocators * @short_description: deprecated way to allocate chunks of memory for * GList, GSList and GNode @@ -924,7 +924,7 @@ GMemVTable *glib_mem_profiler_table = &profiler_table; **/ /** - * SECTION: memory_chunks + * SECTION:memory_chunks * @title: Memory Chunks * @short_description: deprecated way to allocate groups of equal-sized * chunks of memory diff --git a/glib/gnode.c b/glib/gnode.c index 22d19379c..54bec7a64 100644 --- a/glib/gnode.c +++ b/glib/gnode.c @@ -38,7 +38,7 @@ #include "gtestutils.h" /** - * SECTION: trees-nary + * SECTION:trees-nary * @title: N-ary Trees * @short_description: trees of data with any number of branches * diff --git a/glib/gpattern.c b/glib/gpattern.c index 1c37e98e6..7770d9ca2 100644 --- a/glib/gpattern.c +++ b/glib/gpattern.c @@ -30,7 +30,7 @@ #include "gutils.h" /** - * SECTION: patterns + * SECTION:patterns * @title: Glob-style pattern matching * @short_description: matches strings against patterns containing '*' * (wildcard) and '?' (joker) diff --git a/glib/grand.c b/glib/grand.c index e86afa72a..b97617bf2 100644 --- a/glib/grand.c +++ b/glib/grand.c @@ -60,7 +60,7 @@ #endif /** - * SECTION: random_numbers + * SECTION:random_numbers * @title: Random Numbers * @short_description: pseudo-random number generator * diff --git a/glib/grel.c b/glib/grel.c index 59d5bbbfc..9ad586131 100644 --- a/glib/grel.c +++ b/glib/grel.c @@ -42,7 +42,7 @@ #include "grel.h" /** - * SECTION: relations + * SECTION:relations * @title: Relations and Tuples * @short_description: tables of data which can be indexed on any * number of fields diff --git a/glib/gsequence.c b/glib/gsequence.c index 40b3294d7..158e71af7 100644 --- a/glib/gsequence.c +++ b/glib/gsequence.c @@ -25,7 +25,7 @@ #include "gmem.h" #include "gtestutils.h" /** - * SECTION: sequence + * SECTION:sequence * @title: Sequences * @short_description: scalable lists * diff --git a/glib/gshell.c b/glib/gshell.c index 1461f29ba..5ae58ffb5 100644 --- a/glib/gshell.c +++ b/glib/gshell.c @@ -33,7 +33,7 @@ #include "glibintl.h" /** - * SECTION: shell + * SECTION:shell * @title: Shell-related Utilities * @short_description: shell-like commandline handling **/ diff --git a/glib/gslist.c b/glib/gslist.c index f8e7dcdc7..502591b84 100644 --- a/glib/gslist.c +++ b/glib/gslist.c @@ -34,7 +34,7 @@ #include "gtestutils.h" /** - * SECTION: linked_lists_single + * SECTION:linked_lists_single * @title: Singly-Linked Lists * @short_description: linked lists containing integer values or * pointers to data, limited to iterating over the diff --git a/glib/gstring.c b/glib/gstring.c index 8765e5645..59df749be 100644 --- a/glib/gstring.c +++ b/glib/gstring.c @@ -45,7 +45,7 @@ /** - * SECTION: string_chunks + * SECTION:string_chunks * @title: String Chunks * @short_description: efficient storage of groups of strings * diff --git a/glib/gthread.c b/glib/gthread.c index 2a00c60a9..971aedb90 100644 --- a/glib/gthread.c +++ b/glib/gthread.c @@ -63,7 +63,7 @@ /** - * SECTION: threads + * SECTION:threads * @title: Threads * @short_description: thread abstraction; including threads, different * mutexes, conditions and thread private data diff --git a/glib/gthreadpool.c b/glib/gthreadpool.c index 3bab27419..01b719e2e 100644 --- a/glib/gthreadpool.c +++ b/glib/gthreadpool.c @@ -34,7 +34,7 @@ #include "gtimer.h" /** - * SECTION: thread_pools + * SECTION:thread_pools * @title: Thread Pools * @short_description: pools of threads to execute work concurrently * @see_also: <para> <variablelist> <varlistentry> diff --git a/glib/gtimer.c b/glib/gtimer.c index 0395fb0bd..970ad2c5c 100644 --- a/glib/gtimer.c +++ b/glib/gtimer.c @@ -57,7 +57,7 @@ #include "gmain.h" /** - * SECTION: timers + * SECTION:timers * @title: Timers * @short_description: keep track of elapsed time * diff --git a/glib/gtree.c b/glib/gtree.c index 8a4387f79..4aa5e5ca2 100644 --- a/glib/gtree.c +++ b/glib/gtree.c @@ -36,7 +36,7 @@ #include "gtestutils.h" /** - * SECTION: trees-binary + * SECTION:trees-binary * @title: Balanced Binary Trees * @short_description: a sorted collection of key/value pairs optimized * for searching and traversing in order diff --git a/glib/gvariant.c b/glib/gvariant.c index fd1163ef4..c12719cdb 100644 --- a/glib/gvariant.c +++ b/glib/gvariant.c @@ -36,7 +36,7 @@ /** - * SECTION: gvariant + * SECTION:gvariant * @title: GVariant * @short_description: strongly typed value datatype * @see_also: GVariantType diff --git a/glib/gvarianttype.c b/glib/gvarianttype.c index b33d60eef..a43aecf51 100644 --- a/glib/gvarianttype.c +++ b/glib/gvarianttype.c @@ -31,7 +31,7 @@ /** - * SECTION: gvarianttype + * SECTION:gvarianttype * @title: GVariantType * @short_description: introduction to the GVariant type system * @see_also: #GVariantType, #GVariant |