Correct gtk-doc SECTION: syntax

g-ir-scanner does not allow a space between the : and the
section name.
This commit is contained in:
Johan Dahlin
2011-02-01 16:17:23 -02:00
committed by Johan Dahlin
parent ad1f882a1c
commit fdaaa22b58
36 changed files with 41 additions and 41 deletions

View File

@@ -23,7 +23,7 @@
*/
/**
* SECTION: gsocketservice
* SECTION:gsocketservice
* @title: GSocketService
* @short_description: Make it easy to implement a network service
* @see_also: #GThreadedSocketService, #GSocketListener.