Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GLib
Commits
fdaaa22b
Commit
fdaaa22b
authored
Feb 01, 2011
by
Johan Dahlin
Committed by
Johan Dahlin
Feb 01, 2011
Browse files
Correct gtk-doc SECTION: syntax
g-ir-scanner does not allow a space between the : and the section name.
parent
ad1f882a
Changes
36
Hide whitespace changes
Inline
Side-by-side
gio/gapplication.c
View file @
fdaaa22b
...
...
@@ -38,7 +38,7 @@
#include <string.h>
/**
* SECTION:
gapplication
* SECTION:gapplication
* @title: GApplication
* @short_description: Core application class
*
...
...
gio/gsocketcontrolmessage.c
View file @
fdaaa22b
...
...
@@ -13,7 +13,7 @@
*/
/**
* SECTION:
gsocketcontrolmessage
* SECTION:gsocketcontrolmessage
* @title: GSocketControlMessage
* @short_description: A GSocket control message
* @see_also: #GSocket.
...
...
gio/gsocketlistener.c
View file @
fdaaa22b
...
...
@@ -40,7 +40,7 @@
/**
* SECTION:
gsocketlistener
* SECTION:gsocketlistener
* @title: GSocketListener
* @short_description: Helper for accepting network client connections
* @see_also: #GThreadedSocketService, #GSocketService.
...
...
gio/gsocketservice.c
View file @
fdaaa22b
...
...
@@ -23,7 +23,7 @@
*/
/**
* SECTION:
gsocketservice
* SECTION:gsocketservice
* @title: GSocketService
* @short_description: Make it easy to implement a network service
* @see_also: #GThreadedSocketService, #GSocketListener.
...
...
gio/gtcpconnection.c
View file @
fdaaa22b
...
...
@@ -11,7 +11,7 @@
*/
/**
* SECTION:
gtcpconnection
* SECTION:gtcpconnection
* @title: GTcpConnection
* @short_description: A TCP GSocketConnection
* @see_also: #GSocketConnection.
...
...
gio/gtcpwrapperconnection.c
View file @
fdaaa22b
...
...
@@ -21,7 +21,7 @@
*/
/**
* SECTION:
gtcpwrapperconnection
* SECTION:gtcpwrapperconnection
* @title: GTcpWrapperConnection
* @short_description: wrapper for non-GSocketConnection-based, GSocket-based GIOStreams
* @see_also: #GSocketConnection.
...
...
gio/gthreadedsocketservice.c
View file @
fdaaa22b
...
...
@@ -23,7 +23,7 @@
*/
/**
* SECTION:
gthreadedsocketservice
* SECTION:gthreadedsocketservice
* @title: GThreadedSocketService
* @short_description: A threaded GSocketService
* @see_also: #GSocketService.
...
...
gio/gtlscertificate.c
View file @
fdaaa22b
...
...
@@ -29,7 +29,7 @@
#include "glibintl.h"
/**
* SECTION:
gtlscertificate
* SECTION:gtlscertificate
* @title: GTlsCertificate
* @short_description: TLS certificate
* @see_also: #GTlsConnection
...
...
gio/gunixconnection.c
View file @
fdaaa22b
...
...
@@ -18,7 +18,7 @@
#include "glibintl.h"
/**
* SECTION:
gunixconnection
* SECTION:gunixconnection
* @title: GUnixConnection
* @short_description: A UNIX domain GSocketConnection
* @include: gio/gunixconnection.h
...
...
gio/gunixcredentialsmessage.c
View file @
fdaaa22b
...
...
@@ -14,7 +14,7 @@
*/
/**
* SECTION:
gunixcredentialsmessage
* SECTION:gunixcredentialsmessage
* @title: GUnixCredentialsMessage
* @short_description: A GSocketControlMessage containing credentials
* @include: gio/gunixcredentialsmessage.h
...
...
gio/gunixfdlist.c
View file @
fdaaa22b
...
...
@@ -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
...
...
gio/gunixfdmessage.c
View file @
fdaaa22b
...
...
@@ -13,7 +13,7 @@
*/
/**
* SECTION:
gunixfdmessage
* SECTION:gunixfdmessage
* @title: GUnixFDMessage
* @short_description: A GSocketControlMessage containing a GUnixFDList
* @include: gio/gunixfdmessage.h
...
...
glib/garray.c
View file @
fdaaa22b
...
...
@@ -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
...
...
glib/gasyncqueue.c
View file @
fdaaa22b
...
...
@@ -35,7 +35,7 @@
/**
* SECTION:
async_queues
* SECTION:async_queues
* @title: Asynchronous Queues
* @short_description: asynchronous communication between threads
*
...
...
glib/gcache.c
View file @
fdaaa22b
...
...
@@ -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
...
...
glib/gchecksum.c
View file @
fdaaa22b
...
...
@@ -32,7 +32,7 @@
/**
* SECTION:
checksum
* SECTION:checksum
* @title: Data Checksums
* @short_description: Computes the checksum for data
*
...
...
glib/gcompletion.c
View file @
fdaaa22b
...
...
@@ -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
...
...
glib/gdataset.c
View file @
fdaaa22b
...
...
@@ -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
...
...
glib/ghash.c
View file @
fdaaa22b
...
...
@@ -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
...
...
glib/giochannel.c
View file @
fdaaa22b
...
...
@@ -50,7 +50,7 @@
/**
* SECTION:
iochannels
* SECTION:iochannels
* @title: IO Channels
* @short_description: portable support for using files, pipes and
* sockets
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment