Doc fixes
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 21 Feb 2008 18:20:17 +0000 (18:20 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 21 Feb 2008 18:20:17 +0000 (18:20 +0000)
svn path=/trunk/; revision=6554

39 files changed:
gio/ChangeLog
gio/gappinfo.c
gio/gasynchelper.c
gio/gasyncresult.c
gio/gbufferedinputstream.c
gio/gbufferedoutputstream.c
gio/gcancellable.c
gio/gcontenttype.c
gio/gdatainputstream.c
gio/gdataoutputstream.c
gio/gdrive.c
gio/gfile.c
gio/gfileattribute.c
gio/gfileenumerator.c
gio/gfileicon.c
gio/gfileinfo.c
gio/gfileinputstream.c
gio/gfilemonitor.c
gio/gfilenamecompleter.c
gio/gfileoutputstream.c
gio/gfilterinputstream.c
gio/gfilteroutputstream.c
gio/gicon.c
gio/ginputstream.c
gio/gioerror.c
gio/giomodule.c
gio/gioscheduler.c
gio/gloadableicon.c
gio/gmemoryinputstream.c
gio/gmemoryoutputstream.c
gio/gmount.c
gio/gmountoperation.c
gio/goutputstream.c
gio/gseekable.c
gio/gsimpleasyncresult.c
gio/gthemedicon.c
gio/gvfs.c
gio/gvolume.c
gio/gvolumemonitor.c

index dcf4479dc27db4b8b3bd8e8799715738b8761bc2..fe8f48b5fafc48b2b0e12a632d497eff35f5c902 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * *.c: Correct the @include in for section docs.
+
 2008-02-21  David Zeuthen  <davidz@redhat.com>
 
        * glocalfileinfo.c: (_g_local_file_info_get):
index 1ef8152d8fc3e7dd5d456fe01d52a7a565dfb90d..90cb2c5d061c1a769ed2c61be65ed6c1f800d4aa 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * SECTION:gappinfo
  * @short_description: Application information and launch contexts
- * @include: gio.h
+ * @include: gio/gio.h
  * 
  * #GAppInfo and #GAppLaunchContext are used for describing and launching 
  * applications installed on the system. 
index 4c7c7897be2a3e2960d1a7f1b17b458683d2213f..68e7e05fb099f9de846c50421647074d0a34eab4 100644 (file)
@@ -29,7 +29,7 @@
 /**
  * SECTION:gasynchelper
  * @short_description: Asynchronous Helper Functions
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GAsyncReady
  * 
  * Provides helper functions for asynchronous operations.
index 0762b9388761cc28b9c4829b6f7fd04374904586..761b1370d22c706e5c2d2b919632794a89b9fe2d 100644 (file)
@@ -29,7 +29,7 @@
 /**
  * SECTION:gasyncresult
  * @short_description: Asynchronous Function Results
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GSimpleAsyncResult
  * 
  * Provides a base class for implementing asynchronous function results.
index e1bf860516c7c210ea1b208dadef261ae6449d00..27080022d64562b29ce6dcf350383d5aa3f6b0d0 100644 (file)
@@ -33,7 +33,7 @@
 /**
  * SECTION:gbufferedinputstream
  * @short_description: Buffered Input Stream
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GFilterInputStream, #GInputStream
  * 
  * Buffered input stream implements #GFilterInputStream and provides 
index 4732fce4271cc8b717e149710824b63f601bda39..4de538b3ee5970aa997feae8b0979e1ff9ead686 100644 (file)
@@ -32,7 +32,7 @@
 /**
  * SECTION:gbufferedoutputstream
  * @short_description: Buffered Output Stream
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GFilterOutputStream, #GOutputStream
  * 
  * Buffered output stream implements #GFilterOutputStream and provides 
index a78e63114552bc52e3ff441c66af2bc8d62ae444..dba54759ee00a15fcf0cd44452ee71451e3890b3 100644 (file)
@@ -40,7 +40,7 @@
 /**
  * SECTION:gcancellable
  * @short_description: Thread-safe Operation Cancellation Stack
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * GCancellable is a thread-safe operation cancellation stack used 
  * throughout GIO to allow for cancellation of synchronous and
index bd63d65a70c55b39f253d62b6b8d71118b76d7e8..2c48a770eb838fb82abca1ad5fce7ebf7ed9a49d 100644 (file)
@@ -35,7 +35,7 @@
 /**
  * SECTION:gcontenttype
  * @short_description: Platform-specific content typing
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * 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 a8d5a03f1ad8d71cadd0a14968ad36a48d674204..9d3abefe065adf0e885d32d37a6df9f41b226af3 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * SECTION:gdatainputstream
  * @short_description: Data Input Stream
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GInputStream
  * 
  * Data input stream implements #GInputStream and includes functions for 
index 4929755c7024118c191995a1de0ae5883d0ef7df..28a9adc9fe9bd2a9936d5845a8d63a8e9e3e5b85 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * SECTION:gdataoutputstream
  * @short_description: Data Output Stream
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GOutputStream
  * 
  * Data output stream implements #GOutputStream and includes functions for 
index ed75d03cd3a3336431a362d1570a1c4a403e7ad8..3d202cf048161392afb900035cb6a799740a0914 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * SECTION:gdrive
  * @short_description: Virtual File System drive management
- * @include: gio.h
+ * @include: gio/gio.h
  * 
  * #GDrive - this represent a piece of hardware connected to the machine.
  * Its generally only created for removable hardware or hardware with
index e065f846e3e0222dcbfb2b10d84a91ff01b96306..10c78c65a147213ba61f28c64caad3fa800977c7 100644 (file)
@@ -42,7 +42,7 @@
 /**
  * SECTION:gfile
  * @short_description: File and Directory Handling
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GFileInfo, #GFileEnumerator
  * 
  * #GFile is a high level abstraction for manipulating files on a 
@@ -59,7 +59,7 @@
  * g_file_parse_name() from a utf8 string gotten from g_file_get_parse_name().
  * 
  * One way to think of a #GFile is as an abstraction of a pathname. For normal
- * files the system pathname is what is stored interanally, but as #GFile<!-- -->s
+ * files the system pathname is what is stored internally, but as #GFile<!-- -->s
  * are extensible it could also be something else that corresponds to a pathname
  * in a userspace implementation of a filesystem.
  *
index cb6677baf63ea909aa18df8b32e4e25aa88c6406..8f7e77cf529f142ef0c4f6af3f62a1f67a7fcf85 100644 (file)
@@ -34,7 +34,7 @@
 /**
  * SECTION:gfileattribute
  * @short_description: Key-Value Paired File Attributes
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GFile, #GFileInfo
  * 
  * File attributes in GIO consist of a list of key-value pairs. 
index 22d627da9cea2dd04fdbdebe044932ea204465d1..3bca6fc763a1c0c000f1b9dcde33f2fdc1cb8399 100644 (file)
@@ -32,7 +32,7 @@
 /**
  * SECTION:gfileenumerator
  * @short_description: Enumerated Files Routines
- * @include: gio.h
+ * @include: gio/gio.h
  * 
  * #GFileEnumerator allows you to operate on a set of #GFile<!-- -->s, 
  * returning a #GFileInfo structure for each file enumerated (e.g. 
index 16e06b37b3b4a2c028ca908e0fee24e44d03bfa8..5d5cc1b9bc7a65f2066ac9b2042c83f748e8dc7c 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * SECTION:gfileicon
  * @short_description: Icons pointing to an image file
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GIcon, #GLoadableIcon
  * 
  * #GFileIcon specifies an icon by pointing to an image file
index b04a984dc250e850d2b331852bc47cc705b0e64d..33f7ca3ced95cc9b8b7ec3562362c1d631c7e18a 100644 (file)
@@ -23,7 +23,7 @@
 /**
  * SECTION:gfileinfo
  * @short_description: File Information and Attributes
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GFile, <link linkend="gio-GFileAttribute">GFileAttribute</link>
  * 
  * Functionality for manipulating basic metadata for files. #GFileInfo
index 9558b5585759ba00c5355200ad89bdb725390ed9..d38dafe4f420b7babd59581fd140536fc59a66ad 100644 (file)
@@ -33,7 +33,7 @@
 /**
  * SECTION:gfileinputstream
  * @short_description: File input streaming operations
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GInputStream, #GDataInputStream, #GSeekable
  *
  * GFileInputStream provides input streams that take their
index 428859dad2b3069a13a4f4a29dcbb875c169b99d..be03d03b60a06c63f079019c1e75183881e67736 100644 (file)
@@ -34,7 +34,7 @@
 /**
  * SECTION:gfilemonitor
  * @short_description: File Monitor
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * Monitors a file or directory for changes.
  *
index 9eea288a2a0bfa955df4048ccfb66a95fce6a8ef..d3077ab1af66f41fca5f6307902df255a89716c1 100644 (file)
@@ -32,7 +32,7 @@
 /**
  * SECTION:gfilenamecompleter
  * @short_description: Filename Completer
- * @include: gio.h
+ * @include: gio/gio.h
  * 
  * Completes partial file and directory names given a partial string by
  * looking in the file system for clues. Can return a list of possible 
index 611e8467b0ce67cda6fa4e6c0decb0780c78e285..cae8052f490a73864cbdb3489bbcbca4378ed399 100644 (file)
@@ -33,7 +33,7 @@
 /**
  * SECTION:gfileoutputstream
  * @short_description: File output streaming operations
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GOutputStream, #GDataOutputStream, #GSeekable
  * 
  * GFileOutputStream provides output streams that write their
index 05557b203516fd5563ec392a233e1e90dd69deed..9d3581e100d01c4b7a1500d4590d6071ec14d4e2 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * SECTION:gfilterinputstream
  * @short_description: Filter Input Stream
- * @include: gio.h
+ * @include: gio/gio.h
  *
  **/
 
index a307e4f6800b0e13e2bb38b08f372fb9ffdbc58e..c9ec99865d1278e3b2ad8ec2c9d827aa65acd5bc 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * SECTION:gfilteroutputstream
  * @short_description: Filter Output Stream
- * @include: gio.h
+ * @include: gio/gio.h
  *
  **/
 
index c7198dcf0572b28d8b5f9ba5c219fddb2db4cde3..1bd38f34008794b7eb71996435656030b1063d28 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * SECTION:gicon
  * @short_description: Interface for icons
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * #GIcon is a very minimal interface for icons. It provides functions 
  * for checking the equality of two icons and hashing of icons.
index edc5d8c65ab5b89d36d8f776ebe30a94065170c2..7e801a10fe3ffba12c3e342829196881e8655c11 100644 (file)
@@ -33,7 +33,7 @@
 /**
  * SECTION:ginputstream
  * @short_description: Base class for implementing streaming input
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * 
  * 
index b72ea4f919a0d8812767a00d42be8560ffe6b92c..3063e73cb55c48e2e3059e8cef9406dc5d563c3d 100644 (file)
@@ -29,7 +29,7 @@
 /**
  * SECTION:gioerror
  * @short_description: Error helper functions
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * Contains helper functions for reporting errors to the user.
  **/
index 1b5a06d93f290e19c3c855af173e1558c7440765..337fc316d44fd45e8f2bbc9a9a4471864af4c717 100644 (file)
@@ -38,7 +38,7 @@
 /**
  * SECTION:giomodule
  * @short_description: Loadable GIO Modules
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * Provides an interface and default functions for loading and unloading 
  * modules. This is used internally to make GIO extensible, but can also
index 8184fc790c88063d3b037fc90dd496dd2c4bbd73..678dd888da38e46dd054cac1452d96f6dfbbdd1f 100644 (file)
@@ -29,7 +29,7 @@
 /**
  * SECTION:gioscheduler
  * @short_description: I/O Scheduler
- * @include: gio.h
+ * @include: gio/gio.h
  * 
  * Schedules asynchronous I/O operations. #GIOScheduler integrates 
  * into the main event loop (#GMainLoop) and may use threads if they 
index 593f80494d61f0a43f244ac5940ebd26b1ad75f9..33d7a5fe90262ce402cc52bb33e1b1fa68815e08 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * SECTION:gloadableicon
  * @short_description: Loadable Icons
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GIcon, #GThemedIcon
  * 
  * Extends the #GIcon interface and adds the ability to 
index 69dbb884ca1f3b00b95dd4a1015d22a40c1b69e2..5dde34ad7b2a021e53ac47ff20b7809976ee38e8 100644 (file)
@@ -33,7 +33,7 @@
 /**
  * SECTION:gmemoryinputstream
  * @short_description: Streaming input operations on memory chunks
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GMemoryOutputStream
  *
  * #GMemoryInputStream is a class for using arbitrary
index 86134221193b2c8c3270c6fdb64d27aaa688244a..33f4c9ba2023b368df5b05d422cfca66363e5291 100644 (file)
@@ -33,7 +33,7 @@
 /**
  * SECTION:gmemoryoutputstream
  * @short_description: Streaming output operations on memory chunks
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GMemoryInputStream
  *
  * #GMemoryOutputStream is a class for using arbitrary
index f39020f4e03f68db62a1203e7fe9ee1b55bdabc6..3b2a52444afdcc746e20837e9c18a2dad9d153db 100644 (file)
@@ -37,7 +37,7 @@
 /**
  * SECTION:gmount
  * @short_description: Mount management
- * @include: gio.h
+ * @include: gio/gio.h
  * @see also: GVolume, GUnixMount
  *
  * The #GMount interface represents user-visible mounts. Note, when 
index ead314d27c339319cd28901badc8c5f6a53d92d1..bc359651f6a69f75d413bf5cf8e373833a5e1db3 100644 (file)
@@ -34,7 +34,7 @@
 /** 
  * SECTION:gmountoperation
  * @short_description: Authentication methods for mountable locations
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * #GMountOperation provides a mechanism for authenticating mountable 
  * operations, such as loop mounting files, hard drive partitions or 
index 6ed859a1e2f15107d03f38b121b2b7aeeb853e83..8d2ae3a531847a59b5d0562f7917c5bccaac362a 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * SECTION:goutputstream
  * @short_description: Base class for implementing streaming output
- * @include: gio.h
+ * @include: gio/gio.h
  *
  *
  **/
index f50b938b334dc0b797ffd5f1053fcb96a244d769..b3a7332fb47114a9163c8d294902ed8e4ef8307e 100644 (file)
@@ -29,7 +29,7 @@
 /**
  * SECTION:gseekable
  * @short_description: Stream seeking interface
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GInputStream, #GOutputStream
  * 
  * #GSeekable is implemented by streams (implementations of 
index 793da3daee00cb3029801916c8ff913ea5c5002b..29666f16092502c898f3d4e4b0e10f1c2b8a926f 100644 (file)
@@ -41,7 +41,7 @@
 /**
  * SECTION:gsimpleasyncresult
  * @short_description: Simple asynchronous results implementation
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GAsyncResult
  *
  * Implements #GAsyncResult for simple cases. Most of the time, this 
index 6a3a9639a0316b4bb01bcada0a22abaed79d09c1..8c0f53f3b6c05b3d94745b336a54fb7dec2cff24 100644 (file)
@@ -31,7 +31,7 @@
 /**
  * SECTION:gthemedicon
  * @short_description: Icon theming support
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GIcon, #GLoadableIcon
  *
  * #GThemedIcon is an implementation of #GIcon that supports icon themes.
index 7488c31359de7b42464fd8815b5041ffd97cfcd8..0dbd695dc0e4c9c0d43a66a31b58e8082469dfa9 100644 (file)
@@ -32,7 +32,7 @@
 /**
  * SECTION:gvfs
  * @short_description: Virtual File System 
- * @include: gio.h
+ * @include: gio/gio.h
  * 
  * Entry point for using GIO functionality.
  *
index 642ccd1926f9646af8b8651ed455207905be8e2f..0788bf8feac1773faab1e14a03610946c176be12 100644 (file)
@@ -32,7 +32,7 @@
 /**
  * SECTION:gvolume
  * @short_description: Volume management
- * @include: gio.h
+ * @include: gio/gio.h
  * 
  * The #GVolume interface represents user-visible objects that can be
  * mounted. Note, when porting from GnomeVFS, #GVolume is the moral
index eea8601f3659526340a23bc5a0cd738962a669c5..1ea4aaf10f6aee2c4bb46fa61bbb42ed29032886 100644 (file)
@@ -32,7 +32,7 @@
 /**
  * SECTION:gvolumemonitor
  * @short_description: Volume Monitor
- * @include: gio.h
+ * @include: gio/gio.h
  * @see_also: #GFileMonitor
  * 
  * #GVolumeMonitor is for listing the user interesting devices and volumes