mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Remove FIXME. (#67063)
* glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063) * glib/glib-sections.txt: Move g_get_charset() to the Charset conversion section. (#65630)
This commit is contained in:
@@ -539,9 +539,6 @@ get_contents_win32 (const gchar *filename,
|
||||
* @length argument. The error domain is #G_FILE_ERROR. Possible
|
||||
* error codes are those in the #GFileError enumeration.
|
||||
*
|
||||
* FIXME currently crashes if the file is too big to fit in memory;
|
||||
* should probably use g_try_malloc() when we have that function.
|
||||
*
|
||||
* Return value: %TRUE on success, %FALSE if error is set
|
||||
**/
|
||||
gboolean
|
||||
|
Reference in New Issue
Block a user