docs: Improve g_fopen description for Win32

Tweaked by Philip Withnall.

Closes: #198
This commit is contained in:
David King 2012-02-17 15:34:26 +00:00 committed by Philip Withnall
parent c597b0e552
commit 6d3f67dae8

View File

@ -1540,6 +1540,11 @@ g_rmdir (const gchar *filename)
*
* See your C library manual for more details about fopen().
*
* As close() and fclose() are part of the C library, this implies that it is
* currently impossible to close a file if the application C library and the C library
* used by GLib are different. Convenience functions like g_file_set_contents()
* avoid this problem.
*
* Returns: A FILE* if the file was successfully opened, or %NULL if
* an error occurred
*