+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):
/**
* 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.
/**
* SECTION:gasynchelper
* @short_description: Asynchronous Helper Functions
- * @include: gio.h
+ * @include: gio/gio.h
* @see_also: #GAsyncReady
*
* Provides helper functions for asynchronous operations.
/**
* 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.
/**
* 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
/**
* 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
/**
* 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
/**
* 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
/**
* 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
/**
* 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
/**
* 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
/**
* 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
* 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.
*
/**
* 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.
/**
* 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.
/**
* 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
/**
* 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
/**
* 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
/**
* SECTION:gfilemonitor
* @short_description: File Monitor
- * @include: gio.h
+ * @include: gio/gio.h
*
* Monitors a file or directory for changes.
*
/**
* 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
/**
* 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
/**
* SECTION:gfilterinputstream
* @short_description: Filter Input Stream
- * @include: gio.h
+ * @include: gio/gio.h
*
**/
/**
* SECTION:gfilteroutputstream
* @short_description: Filter Output Stream
- * @include: gio.h
+ * @include: gio/gio.h
*
**/
/**
* 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.
/**
* SECTION:ginputstream
* @short_description: Base class for implementing streaming input
- * @include: gio.h
+ * @include: gio/gio.h
*
*
*
/**
* SECTION:gioerror
* @short_description: Error helper functions
- * @include: gio.h
+ * @include: gio/gio.h
*
* Contains helper functions for reporting errors to the user.
**/
/**
* 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
/**
* 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
/**
* 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
/**
* 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
/**
* 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
/**
* 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
/**
* 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
/**
* SECTION:goutputstream
* @short_description: Base class for implementing streaming output
- * @include: gio.h
+ * @include: gio/gio.h
*
*
**/
/**
* 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
/**
* 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
/**
* 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.
/**
* SECTION:gvfs
* @short_description: Virtual File System
- * @include: gio.h
+ * @include: gio/gio.h
*
* Entry point for using GIO functionality.
*
/**
* 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
/**
* 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