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 dcf4479..fe8f48b 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 1ef8152..90cb2c5 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 4c7c789..68e7e05 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 0762b93..761b137 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 e1bf860..2708002 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 4732fce..4de538b 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 a78e631..dba5475 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 bd63d65..2c48a77 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 a8d5a03..9d3abef 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 4929755..28a9adc 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 ed75d03..3d202cf 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 e065f84..10c78c6 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 cb6677b..8f7e77c 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 22d627d..3bca6fc 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 16e06b3..5d5cc1b 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 b04a984..33f7ca3 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 9558b55..d38dafe 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 428859d..be03d03 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 9eea288..d3077ab 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 611e846..cae8052 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 05557b2..9d3581e 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * SECTION:gfilterinputstream
  * @short_description: Filter Input Stream
- * @include: gio.h
+ * @include: gio/gio.h
  *
  **/
 
index a307e4f..c9ec998 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * SECTION:gfilteroutputstream
  * @short_description: Filter Output Stream
- * @include: gio.h
+ * @include: gio/gio.h
  *
  **/
 
index c7198dc..1bd38f3 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 edc5d8c..7e801a1 100644 (file)
@@ -33,7 +33,7 @@
 /**
  * SECTION:ginputstream
  * @short_description: Base class for implementing streaming input
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * 
  * 
index b72ea4f..3063e73 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 1b5a06d..337fc31 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 8184fc7..678dd88 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 593f804..33d7a5f 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 69dbb88..5dde34a 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 8613422..33f4c9b 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 f39020f..3b2a524 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 ead314d..bc35965 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 6ed859a..8d2ae3a 100644 (file)
@@ -30,7 +30,7 @@
 /**
  * SECTION:goutputstream
  * @short_description: Base class for implementing streaming output
- * @include: gio.h
+ * @include: gio/gio.h
  *
  *
  **/
index f50b938..b3a7332 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 793da3d..29666f1 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 6a3a963..8c0f53f 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 7488c31..0dbd695 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 642ccd1..0788bf8 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 eea8601..1ea4aaf 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