From f3144c7efe8c84f7a00bff9b796d5e73efc151cf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 21 Feb 2008 18:20:17 +0000 Subject: [PATCH] Doc fixes svn path=/trunk/; revision=6554 --- gio/ChangeLog | 4 ++++ gio/gappinfo.c | 2 +- gio/gasynchelper.c | 2 +- gio/gasyncresult.c | 2 +- gio/gbufferedinputstream.c | 2 +- gio/gbufferedoutputstream.c | 2 +- gio/gcancellable.c | 2 +- gio/gcontenttype.c | 2 +- gio/gdatainputstream.c | 2 +- gio/gdataoutputstream.c | 2 +- gio/gdrive.c | 2 +- gio/gfile.c | 4 ++-- gio/gfileattribute.c | 2 +- gio/gfileenumerator.c | 2 +- gio/gfileicon.c | 2 +- gio/gfileinfo.c | 2 +- gio/gfileinputstream.c | 2 +- gio/gfilemonitor.c | 2 +- gio/gfilenamecompleter.c | 2 +- gio/gfileoutputstream.c | 2 +- gio/gfilterinputstream.c | 2 +- gio/gfilteroutputstream.c | 2 +- gio/gicon.c | 2 +- gio/ginputstream.c | 2 +- gio/gioerror.c | 2 +- gio/giomodule.c | 2 +- gio/gioscheduler.c | 2 +- gio/gloadableicon.c | 2 +- gio/gmemoryinputstream.c | 2 +- gio/gmemoryoutputstream.c | 2 +- gio/gmount.c | 2 +- gio/gmountoperation.c | 2 +- gio/goutputstream.c | 2 +- gio/gseekable.c | 2 +- gio/gsimpleasyncresult.c | 2 +- gio/gthemedicon.c | 2 +- gio/gvfs.c | 2 +- gio/gvolume.c | 2 +- gio/gvolumemonitor.c | 2 +- 39 files changed, 43 insertions(+), 39 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index dcf4479d..fe8f48b5 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2008-02-21 Matthias Clasen + + * *.c: Correct the @include in for section docs. + 2008-02-21 David Zeuthen * glocalfileinfo.c: (_g_local_file_info_get): diff --git a/gio/gappinfo.c b/gio/gappinfo.c index 1ef8152d..90cb2c5d 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -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. diff --git a/gio/gasynchelper.c b/gio/gasynchelper.c index 4c7c7897..68e7e05f 100644 --- a/gio/gasynchelper.c +++ b/gio/gasynchelper.c @@ -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. diff --git a/gio/gasyncresult.c b/gio/gasyncresult.c index 0762b938..761b1370 100644 --- a/gio/gasyncresult.c +++ b/gio/gasyncresult.c @@ -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. diff --git a/gio/gbufferedinputstream.c b/gio/gbufferedinputstream.c index e1bf8605..27080022 100644 --- a/gio/gbufferedinputstream.c +++ b/gio/gbufferedinputstream.c @@ -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 diff --git a/gio/gbufferedoutputstream.c b/gio/gbufferedoutputstream.c index 4732fce4..4de538b3 100644 --- a/gio/gbufferedoutputstream.c +++ b/gio/gbufferedoutputstream.c @@ -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 diff --git a/gio/gcancellable.c b/gio/gcancellable.c index a78e6311..dba54759 100644 --- a/gio/gcancellable.c +++ b/gio/gcancellable.c @@ -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 diff --git a/gio/gcontenttype.c b/gio/gcontenttype.c index bd63d65a..2c48a770 100644 --- a/gio/gcontenttype.c +++ b/gio/gcontenttype.c @@ -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 diff --git a/gio/gdatainputstream.c b/gio/gdatainputstream.c index a8d5a03f..9d3abefe 100644 --- a/gio/gdatainputstream.c +++ b/gio/gdatainputstream.c @@ -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 diff --git a/gio/gdataoutputstream.c b/gio/gdataoutputstream.c index 4929755c..28a9adc9 100644 --- a/gio/gdataoutputstream.c +++ b/gio/gdataoutputstream.c @@ -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 diff --git a/gio/gdrive.c b/gio/gdrive.c index ed75d03c..3d202cf0 100644 --- a/gio/gdrive.c +++ b/gio/gdrive.c @@ -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 diff --git a/gio/gfile.c b/gio/gfile.c index e065f846..10c78c65 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -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 #GFiles + * files the system pathname is what is stored internally, but as #GFiles * are extensible it could also be something else that corresponds to a pathname * in a userspace implementation of a filesystem. * diff --git a/gio/gfileattribute.c b/gio/gfileattribute.c index cb6677ba..8f7e77cf 100644 --- a/gio/gfileattribute.c +++ b/gio/gfileattribute.c @@ -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. diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c index 22d627da..3bca6fc7 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -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 #GFiles, * returning a #GFileInfo structure for each file enumerated (e.g. diff --git a/gio/gfileicon.c b/gio/gfileicon.c index 16e06b37..5d5cc1b9 100644 --- a/gio/gfileicon.c +++ b/gio/gfileicon.c @@ -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 diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c index b04a984d..33f7ca3c 100644 --- a/gio/gfileinfo.c +++ b/gio/gfileinfo.c @@ -23,7 +23,7 @@ /** * SECTION:gfileinfo * @short_description: File Information and Attributes - * @include: gio.h + * @include: gio/gio.h * @see_also: #GFile, GFileAttribute * * Functionality for manipulating basic metadata for files. #GFileInfo diff --git a/gio/gfileinputstream.c b/gio/gfileinputstream.c index 9558b558..d38dafe4 100644 --- a/gio/gfileinputstream.c +++ b/gio/gfileinputstream.c @@ -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 diff --git a/gio/gfilemonitor.c b/gio/gfilemonitor.c index 428859da..be03d03b 100644 --- a/gio/gfilemonitor.c +++ b/gio/gfilemonitor.c @@ -34,7 +34,7 @@ /** * SECTION:gfilemonitor * @short_description: File Monitor - * @include: gio.h + * @include: gio/gio.h * * Monitors a file or directory for changes. * diff --git a/gio/gfilenamecompleter.c b/gio/gfilenamecompleter.c index 9eea288a..d3077ab1 100644 --- a/gio/gfilenamecompleter.c +++ b/gio/gfilenamecompleter.c @@ -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 diff --git a/gio/gfileoutputstream.c b/gio/gfileoutputstream.c index 611e8467..cae8052f 100644 --- a/gio/gfileoutputstream.c +++ b/gio/gfileoutputstream.c @@ -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 diff --git a/gio/gfilterinputstream.c b/gio/gfilterinputstream.c index 05557b20..9d3581e1 100644 --- a/gio/gfilterinputstream.c +++ b/gio/gfilterinputstream.c @@ -30,7 +30,7 @@ /** * SECTION:gfilterinputstream * @short_description: Filter Input Stream - * @include: gio.h + * @include: gio/gio.h * **/ diff --git a/gio/gfilteroutputstream.c b/gio/gfilteroutputstream.c index a307e4f6..c9ec9986 100644 --- a/gio/gfilteroutputstream.c +++ b/gio/gfilteroutputstream.c @@ -30,7 +30,7 @@ /** * SECTION:gfilteroutputstream * @short_description: Filter Output Stream - * @include: gio.h + * @include: gio/gio.h * **/ diff --git a/gio/gicon.c b/gio/gicon.c index c7198dcf..1bd38f34 100644 --- a/gio/gicon.c +++ b/gio/gicon.c @@ -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. diff --git a/gio/ginputstream.c b/gio/ginputstream.c index edc5d8c6..7e801a10 100644 --- a/gio/ginputstream.c +++ b/gio/ginputstream.c @@ -33,7 +33,7 @@ /** * SECTION:ginputstream * @short_description: Base class for implementing streaming input - * @include: gio.h + * @include: gio/gio.h * * * diff --git a/gio/gioerror.c b/gio/gioerror.c index b72ea4f9..3063e73c 100644 --- a/gio/gioerror.c +++ b/gio/gioerror.c @@ -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. **/ diff --git a/gio/giomodule.c b/gio/giomodule.c index 1b5a06d9..337fc316 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c @@ -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 diff --git a/gio/gioscheduler.c b/gio/gioscheduler.c index 8184fc79..678dd888 100644 --- a/gio/gioscheduler.c +++ b/gio/gioscheduler.c @@ -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 diff --git a/gio/gloadableicon.c b/gio/gloadableicon.c index 593f8049..33d7a5fe 100644 --- a/gio/gloadableicon.c +++ b/gio/gloadableicon.c @@ -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 diff --git a/gio/gmemoryinputstream.c b/gio/gmemoryinputstream.c index 69dbb884..5dde34ad 100644 --- a/gio/gmemoryinputstream.c +++ b/gio/gmemoryinputstream.c @@ -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 diff --git a/gio/gmemoryoutputstream.c b/gio/gmemoryoutputstream.c index 86134221..33f4c9ba 100644 --- a/gio/gmemoryoutputstream.c +++ b/gio/gmemoryoutputstream.c @@ -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 diff --git a/gio/gmount.c b/gio/gmount.c index f39020f4..3b2a5244 100644 --- a/gio/gmount.c +++ b/gio/gmount.c @@ -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 diff --git a/gio/gmountoperation.c b/gio/gmountoperation.c index ead314d2..bc359651 100644 --- a/gio/gmountoperation.c +++ b/gio/gmountoperation.c @@ -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 diff --git a/gio/goutputstream.c b/gio/goutputstream.c index 6ed859a1..8d2ae3a5 100644 --- a/gio/goutputstream.c +++ b/gio/goutputstream.c @@ -30,7 +30,7 @@ /** * SECTION:goutputstream * @short_description: Base class for implementing streaming output - * @include: gio.h + * @include: gio/gio.h * * **/ diff --git a/gio/gseekable.c b/gio/gseekable.c index f50b938b..b3a7332f 100644 --- a/gio/gseekable.c +++ b/gio/gseekable.c @@ -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 diff --git a/gio/gsimpleasyncresult.c b/gio/gsimpleasyncresult.c index 793da3da..29666f16 100644 --- a/gio/gsimpleasyncresult.c +++ b/gio/gsimpleasyncresult.c @@ -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 diff --git a/gio/gthemedicon.c b/gio/gthemedicon.c index 6a3a9639..8c0f53f3 100644 --- a/gio/gthemedicon.c +++ b/gio/gthemedicon.c @@ -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. diff --git a/gio/gvfs.c b/gio/gvfs.c index 7488c313..0dbd695d 100644 --- a/gio/gvfs.c +++ b/gio/gvfs.c @@ -32,7 +32,7 @@ /** * SECTION:gvfs * @short_description: Virtual File System - * @include: gio.h + * @include: gio/gio.h * * Entry point for using GIO functionality. * diff --git a/gio/gvolume.c b/gio/gvolume.c index 642ccd19..0788bf8f 100644 --- a/gio/gvolume.c +++ b/gio/gvolume.c @@ -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 diff --git a/gio/gvolumemonitor.c b/gio/gvolumemonitor.c index eea8601f..1ea4aaf1 100644 --- a/gio/gvolumemonitor.c +++ b/gio/gvolumemonitor.c @@ -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 -- 2.34.1