+2007-12-02 A. Walton <awalton@svn.gnome.org>
+
+ * gfile.c:
+ * gfileattribute.c:
+ Documentation accuracy fixes.
+
2007-12-01 Behdad Esfahbod <behdad@gnome.org>
* gioenumtypes.c.template: Fix typo.
* g_file_is_native:
* @file: input #GFile.
*
- * Checks to see if a file is native to the system.
+ * Checks to see if a file is native to the platform.
*
- * Returns: %TRUE if file is native. (If the file is native
- * to the system, e.g. located in file:///).
+ * Returns: %TRUE if file is native. (If the #GFile<!---->'s expressed in
+ * the platform-native filename format, e.g. "C:\Windows", "/usr/bin/").
**/
gboolean
g_file_is_native (GFile *file)
* g_file_get_parse_name:
* @file: input #GFile.
*
- * Gets the parsed name for the #GFile.
+ * Gets the UTF-8 parsed name for the #GFile.
*
* Returns: a string containing the #GFile's parsed name,
* or %NULL if given #GFile is invalid. The returned
* <row><entry>"std"</entry><entry>The "Standard" namespace. General file
* information that any application may need should be put in this namespace.
* Examples include the file's name, type, and size.</entry></row>
- * <row><entry>"etag"</entry><entry>The "Entity Tag" namespace.
- * GIO use "entity tags" to quickly determine if a file has been modified
- * from the version on the file system. Entity tags are globally unique
- * identifiers, and should always be sent with the current revision of a
- * file. An example of a key in this namespace is "value", which contains
+ * <row><entry>"etag"</entry><entry>The <link linkend="gfile-etag">"Entity Tag"</link>
+ * namespace. Currently, the only key in this namespace is "value", which contains
* the value of the current entity tag.</entry></row>
* <row><entry>"id"</entry><entry>The "Identification" namespace. This
* namespace is used by file managers and applications that list directories