Doc improvements

svn path=/trunk/; revision=6005
This commit is contained in:
Matthias Clasen 2007-12-01 04:38:29 +00:00
parent af5372bfe2
commit 650c65e892
14 changed files with 17 additions and 13 deletions

View File

@ -1,3 +1,7 @@
2007-11-30 Matthias Clasen <mclasen@redhat.com>
* *.c: Unify the capitalization of section headings.
2007-11-30 Matthias Clasen <mclasen@redhat.com> 2007-11-30 Matthias Clasen <mclasen@redhat.com>
* gmountoperation.c: Add properties * gmountoperation.c: Add properties

View File

@ -32,7 +32,7 @@
/** /**
* SECTION:gcontenttype * SECTION:gcontenttype
* @short_description: platform specific content typing * @short_description: Platform-specific content typing
* *
* A content type is a platform specific string that defines the type * A content type is a platform specific string that defines the type
* of a file. On unix it is a mime type, on win32 it is an extension string * of a file. On unix it is a mime type, on win32 it is an extension string

View File

@ -78,7 +78,7 @@
* short. Entity tags are somewhat like a more abstract version of the * short. Entity tags are somewhat like a more abstract version of the
* traditional mtime, and can be used to quickly determine if the file has * traditional mtime, and can be used to quickly determine if the file has
* been modified from the version on the file system. See the HTTP 1.1 * been modified from the version on the file system. See the HTTP 1.1
* <ulink url="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19">specification</ulink> * <ulink url="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html">specification</ulink>
* for HTTP Etag headers, which are a very similar concept. * for HTTP Etag headers, which are a very similar concept.
* </para> * </para>
**/ **/

View File

@ -32,7 +32,7 @@
/** /**
* SECTION:gfileinputstream * SECTION:gfileinputstream
* @short_description: file input streaming operations * @short_description: File input streaming operations
* @see_also: #GInputStream, #GDataInputStream, #GSeekable * @see_also: #GInputStream, #GDataInputStream, #GSeekable
* *
* *

View File

@ -32,7 +32,7 @@
/** /**
* SECTION:gfileoutputstream * SECTION:gfileoutputstream
* @short_description: file output streaming operations * @short_description: File output streaming operations
* @see_also: #GOutputStream, #GDataOutputStream, #GSeekable * @see_also: #GOutputStream, #GDataOutputStream, #GSeekable
* *
* *

View File

@ -29,7 +29,7 @@
/** /**
* SECTION:gicon * SECTION:gicon
* @short_description: interface for icons * @short_description: Interface for icons
* *
* #GIcon is a very minimal interface for icons. It provides functions * #GIcon is a very minimal interface for icons. It provides functions
* for checking the equality of two icons and hashing of icons. * for checking the equality of two icons and hashing of icons.

View File

@ -32,7 +32,7 @@
/** /**
* SECTION:ginputstream * SECTION:ginputstream
* @short_description: base class for implementing streaming input * @short_description: Base class for implementing streaming input
* *
* *
* *

View File

@ -32,7 +32,7 @@
/** /**
* SECTION:gmemoryinputstream * SECTION:gmemoryinputstream
* @short_description: streaming input operations on memory chunks * @short_description: Streaming input operations on memory chunks
* @see_also: #GMemoryOutputStream * @see_also: #GMemoryOutputStream
* *
* #GMemoryInputStream is a class for using arbitrary * #GMemoryInputStream is a class for using arbitrary

View File

@ -32,7 +32,7 @@
/** /**
* SECTION:gmemoryoutputstream * SECTION:gmemoryoutputstream
* @short_description: streaming output operations on memory chunks * @short_description: Streaming output operations on memory chunks
* @see_also: #GMemoryInputStream * @see_also: #GMemoryInputStream
* *
* #GMemoryOutputStream is a class for using arbitrary * #GMemoryOutputStream is a class for using arbitrary

View File

@ -29,7 +29,7 @@
/** /**
* SECTION:goutputstream * SECTION:goutputstream
* @short_description: base class for implementing streaming output * @short_description: Base class for implementing streaming output
* *
* *
* *

View File

@ -38,7 +38,7 @@
/** /**
* SECTION:gsimpleasyncresult * SECTION:gsimpleasyncresult
* @short_description: simple asynchronous results implementation * @short_description: Simple asynchronous results implementation
* @see_also: #GAsyncResult * @see_also: #GAsyncResult
* *
* Implements #GAsyncResult for simple cases. Most of the time, this * Implements #GAsyncResult for simple cases. Most of the time, this

View File

@ -28,7 +28,7 @@
/** /**
* SECTION:gthemedicon * SECTION:gthemedicon
* @short_description: icon theming support * @short_description: Icon theming support
* @see_also: #GIcon, #GLoadableIcon * @see_also: #GIcon, #GLoadableIcon
* *
* #GThemedIcon is an implementation of #GIcon that supports icon themes. * #GThemedIcon is an implementation of #GIcon that supports icon themes.

View File

@ -43,7 +43,7 @@
/** /**
* SECTION:gunixinputstream * SECTION:gunixinputstream
* @short_description: streaming input operations for Unix file descriptors * @short_description: Streaming input operations for Unix file descriptors
* @see_also: #GInputStream * @see_also: #GInputStream
* *
* #GUnixInputStream implements #GInputStream for reading from a * #GUnixInputStream implements #GInputStream for reading from a

View File

@ -43,7 +43,7 @@
/** /**
* SECTION:gunixoutputstream * SECTION:gunixoutputstream
* @short_description: streaming output operations for Unix file descriptors * @short_description: Streaming output operations for Unix file descriptors
* @see_also: #GOutputStream * @see_also: #GOutputStream
* *
* #GUnixOutputStream implements #GOutputStream for writing to a a * #GUnixOutputStream implements #GOutputStream for writing to a a