Doc improvements
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 1 Dec 2007 04:38:29 +0000 (04:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 1 Dec 2007 04:38:29 +0000 (04:38 +0000)
svn path=/trunk/; revision=6005

14 files changed:
gio/ChangeLog
gio/gcontenttype.c
gio/gfile.c
gio/gfileinputstream.c
gio/gfileoutputstream.c
gio/gicon.c
gio/ginputstream.c
gio/gmemoryinputstream.c
gio/gmemoryoutputstream.c
gio/goutputstream.c
gio/gsimpleasyncresult.c
gio/gthemedicon.c
gio/gunixinputstream.c
gio/gunixoutputstream.c

index db9d9fb3b019fbee0be4c8c06557b016afca100d..871e1f8208a31e3ffb34faf766069e790534c5f2 100644 (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>
 
        * gmountoperation.c: Add properties
index 9500a3257dcc2cd816dbeb71e0706391d04d0c5a..fbf4fc9d3aabfb08eec801c999333659184cde43 100644 (file)
@@ -32,7 +32,7 @@
 
 /**
  * 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
  * of a file. On unix it is a mime type, on win32 it is an extension string
index 6ff826c02ec10d86373933697f6aa5e26d34e655..f92ddfb3f9dbd0beeda0f0863b206fc95baaddaa 100644 (file)
@@ -78,7 +78,7 @@
  * 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
  * 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.
  * </para>
  **/
index 57056dba97375f90e9617163d7c2c82f35c31fa2..f26a34d450fb8311bb3012fce5826b6d853a035f 100644 (file)
@@ -32,7 +32,7 @@
 
 /**
  * SECTION:gfileinputstream
- * @short_description: file input streaming operations
+ * @short_description: File input streaming operations
  * @see_also: #GInputStream, #GDataInputStream, #GSeekable
  * 
  * 
index 6dc332e90d42905fd004b254c90249b302009c1e..cdaeb4e58cb80b2e3bd0b09443e228f13a66de47 100644 (file)
@@ -32,7 +32,7 @@
 
 /**
  * SECTION:gfileoutputstream
- * @short_description: file output streaming operations
+ * @short_description: File output streaming operations
  * @see_also: #GOutputStream, #GDataOutputStream, #GSeekable
  * 
  * 
index 3ce684a3df4370cadd6d54cd20ea7df52aa62626..b5c61da0b663bc613b8b20f77499213cf59af1f5 100644 (file)
@@ -29,7 +29,7 @@
 
 /**
  * SECTION:gicon
- * @short_description: interface for icons
+ * @short_description: Interface for icons
  *
  * #GIcon is a very minimal interface for icons. It provides functions 
  * for checking the equality of two icons and hashing of icons.
index 548691b99f1f30d1e0397a7466a4c3dd3821ee04..bb49ff918e8140924c47d01be25c8ac192e7a21b 100644 (file)
@@ -32,7 +32,7 @@
 
 /**
  * SECTION:ginputstream
- * @short_description: base class for implementing streaming input
+ * @short_description: Base class for implementing streaming input
  *
  * 
  * 
index 9270a880e7a5b3e64e4109f9c2bc8002dd5e5106..7b93669e6238d77329cbcd98b2d6a2a18426c78e 100644 (file)
@@ -32,7 +32,7 @@
 
 /**
  * SECTION:gmemoryinputstream
- * @short_description: streaming input operations on memory chunks
+ * @short_description: Streaming input operations on memory chunks
  * @see_also: #GMemoryOutputStream
  *
  * #GMemoryInputStream is a class for using arbitrary
index bb72f2f5526b3758969c735fa8333d9cb6eec8e8..545c5bfebc2478ee825f9df04bbff67f734a3e1a 100644 (file)
@@ -32,7 +32,7 @@
 
 /**
  * SECTION:gmemoryoutputstream
- * @short_description: streaming output operations on memory chunks
+ * @short_description: Streaming output operations on memory chunks
  * @see_also: #GMemoryInputStream
  *
  * #GMemoryOutputStream is a class for using arbitrary
index 706486f64a7f8833263be4dc1f230508a7bbcdc3..64653418ce62d87d39bd35d509a95326352eb0af 100644 (file)
@@ -29,7 +29,7 @@
 
 /**
  * SECTION:goutputstream
- * @short_description: base class for implementing streaming output
+ * @short_description: Base class for implementing streaming output
  * 
  * 
  *
index f8eb20753e74d9b9c16c3e0c09edcf52f085503a..9a23bd6413c997df6dfa7986db5d0c211fed8d60 100644 (file)
@@ -38,7 +38,7 @@
 
 /**
  * SECTION:gsimpleasyncresult
- * @short_description: simple asynchronous results implementation
+ * @short_description: Simple asynchronous results implementation
  * @see_also: #GAsyncResult
  *
  * Implements #GAsyncResult for simple cases. Most of the time, this 
index 3dd5448f9ad15a31b7f0abadd2b2c25b763610a5..11e9d3ff461722c098602cacfebca622080dd363 100644 (file)
@@ -28,7 +28,7 @@
 
 /**
  * SECTION:gthemedicon
- * @short_description: icon theming support
+ * @short_description: Icon theming support
  * @see_also: #GIcon, #GLoadableIcon
  *
  * #GThemedIcon is an implementation of #GIcon that supports icon themes.
index 0fddafa899fb2aba105303842c92c14c05ed575b..b1de0ed28e9875bd8b60fc69fa94c2fa23598f1d 100644 (file)
@@ -43,7 +43,7 @@
 
 /**
  * SECTION:gunixinputstream
- * @short_description: streaming input operations for Unix file descriptors
+ * @short_description: Streaming input operations for Unix file descriptors
  * @see_also: #GInputStream
  *
  * #GUnixInputStream implements #GInputStream for reading from a
index 38b9cbbdd757237f7f99ae446508ef96439be67b..ba16738c38260fafb15b763b5bdc3742986bdb97 100644 (file)
@@ -43,7 +43,7 @@
 
 /**
  * SECTION:gunixoutputstream
- * @short_description: streaming output operations for Unix file descriptors
+ * @short_description: Streaming output operations for Unix file descriptors
  * @see_also: #GOutputStream
  *
  * #GUnixOutputStream implements #GOutputStream for writing to a a