Fix some documentation typos. (#524950, Rob Bradford)

2008-03-30  Matthias Clasen  <mclasen@redhat.com>

        * gfileenumerator.c:
        * gfile.c: Fix some documentation typos.  (#524950, Rob Bradford)


svn path=/branches/glib-2-16/; revision=6774
This commit is contained in:
Matthias Clasen 2008-03-31 03:32:28 +00:00 committed by Matthias Clasen
parent b9f2d03ccd
commit c4858eabda
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-03-30 Matthias Clasen <mclasen@redhat.com>
* gfileenumerator.c:
* gfile.c: Fix some documentation typos. (#524950, Rob Bradford)
2008-03-28 Alexander Larsson <alexl@redhat.com> 2008-03-28 Alexander Larsson <alexl@redhat.com>
* gfile.c: * gfile.c:

View File

@ -85,11 +85,11 @@
* there may be multiple aliases for the same file. For instance, hard or * there may be multiple aliases for the same file. For instance, hard or
* soft links may cause two different #GFile<!-- -->s to refer to the same file. * soft links may cause two different #GFile<!-- -->s to refer to the same file.
* Other possible causes for aliases are: case insensitive filesystems, short * Other possible causes for aliases are: case insensitive filesystems, short
* and long names on Fat/NTFS, or bind mounts in linux. If you want to check if * and long names on Fat/NTFS, or bind mounts in Linux. If you want to check if
* two #GFile<!-- -->s point to the same file you can query for the * two #GFile<!-- -->s point to the same file you can query for the
* %G_FILE_ATTRIBUTE_ID_FILE attribute. Note that #GFile does some trivial * %G_FILE_ATTRIBUTE_ID_FILE attribute. Note that #GFile does some trivial
* canonicalization of pathnames passed in, so that trivial differences in the * canonicalization of pathnames passed in, so that trivial differences in the
* path string used at creation (dupplicated slashes, slash at end of path, "." * path string used at creation (duplicated slashes, slash at end of path, "."
* or ".." path segments, etc) does not create different #GFile<!-- -->s. * or ".." path segments, etc) does not create different #GFile<!-- -->s.
* *
* Many #GFile operations have both synchronous and asynchronous versions * Many #GFile operations have both synchronous and asynchronous versions

View File

@ -336,8 +336,9 @@ g_file_enumerator_next_files_async (GFileEnumerator *enumerator,
* *
* Finishes the asynchronous operation started with g_file_enumerator_next_files_async(). * Finishes the asynchronous operation started with g_file_enumerator_next_files_async().
* *
* Returns: a #GList of #GFileInfo<!---->s. You must free the list with g_list_free * Returns: a #GList of #GFileInfo<!---->s. You must free the list with
* and unref the infos with g_object_unref when your done with them. * g_list_free() and unref the infos with g_object_unref when you're
* done with them.
**/ **/
GList * GList *
g_file_enumerator_next_files_finish (GFileEnumerator *enumerator, g_file_enumerator_next_files_finish (GFileEnumerator *enumerator,