From 0debd52858ffb4f468e55cd2f3c7e4dec5455b94 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 18 Dec 2007 02:52:11 +0000 Subject: [PATCH] Fix up includes in section docs svn path=/trunk/; revision=6149 --- gio/ChangeLog | 4 ++++ gio/gappinfo.c | 2 +- gio/gasynchelper.c | 1 + gio/gasyncresult.c | 1 + gio/gbufferedinputstream.c | 1 + gio/gbufferedoutputstream.c | 1 + gio/gcancellable.c | 2 +- gio/gcontenttype.c | 1 + gio/gdatainputstream.c | 1 + gio/gdataoutputstream.c | 1 + gio/gdesktopappinfo.c | 10 ++++++++++ gio/gdirectorymonitor.c | 1 + gio/gdrive.c | 2 +- gio/gfile.c | 2 +- gio/gfileattribute.c | 1 + gio/gfileenumerator.c | 21 ++++++++++++--------- gio/gfileicon.c | 2 +- gio/gfileinfo.c | 4 +--- gio/gfileinputstream.c | 3 +-- gio/gfilemonitor.c | 1 + gio/gfilenamecompleter.c | 1 + gio/gfileoutputstream.c | 2 +- gio/gfilterinputstream.c | 1 + gio/gfilteroutputstream.c | 1 + gio/gicon.c | 1 + gio/ginputstream.c | 1 + gio/gioerror.c | 1 + gio/giomodule.c | 1 + gio/gioscheduler.c | 6 ++++-- gio/gloadableicon.c | 4 +++- gio/gmemoryinputstream.c | 1 + gio/gmemoryoutputstream.c | 1 + gio/gmount.c | 13 ++++++------- gio/gmountoperation.c | 11 ++++++----- gio/goutputstream.c | 2 +- gio/gseekable.c | 1 + gio/gsimpleasyncresult.c | 36 +++++++++++++++++++----------------- gio/gthemedicon.c | 1 + gio/gunixinputstream.c | 1 + gio/gunixmounts.c | 1 + gio/gunixoutputstream.c | 1 + gio/gvfs.c | 2 +- gio/gvolume.c | 5 +++-- gio/gvolumemonitor.c | 1 + 44 files changed, 102 insertions(+), 56 deletions(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index 13f0ed1aa..4a8da254e 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2007-12-17 Matthias Clasen + + * *.c: Fix up includes in the section docs. + 2007-12-17 Alexander Larsson * gnativevolumemonitor.h: diff --git a/gio/gappinfo.c b/gio/gappinfo.c index 53e218d6d..c2d4d5ca1 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -30,7 +30,7 @@ /** * SECTION:gappinfo * @short_description: Application information and launch contexts - * @stability: Unstable + * @include: 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 72fb87e92..4c7c7897b 100644 --- a/gio/gasynchelper.c +++ b/gio/gasynchelper.c @@ -29,6 +29,7 @@ /** * SECTION:gasynchelper * @short_description: Asynchronous Helper Functions + * @include: gio.h * @see_also: #GAsyncReady * * Provides helper functions for asynchronous operations. diff --git a/gio/gasyncresult.c b/gio/gasyncresult.c index 60c829c2d..7238918cf 100644 --- a/gio/gasyncresult.c +++ b/gio/gasyncresult.c @@ -29,6 +29,7 @@ /** * SECTION:gasyncresult * @short_description: Asynchronous Function Results + * @include: 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 7ff397b43..6cc537ed4 100644 --- a/gio/gbufferedinputstream.c +++ b/gio/gbufferedinputstream.c @@ -33,6 +33,7 @@ /** * SECTION:gbufferedinputstream * @short_description: Buffered Input Stream + * @include: gio.h * @see_also: #GFilterInputStream, #GInputStream * * Buffered input stream implements #GFilterInputStream and provides diff --git a/gio/gbufferedoutputstream.c b/gio/gbufferedoutputstream.c index 06ad69193..04468eda1 100644 --- a/gio/gbufferedoutputstream.c +++ b/gio/gbufferedoutputstream.c @@ -32,6 +32,7 @@ /** * SECTION:gbufferedoutputstream * @short_description: Buffered Output Stream + * @include: gio.h * @see_also: #GFilterOutputStream, #GOutputStream * * Buffered output stream implements #GFilterOutputStream and provides diff --git a/gio/gcancellable.c b/gio/gcancellable.c index 4624b429c..e49460c10 100644 --- a/gio/gcancellable.c +++ b/gio/gcancellable.c @@ -40,7 +40,7 @@ /** * SECTION:gcancellable * @short_description: Thread-safe Operation Cancellation Stack - * @include: gio/gcancellable.h + * @include: 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 2404a7b42..ea8c20411 100644 --- a/gio/gcontenttype.c +++ b/gio/gcontenttype.c @@ -32,6 +32,7 @@ /** * SECTION:gcontenttype * @short_description: Platform-specific content typing + * @include: 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 aa90272b0..44ffd2b6b 100644 --- a/gio/gdatainputstream.c +++ b/gio/gdatainputstream.c @@ -31,6 +31,7 @@ /** * SECTION:gdatainputstream * @short_description: Data Input Stream + * @include: 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 b7ab2caf4..4929755c7 100644 --- a/gio/gdataoutputstream.c +++ b/gio/gdataoutputstream.c @@ -31,6 +31,7 @@ /** * SECTION:gdataoutputstream * @short_description: Data Output Stream + * @include: gio.h * @see_also: #GOutputStream * * Data output stream implements #GOutputStream and includes functions for diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index e2a328b53..9f5d30843 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -38,6 +38,16 @@ #include "gioalias.h" +/** + * SECTION:gdesktopappinfo + * @short_description: Application information from desktop files + * @include: gio/gdesktopappinfo.h + * + * #GDesktopAppInfo is an implementation of #GAppInfo based on + * desktop files. + * + **/ + #define DEFAULT_APPLICATIONS_GROUP "Default Applications" #define MIME_CACHE_GROUP "MIME Cache" diff --git a/gio/gdirectorymonitor.c b/gio/gdirectorymonitor.c index 018b8bb14..39bf95a67 100644 --- a/gio/gdirectorymonitor.c +++ b/gio/gdirectorymonitor.c @@ -34,6 +34,7 @@ /** * SECTION:gdirectorymonitor * @short_description: Directory Monitor + * @include: gio.h * @see_also: #GFileMonitor * * Monitors a directory for changes to files in it. diff --git a/gio/gdrive.c b/gio/gdrive.c index 06d90979e..642ef6b2f 100644 --- a/gio/gdrive.c +++ b/gio/gdrive.c @@ -31,7 +31,7 @@ /** * SECTION:gdrive * @short_description: Virtual File System drive management - * @include: gio/gdrive.h + * @include: gio.h * * #GDrive is a container class for #GVolume objects that stem from * the same piece of media. As such, #GDrive abstracts a drive with diff --git a/gio/gfile.c b/gio/gfile.c index 68d9537af..f3829da3d 100644 --- a/gio/gfile.c +++ b/gio/gfile.c @@ -40,8 +40,8 @@ /** * SECTION:gfile * @short_description: File and Directory Handling + * @include: gio.h * @see_also: #GFileInfo, #GFileEnumerator - * @include: gio/gfile.h * * #GFile is a high level abstraction for manipulating files on a * virtual file system. #GFiles are lightweight, immutable diff --git a/gio/gfileattribute.c b/gio/gfileattribute.c index fc04a55d1..98c8beea0 100644 --- a/gio/gfileattribute.c +++ b/gio/gfileattribute.c @@ -34,6 +34,7 @@ /** * SECTION:gfileattribute * @short_description: Key-Value Paired File Attributes + * @include: 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 51032a571..2c478fa91 100644 --- a/gio/gfileenumerator.c +++ b/gio/gfileenumerator.c @@ -32,20 +32,23 @@ /** * SECTION:gfileenumerator * @short_description: Enumerated Files Routines + * @include: gio.h * - * #GFileEnumerator allows you to operate on a set of #GFiles, returning - * a #GFileInfo structure for each file enumerated (e.g. g_file_enumerate_children() - * will return a #GFileEnumerator for each of the children within a directory). + * #GFileEnumerator allows you to operate on a set of #GFiles, + * returning a #GFileInfo structure for each file enumerated (e.g. + * g_file_enumerate_children() will return a #GFileEnumerator for each + * of the children within a directory). * * To get the next file's information from a #GFileEnumerator, use * g_file_enumerator_next_file() or its asynchronous version, - * g_file_enumerator_next_file_async(). Note that the asynchronous version will - * return a list of #GFileInfos, whereas the synchronous will only return - * the next file in the enumerator. + * g_file_enumerator_next_file_async(). Note that the asynchronous + * version will return a list of #GFileInfos, whereas the + * synchronous will only return the next file in the enumerator. * - * To close a #GFileEnumerator, use g_file_enumerator_close(), or its asynchronous - * version, g_file_enumerator_close_async(). Once a #GFileEnumerator is closed, - * no further actions may be performed on it, and it should be freed with g_object_unref(). + * To close a #GFileEnumerator, use g_file_enumerator_close(), or + * its asynchronous version, g_file_enumerator_close_async(). Once + * a #GFileEnumerator is closed, no further actions may be performed + * on it, and it should be freed with g_object_unref(). * **/ diff --git a/gio/gfileicon.c b/gio/gfileicon.c index 571d9010f..16e06b37b 100644 --- a/gio/gfileicon.c +++ b/gio/gfileicon.c @@ -30,8 +30,8 @@ /** * SECTION:gfileicon * @short_description: Icons pointing to an image file + * @include: gio.h * @see_also: #GIcon, #GLoadableIcon - * @include: gio/gfileicon.h * * #GFileIcon specifies an icon by pointing to an image file * to be used as icon. diff --git a/gio/gfileinfo.c b/gio/gfileinfo.c index f1f02647c..dbdbd43ca 100644 --- a/gio/gfileinfo.c +++ b/gio/gfileinfo.c @@ -23,6 +23,7 @@ /** * SECTION:gfileinfo * @short_description: File Information and Attributes + * @include: gio.h * @see_also: #GFile * * Functionality for manipulating basic metadata for files. #GFileInfo @@ -30,9 +31,6 @@ * contain, and allows for manipulation of extended attributes. * #GFileAttributeMatcher allows for searching through a #GFileInfo for * attributes. - * - * - * **/ #include diff --git a/gio/gfileinputstream.c b/gio/gfileinputstream.c index 3edd3f306..c171858ff 100644 --- a/gio/gfileinputstream.c +++ b/gio/gfileinputstream.c @@ -33,9 +33,8 @@ /** * SECTION:gfileinputstream * @short_description: File input streaming operations + * @include: gio.h * @see_also: #GInputStream, #GDataInputStream, #GSeekable - * - * * **/ diff --git a/gio/gfilemonitor.c b/gio/gfilemonitor.c index fdfbc1160..fb04d550b 100644 --- a/gio/gfilemonitor.c +++ b/gio/gfilemonitor.c @@ -33,6 +33,7 @@ /** * SECTION:gfilemonitor * @short_description: File Monitor + * @include: gio.h * @see_also: #GDirectoryMonitor * * Monitors a file for changes. diff --git a/gio/gfilenamecompleter.c b/gio/gfilenamecompleter.c index 8558ecfda..8c0a8f94e 100644 --- a/gio/gfilenamecompleter.c +++ b/gio/gfilenamecompleter.c @@ -32,6 +32,7 @@ /** * SECTION:gfilenamecompleter * @short_description: Filename Completer + * @include: 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 ba66bdf94..4f8892c0e 100644 --- a/gio/gfileoutputstream.c +++ b/gio/gfileoutputstream.c @@ -33,9 +33,9 @@ /** * SECTION:gfileoutputstream * @short_description: File output streaming operations + * @include: gio.h * @see_also: #GOutputStream, #GDataOutputStream, #GSeekable * - * * **/ diff --git a/gio/gfilterinputstream.c b/gio/gfilterinputstream.c index 0eb4eb362..05557b203 100644 --- a/gio/gfilterinputstream.c +++ b/gio/gfilterinputstream.c @@ -30,6 +30,7 @@ /** * SECTION:gfilterinputstream * @short_description: Filter Input Stream + * @include: gio.h * **/ diff --git a/gio/gfilteroutputstream.c b/gio/gfilteroutputstream.c index ed433be34..a307e4f68 100644 --- a/gio/gfilteroutputstream.c +++ b/gio/gfilteroutputstream.c @@ -30,6 +30,7 @@ /** * SECTION:gfilteroutputstream * @short_description: Filter Output Stream + * @include: gio.h * **/ diff --git a/gio/gicon.c b/gio/gicon.c index b5c61da0b..c7198dcf0 100644 --- a/gio/gicon.c +++ b/gio/gicon.c @@ -30,6 +30,7 @@ /** * SECTION:gicon * @short_description: Interface for icons + * @include: 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 c55365697..6dba6729e 100644 --- a/gio/ginputstream.c +++ b/gio/ginputstream.c @@ -33,6 +33,7 @@ /** * SECTION:ginputstream * @short_description: Base class for implementing streaming input + * @include: gio.h * * * diff --git a/gio/gioerror.c b/gio/gioerror.c index 194275dba..b72ea4f91 100644 --- a/gio/gioerror.c +++ b/gio/gioerror.c @@ -29,6 +29,7 @@ /** * SECTION:gioerror * @short_description: Error helper functions + * @include: gio.h * * Contains helper functions for reporting errors to the user. **/ diff --git a/gio/giomodule.c b/gio/giomodule.c index 8312d8069..b87d31999 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c @@ -30,6 +30,7 @@ /** * SECTION:giomodule * @short_description: Loadable GIO Modules + * @include: 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 54610f08e..225646685 100644 --- a/gio/gioscheduler.c +++ b/gio/gioscheduler.c @@ -29,9 +29,11 @@ /** * SECTION:gioscheduler * @short_description: I/O Scheduler + * @include: gio.h * - * Schedules asynchronous I/O operations. #GIOScheduler integrates into the main - * event loop (#GMainLoop) and may use threads if they are available. + * Schedules asynchronous I/O operations. #GIOScheduler integrates + * into the main event loop (#GMainLoop) and may use threads if they + * are available. * * I/O priority * Each I/O operation has a priority, and the scheduler uses the priorities diff --git a/gio/gloadableicon.c b/gio/gloadableicon.c index e9cac77ea..593f80494 100644 --- a/gio/gloadableicon.c +++ b/gio/gloadableicon.c @@ -30,9 +30,11 @@ /** * SECTION:gloadableicon * @short_description: Loadable Icons + * @include: gio.h * @see_also: #GIcon, #GThemedIcon * - * Extends the #GIcon interface and adds the ability to load icons from streams. + * Extends the #GIcon interface and adds the ability to + * load icons from streams. **/ static void g_loadable_icon_real_load_async (GLoadableIcon *icon, diff --git a/gio/gmemoryinputstream.c b/gio/gmemoryinputstream.c index 2e113bdab..87af192f4 100644 --- a/gio/gmemoryinputstream.c +++ b/gio/gmemoryinputstream.c @@ -33,6 +33,7 @@ /** * SECTION:gmemoryinputstream * @short_description: Streaming input operations on memory chunks + * @include: gio.h * @see_also: #GMemoryOutputStream * * #GMemoryInputStream is a class for using arbitrary diff --git a/gio/gmemoryoutputstream.c b/gio/gmemoryoutputstream.c index 2ab5bf591..a1c581141 100644 --- a/gio/gmemoryoutputstream.c +++ b/gio/gmemoryoutputstream.c @@ -33,6 +33,7 @@ /** * SECTION:gmemoryoutputstream * @short_description: Streaming output operations on memory chunks + * @include: gio.h * @see_also: #GMemoryInputStream * * #GMemoryOutputStream is a class for using arbitrary diff --git a/gio/gmount.c b/gio/gmount.c index 73fb8e677..d1ed537c7 100644 --- a/gio/gmount.c +++ b/gio/gmount.c @@ -36,11 +36,11 @@ /** * SECTION:gmount - * @short_description: mount management + * @short_description: Mount management + * @include: gio.h * - * The #GMount interface represents user-visible mounts. Note, when - * porting from GnomeVFS, #GMount is the moral equivalent of - * #GnomeVFSVolume. + * The #GMount interface represents user-visible mounts. Note, when + * porting from GnomeVFS, #GMount is the moral equivalent of #GnomeVFSVolume. * * Unmounting a #GMount instance is an asynchronous operation. For * more information about asynchronous operations, see #GAsyncReady @@ -51,9 +51,8 @@ * #GAsyncReady structure will be passed to the callback. That * callback should then call g_mount_unmount_finish() with the #GMount * and the #GAsyncReady data to see if the operation was completed - * successfully. If an @error is present when - * g_mount_unmount_finish() is called, then it will be filled with any - * error information. + * successfully. If an @error is present when g_mount_unmount_finish() + * is called, then it will be filled with any error information. **/ static void g_mount_base_init (gpointer g_class); diff --git a/gio/gmountoperation.c b/gio/gmountoperation.c index dcf45d735..f0f9f312e 100644 --- a/gio/gmountoperation.c +++ b/gio/gmountoperation.c @@ -34,16 +34,17 @@ /** * SECTION:gmountoperation * @short_description: Authentication methods for mountable locations + * @include: gio.h * * #GMountOperation provides a mechanism for authenticating mountable * operations, such as loop mounting files, hard drive partitions or * server locations. * - * Mountin operations are handed a #GMountOperation that then can use if they - * require any privileges or authentication for their volumes to be - * mounted (e.g. a hard disk partition or an encrypted filesystem), or - * if they are implementing a remote server protocol which requires user - * credentials such as FTP or WebDAV. + * Mounting operations are handed a #GMountOperation that then can use + * if they require any privileges or authentication for their volumes + * to be mounted (e.g. a hard disk partition or an encrypted filesystem), + * or if they are implementing a remote server protocol which requires + * user credentials such as FTP or WebDAV. * * Users should instantiate a subclass of this that implements all * the various callbacks to show the required dialogs. diff --git a/gio/goutputstream.c b/gio/goutputstream.c index 0f33f02e3..d2640e0a3 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 * * **/ diff --git a/gio/gseekable.c b/gio/gseekable.c index f8019b7be..527d9d4c8 100644 --- a/gio/gseekable.c +++ b/gio/gseekable.c @@ -29,6 +29,7 @@ /** * SECTION:gseekable * @short_description: Stream seeking interface + * @include: gio.h * @see_also: #GInputStream, #GOutputStream * * #GSeekable is implemented by streams (implementations of diff --git a/gio/gsimpleasyncresult.c b/gio/gsimpleasyncresult.c index 9df27efae..443c3b9ee 100644 --- a/gio/gsimpleasyncresult.c +++ b/gio/gsimpleasyncresult.c @@ -41,6 +41,7 @@ /** * SECTION:gsimpleasyncresult * @short_description: Simple asynchronous results implementation + * @include: gio.h * @see_also: #GAsyncResult * * Implements #GAsyncResult for simple cases. Most of the time, this @@ -48,24 +49,25 @@ * Because of this, #GSimpleAsyncResult is used throughout GIO for * handling asynchronous functions. * - * GSimpleAsyncResult handles #GAsyncReadyCallbacks, error reporting, - * operation cancellation and the final state of an operation, completely - * transparent to the application. Results can be returned as a pointer e.g. - * for functions that return data that is collected asynchronously, - * a boolean value for checking the success or failure of an operation, - * or a #gssize for operations which return the number of bytes modified - * by the operation; all of the simple return cases are covered. + * GSimpleAsyncResult handles #GAsyncReadyCallbacks, error + * reporting, operation cancellation and the final state of an operation, + * completely transparent to the application. Results can be returned + * as a pointer e.g. for functions that return data that is collected + * asynchronously, a boolean value for checking the success or failure + * of an operation, or a #gssize for operations which return the number + * of bytes modified by the operation; all of the simple return cases + * are covered. * * Most of the time, an application will not need to know of the details - * of this API; it is handled transparently, and any necessary operations are - * handled by #GAsyncResult's interface. However, if implementing a new GIO - * module, for writing language bindings, or for complex applications that - * need better control of how asynchronous operations are completed, it is - * important to understand this functionality. + * of this API; it is handled transparently, and any necessary operations + * are handled by #GAsyncResult's interface. However, if implementing a + * new GIO module, for writing language bindings, or for complex + * applications that need better control of how asynchronous operations + * are completed, it is important to understand this functionality. * - * GSimpleAsyncResults are tagged with the calling function to ensure that - * asynchronous functions and their finishing functions are used together - * correctly. + * GSimpleAsyncResults are tagged with the calling function to ensure + * that asynchronous functions and their finishing functions are used + * together correctly. * * To create a new #GSimpleAsyncResult, call g_simple_async_result_new(). * If the result needs to be created for a #GError, use @@ -81,8 +83,8 @@ * calling g_simple_async_result_set_handle_cancellation() with a * #GSimpleAsyncResult for the operation and %FALSE. * - * GSimpleAsyncResult can integrate into GLib's Main Event Loop - * , or it can use #GThreads if available. + * GSimpleAsyncResult can integrate into GLib's event loop, #GMainLoop, + * or it can use #GThreads if available. * g_simple_async_result_complete() will finish an I/O task directly within * the main event loop. g_simple_async_result_complete_in_idle() will * integrate the I/O task into the main event loop as an idle function and diff --git a/gio/gthemedicon.c b/gio/gthemedicon.c index 9f68df470..909bc6e3a 100644 --- a/gio/gthemedicon.c +++ b/gio/gthemedicon.c @@ -29,6 +29,7 @@ /** * SECTION:gthemedicon * @short_description: Icon theming support + * @include: gio.h * @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 426531b97..5e4c09028 100644 --- a/gio/gunixinputstream.c +++ b/gio/gunixinputstream.c @@ -44,6 +44,7 @@ /** * SECTION:gunixinputstream * @short_description: Streaming input operations for Unix file descriptors + * @include: gio/gunixinputstream.h * @see_also: #GInputStream * * #GUnixInputStream implements #GInputStream for reading from a diff --git a/gio/gunixmounts.c b/gio/gunixmounts.c index 2d3e0411e..b9a6f9699 100644 --- a/gio/gunixmounts.c +++ b/gio/gunixmounts.c @@ -57,6 +57,7 @@ static const char *_resolve_dev_root (void); /** * SECTION:gunixmounts + * @include: gio/gunixmounts.h * @short_description: Unix Mounts * * Routines for managing mounted UNIX mount points and paths. diff --git a/gio/gunixoutputstream.c b/gio/gunixoutputstream.c index a06de5037..4ae45ccd0 100644 --- a/gio/gunixoutputstream.c +++ b/gio/gunixoutputstream.c @@ -44,6 +44,7 @@ /** * SECTION:gunixoutputstream * @short_description: Streaming output operations for Unix file descriptors + * @include: gio/gunixoutputstream.h * @see_also: #GOutputStream * * #GUnixOutputStream implements #GOutputStream for writing to a a diff --git a/gio/gvfs.c b/gio/gvfs.c index b171d79c8..783f16ced 100644 --- a/gio/gvfs.c +++ b/gio/gvfs.c @@ -32,7 +32,7 @@ /** * SECTION:gvfs * @short_description: Virtual File System - * @include: gio/gvfs.h + * @include: gio.h * * Entry point for using GIO functionality. * diff --git a/gio/gvolume.c b/gio/gvolume.c index 75304e29c..501e770eb 100644 --- a/gio/gvolume.c +++ b/gio/gvolume.c @@ -30,8 +30,9 @@ #include "gioalias.h" /** - * SECTION:volume - * @short_description: volume management + * SECTION:gvolume + * @short_description: Volume management + * @include: 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 4fe574a7a..3c4ff63eb 100644 --- a/gio/gvolumemonitor.c +++ b/gio/gvolumemonitor.c @@ -30,6 +30,7 @@ /** * SECTION:gvolumemonitor * @short_description: Volume Monitor + * @include: gio.h * @see_also: #GDirectoryMonitor, #GFileMonitor * * Monitors a mounted volume for changes.