Fix up GIO docs

This commit is contained in:
Matthias Clasen
2009-11-29 22:54:16 -05:00
parent 80bda52b57
commit 8907bfee86
25 changed files with 258 additions and 156 deletions

View File

@@ -79,13 +79,13 @@ g_winhttp_file_init (GWinHttpFile *winhttp)
{
}
/**
/*
* _g_winhttp_file_new:
* @vfs: GWinHttpVfs to use
* @uri: URI of the GWinHttpFile to create.
*
* Returns: new winhttp #GFile.
**/
*/
GFile *
_g_winhttp_file_new (GWinHttpVfs *vfs,
const char *uri)