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:
Matthias Clasen
2001-12-20 23:13:19 +00:00
parent aa0b79f728
commit 9504ea2f6f
11 changed files with 41 additions and 6 deletions

View File

@@ -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