glib r6554 - trunk/gio



Author: matthiasc
Date: Thu Feb 21 18:20:17 2008
New Revision: 6554
URL: http://svn.gnome.org/viewvc/glib?rev=6554&view=rev

Log:
Doc fixes


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

Modified: trunk/gio/gappinfo.c
==============================================================================
--- trunk/gio/gappinfo.c	(original)
+++ trunk/gio/gappinfo.c	Thu Feb 21 18:20:17 2008
@@ -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. 

Modified: trunk/gio/gasynchelper.c
==============================================================================
--- trunk/gio/gasynchelper.c	(original)
+++ trunk/gio/gasynchelper.c	Thu Feb 21 18:20:17 2008
@@ -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.

Modified: trunk/gio/gasyncresult.c
==============================================================================
--- trunk/gio/gasyncresult.c	(original)
+++ trunk/gio/gasyncresult.c	Thu Feb 21 18:20:17 2008
@@ -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.

Modified: trunk/gio/gbufferedinputstream.c
==============================================================================
--- trunk/gio/gbufferedinputstream.c	(original)
+++ trunk/gio/gbufferedinputstream.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/gbufferedoutputstream.c
==============================================================================
--- trunk/gio/gbufferedoutputstream.c	(original)
+++ trunk/gio/gbufferedoutputstream.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/gcancellable.c
==============================================================================
--- trunk/gio/gcancellable.c	(original)
+++ trunk/gio/gcancellable.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gcontenttype.c
==============================================================================
--- trunk/gio/gcontenttype.c	(original)
+++ trunk/gio/gcontenttype.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gdatainputstream.c
==============================================================================
--- trunk/gio/gdatainputstream.c	(original)
+++ trunk/gio/gdatainputstream.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/gdataoutputstream.c
==============================================================================
--- trunk/gio/gdataoutputstream.c	(original)
+++ trunk/gio/gdataoutputstream.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/gdrive.c
==============================================================================
--- trunk/gio/gdrive.c	(original)
+++ trunk/gio/gdrive.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gfile.c
==============================================================================
--- trunk/gio/gfile.c	(original)
+++ trunk/gio/gfile.c	Thu Feb 21 18:20:17 2008
@@ -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.
  *

Modified: trunk/gio/gfileattribute.c
==============================================================================
--- trunk/gio/gfileattribute.c	(original)
+++ trunk/gio/gfileattribute.c	Thu Feb 21 18:20:17 2008
@@ -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. 

Modified: trunk/gio/gfileenumerator.c
==============================================================================
--- trunk/gio/gfileenumerator.c	(original)
+++ trunk/gio/gfileenumerator.c	Thu Feb 21 18:20:17 2008
@@ -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. 

Modified: trunk/gio/gfileicon.c
==============================================================================
--- trunk/gio/gfileicon.c	(original)
+++ trunk/gio/gfileicon.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gfileinfo.c
==============================================================================
--- trunk/gio/gfileinfo.c	(original)
+++ trunk/gio/gfileinfo.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gfileinputstream.c
==============================================================================
--- trunk/gio/gfileinputstream.c	(original)
+++ trunk/gio/gfileinputstream.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gfilemonitor.c
==============================================================================
--- trunk/gio/gfilemonitor.c	(original)
+++ trunk/gio/gfilemonitor.c	Thu Feb 21 18:20:17 2008
@@ -34,7 +34,7 @@
 /**
  * SECTION:gfilemonitor
  * @short_description: File Monitor
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * Monitors a file or directory for changes.
  *

Modified: trunk/gio/gfilenamecompleter.c
==============================================================================
--- trunk/gio/gfilenamecompleter.c	(original)
+++ trunk/gio/gfilenamecompleter.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/gfileoutputstream.c
==============================================================================
--- trunk/gio/gfileoutputstream.c	(original)
+++ trunk/gio/gfileoutputstream.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gfilterinputstream.c
==============================================================================
--- trunk/gio/gfilterinputstream.c	(original)
+++ trunk/gio/gfilterinputstream.c	Thu Feb 21 18:20:17 2008
@@ -30,7 +30,7 @@
 /**
  * SECTION:gfilterinputstream
  * @short_description: Filter Input Stream
- * @include: gio.h
+ * @include: gio/gio.h
  *
  **/
 

