Clean up some docs

svn path=/trunk/; revision=5966
This commit is contained in:
Matthias Clasen
2007-11-28 04:29:02 +00:00
parent 5e02b01b21
commit 442e8df1b8
16 changed files with 193 additions and 144 deletions

View File

@@ -124,7 +124,7 @@ g_vfs_get_file_for_uri (GVfs *vfs,
* g_vfs_get_supported_uri_schemes:
* @vfs: a #GVfs.
*
* Gets a list of URI schemes supported by GVFS.
* Gets a list of URI schemes supported by @vfs.
*
* Returns: a list of strings.
**/
@@ -149,7 +149,7 @@ g_vfs_get_supported_uri_schemes (GVfs *vfs)
* not support any I/O operations if the @parse_name cannot
* be parsed by the #GVfs module.
*
* Returns a #GFile for the given @parse_name.
* Returns: a #GFile for the given @parse_name.
**/
GFile *
g_vfs_parse_name (GVfs *vfs,