mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 15:33:39 +02:00
Fix up GIO docs
This commit is contained in:
@@ -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)
|
||||
|
@@ -96,14 +96,14 @@ g_winhttp_file_input_stream_init (GWinHttpFileInputStream *info)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* g_winhttp_file_input_stream_new:
|
||||
* @file: the GWinHttpFile being read
|
||||
* @connection: handle to the HTTP connection, as from WinHttpConnect()
|
||||
* @request: handle to the HTTP request, as from WinHttpOpenRequest
|
||||
*
|
||||
* Returns: #GFileInputStream for the given request
|
||||
**/
|
||||
*/
|
||||
GFileInputStream *
|
||||
_g_winhttp_file_input_stream_new (GWinHttpFile *file,
|
||||
HINTERNET connection,
|
||||
|
@@ -85,14 +85,14 @@ g_winhttp_file_output_stream_init (GWinHttpFileOutputStream *info)
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* g_winhttp_file_output_stream_new:
|
||||
* @file: the GWinHttpFile being read
|
||||
* @connection: handle to the HTTP connection, as from WinHttpConnect()
|
||||
* @request: handle to the HTTP request, as from WinHttpOpenRequest
|
||||
*
|
||||
* Returns: #GFileOutputStream for the given request
|
||||
**/
|
||||
*/
|
||||
GFileOutputStream *
|
||||
_g_winhttp_file_output_stream_new (GWinHttpFile *file,
|
||||
HINTERNET connection)
|
||||
|
@@ -130,7 +130,7 @@ g_winhttp_vfs_init (GWinHttpVfs *vfs)
|
||||
0);
|
||||
}
|
||||
|
||||
/**
|
||||
/*
|
||||
* g_winhttp_vfs_new:
|
||||
*
|
||||
* Returns a new #GVfs handle for a WinHttp vfs.
|
||||
|
Reference in New Issue
Block a user