Modified: trunk/gio/gfilteroutputstream.c
==============================================================================
--- trunk/gio/gfilteroutputstream.c	(original)
+++ trunk/gio/gfilteroutputstream.c	Thu Feb 21 18:20:17 2008
@@ -30,7 +30,7 @@
 /**
  * SECTION:gfilteroutputstream
  * @short_description: Filter Output Stream
- * @include: gio.h
+ * @include: gio/gio.h
  *
  **/
 

Modified: trunk/gio/gicon.c
==============================================================================
--- trunk/gio/gicon.c	(original)
+++ trunk/gio/gicon.c	Thu Feb 21 18:20:17 2008
@@ -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.

Modified: trunk/gio/ginputstream.c
==============================================================================
--- trunk/gio/ginputstream.c	(original)
+++ trunk/gio/ginputstream.c	Thu Feb 21 18:20:17 2008
@@ -33,7 +33,7 @@
 /**
  * SECTION:ginputstream
  * @short_description: Base class for implementing streaming input
- * @include: gio.h
+ * @include: gio/gio.h
  *
  * 
  * 

Modified: trunk/gio/gioerror.c
==============================================================================
--- trunk/gio/gioerror.c	(original)
+++ trunk/gio/gioerror.c	Thu Feb 21 18:20:17 2008
@@ -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.
  **/

Modified: trunk/gio/giomodule.c
==============================================================================
--- trunk/gio/giomodule.c	(original)
+++ trunk/gio/giomodule.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gioscheduler.c
==============================================================================
--- trunk/gio/gioscheduler.c	(original)
+++ trunk/gio/gioscheduler.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/gloadableicon.c
==============================================================================
--- trunk/gio/gloadableicon.c	(original)
+++ trunk/gio/gloadableicon.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/gmemoryinputstream.c
==============================================================================
--- trunk/gio/gmemoryinputstream.c	(original)
+++ trunk/gio/gmemoryinputstream.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gmemoryoutputstream.c
==============================================================================
--- trunk/gio/gmemoryoutputstream.c	(original)
+++ trunk/gio/gmemoryoutputstream.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gmount.c
==============================================================================
--- trunk/gio/gmount.c	(original)
+++ trunk/gio/gmount.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/gmountoperation.c
==============================================================================
--- trunk/gio/gmountoperation.c	(original)
+++ trunk/gio/gmountoperation.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/goutputstream.c
==============================================================================
--- trunk/gio/goutputstream.c	(original)
+++ trunk/gio/goutputstream.c	Thu Feb 21 18:20:17 2008
@@ -30,7 +30,7 @@
 /**
  * SECTION:goutputstream
  * @short_description: Base class for implementing streaming output
- * @include: gio.h
+ * @include: gio/gio.h
  *
  *
  **/

Modified: trunk/gio/gseekable.c
==============================================================================
--- trunk/gio/gseekable.c	(original)
+++ trunk/gio/gseekable.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/gsimpleasyncresult.c
==============================================================================
--- trunk/gio/gsimpleasyncresult.c	(original)
+++ trunk/gio/gsimpleasyncresult.c	Thu Feb 21 18:20:17 2008
@@ -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 

Modified: trunk/gio/gthemedicon.c
==============================================================================
--- trunk/gio/gthemedicon.c	(original)
+++ trunk/gio/gthemedicon.c	Thu Feb 21 18:20:17 2008
@@ -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.

Modified: trunk/gio/gvfs.c
==============================================================================
--- trunk/gio/gvfs.c	(original)
+++ trunk/gio/gvfs.c	Thu Feb 21 18:20:17 2008
@@ -32,7 +32,7 @@
 /**
  * SECTION:gvfs
  * @short_description: Virtual File System 
- * @include: gio.h
+ * @include: gio/gio.h
  * 
  * Entry point for using GIO functionality.
  *

Modified: trunk/gio/gvolume.c
==============================================================================
--- trunk/gio/gvolume.c	(original)
+++ trunk/gio/gvolume.c	Thu Feb 21 18:20:17 2008
@@ -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

Modified: trunk/gio/gvolumemonitor.c
==============================================================================
--- trunk/gio/gvolumemonitor.c	(original)
+++ trunk/gio/gvolumemonitor.c	Thu Feb 21 18:20:17 2008
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]