Doc additions

svn path=/trunk/; revision=6220
This commit is contained in:
Matthias Clasen 2007-12-31 04:45:19 +00:00
parent a2cea97a8d
commit 227ef243b1
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-12-30 Matthias Clasen <mclasen@redhat.com>
* gfileinfo.c: Expand the long description.
2007-12-30 Matthias Clasen <mclasen@redhat.com>
* fam/Makefile.am:

View File

@ -24,11 +24,20 @@
* SECTION:gfileinfo
* @short_description: File Information and Attributes
* @include: gio.h
* @see_also: #GFile
* @see_also: #GFile, <link linkend="gio-GFileAttribute">GFileAttribute</link>
*
* Functionality for manipulating basic metadata for files. #GFileInfo
* implements methods for getting information that all files should
* contain, and allows for manipulation of extended attributes.
*
* See <link linkend="gio-GFileAttribute">GFileAttribute</link> for more
* information on how GIO handles file attributes.
*
* To obtain a #GFileInfo for a #GFile, use g_file_query_info() (or its
* async variant). To obtain a #GFileInfo for a file input or output
* stream, use g_file_input_stream_query_info() or
* g_file_output_stream_query_info() (or their async variants).
*
* #GFileAttributeMatcher allows for searching through a #GFileInfo for
* attributes.
**/