summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2007-12-01 04:38:29 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-12-01 04:38:29 +0000
commit650c65e892ba6d04bdecf32be16287c3f4dc861e (patch)
treedaadf181a5ae8668e401bf5b5e5a22dd5f6f749d /gio
parentaf5372bfe270ee387392a7ea5fd43c69831ee175 (diff)
Doc improvements
svn path=/trunk/; revision=6005
Diffstat (limited to 'gio')
-rw-r--r--gio/ChangeLog4
-rw-r--r--gio/gcontenttype.c2
-rw-r--r--gio/gfile.c2
-rw-r--r--gio/gfileinputstream.c2
-rw-r--r--gio/gfileoutputstream.c2
-rw-r--r--gio/gicon.c2
-rw-r--r--gio/ginputstream.c2
-rw-r--r--gio/gmemoryinputstream.c2
-rw-r--r--gio/gmemoryoutputstream.c2
-rw-r--r--gio/goutputstream.c2
-rw-r--r--gio/gsimpleasyncresult.c2
-rw-r--r--gio/gthemedicon.c2
-rw-r--r--gio/gunixinputstream.c2
-rw-r--r--gio/gunixoutputstream.c2
14 files changed, 17 insertions, 13 deletions
diff --git a/gio/ChangeLog b/gio/ChangeLog
index db9d9fb3b..871e1f820 100644
--- a/gio/ChangeLog
+++ b/gio/ChangeLog
@@ -1,5 +1,9 @@
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
* gdatainputstream.c: Turn byte-order and newline-type into
diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c
index 9500a3257..fbf4fc9d3 100644
--- a/gio/gcontenttype.c
+++ b/gio/gcontenttype.c
@@ -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
diff --git a/gio/gfile.c b/gio/gfile.c
index 6ff826c02..f92ddfb3f 100644
--- a/gio/gfile.c
+++ b/gio/gfile.c
@@ -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>
**/
diff --git a/gio/gfileinputstream.c b/gio/gfileinputstream.c
index 57056dba9..f26a34d45 100644
--- a/gio/gfileinputstream.c
+++ b/gio/gfileinputstream.c
@@ -32,7 +32,7 @@
/**
* SECTION:gfileinputstream
- * @short_description: file input streaming operations
+ * @short_description: File input streaming operations
* @see_also: #GInputStream, #GDataInputStream, #GSeekable
*
*
diff --git a/gio/gfileoutputstream.c b/gio/gfileoutputstream.c
index 6dc332e90..cdaeb4e58 100644
--- a/gio/gfileoutputstream.c
+++ b/gio/gfileoutputstream.c
@@ -32,7 +32,7 @@
/**
* SECTION:gfileoutputstream
- * @short_description: file output streaming operations
+ * @short_description: File output streaming operations
* @see_also: #GOutputStream, #GDataOutputStream, #GSeekable
*
*
diff --git a/gio/gicon.c b/gio/gicon.c
index 3ce684a3d..b5c61da0b 100644
--- a/gio/gicon.c
+++ b/gio/gicon.c
@@ -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.
diff --git a/gio/ginputstream.c b/gio/ginputstream.c
index 548691b99..bb49ff918 100644
--- a/gio/ginputstream.c
+++ b/gio/ginputstream.c
@@ -32,7 +32,7 @@
/**
* SECTION:ginputstream
- * @short_description: base class for implementing streaming input
+ * @short_description: Base class for implementing streaming input
*
*
*
diff --git a/gio/gmemoryinputstream.c b/gio/gmemoryinputstream.c
index 9270a880e..7b93669e6 100644
--- a/gio/gmemoryinputstream.c
+++ b/gio/gmemoryinputstream.c
@@ -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
diff --git a/gio/gmemoryoutputstream.c b/gio/gmemoryoutputstream.c
index bb72f2f55..545c5bfeb 100644
--- a/gio/gmemoryoutputstream.c
+++ b/gio/gmemoryoutputstream.c
@@ -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
diff --git a/gio/goutputstream.c b/gio/goutputstream.c
index 706486f64..64653418c 100644
--- a/gio/goutputstream.c
+++ b/gio/goutputstream.c
@@ -29,7 +29,7 @@
/**
* SECTION:goutputstream
- * @short_description: base class for implementing streaming output
+ * @short_description: Base class for implementing streaming output
*
*
*
diff --git a/gio/gsimpleasyncresult.c b/gio/gsimpleasyncresult.c
index f8eb20753..9a23bd641 100644
--- a/gio/gsimpleasyncresult.c
+++ b/gio/gsimpleasyncresult.c
@@ -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
diff --git a/gio/gthemedicon.c b/gio/gthemedicon.c
index 3dd5448f9..11e9d3ff4 100644
--- a/gio/gthemedicon.c
+++ b/gio/gthemedicon.c
@@ -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.
diff --git a/gio/gunixinputstream.c b/gio/gunixinputstream.c
index 0fddafa89..b1de0ed28 100644
--- a/gio/gunixinputstream.c
+++ b/gio/gunixinputstream.c
@@ -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
diff --git a/gio/gunixoutputstream.c b/gio/gunixoutputstream.c
index 38b9cbbdd..ba16738c3 100644
--- a/gio/gunixoutputstream.c
+++ b/gio/gunixoutputstream.c
@@ -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