mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Doc additions
svn path=/trunk/; revision=6220
This commit is contained in:
parent
a2cea97a8d
commit
227ef243b1
@ -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:
|
||||
|
@ -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.
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user