mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02:00
docs: Improve g_fopen description for Win32
https://bugzilla.gnome.org/show_bug.cgi?id=572466
This commit is contained in:
@@ -694,6 +694,13 @@ g_rmdir (const gchar *filename)
|
||||
*
|
||||
* See your C library manual for more details about fopen().
|
||||
*
|
||||
* <note><para>
|
||||
* As close() and fclose() are part of the C library, this implies that it is
|
||||
* 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.
|
||||
* </para></note>
|
||||
*
|
||||
* Returns: A <type>FILE</type> pointer if the file was successfully
|
||||
* opened, or %NULL if an error occurred
|
||||
*
|
||||
|
Reference in New Issue
Block a user