Doc additions
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 31 Dec 2007 04:45:19 +0000 (04:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 31 Dec 2007 04:45:19 +0000 (04:45 +0000)
svn path=/trunk/; revision=6220

gio/ChangeLog
gio/gfileinfo.c

index 34ed45b..b447dc4 100644 (file)
@@ -1,5 +1,9 @@
 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:
        * inotify/Makefile.am: Use GLIB_DEBUG_FLAGS. This should
        fix builds with --disable-visibility.  (#500273, Christian Persch)
index c2592dd..c1f0081 100644 (file)
  * 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.
  **/