diff options
Diffstat (limited to 'glib/gfileutils.h')
-rw-r--r-- | glib/gfileutils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gfileutils.h b/glib/gfileutils.h index 9929ee152..717fa63ec 100644 --- a/glib/gfileutils.h +++ b/glib/gfileutils.h @@ -76,7 +76,7 @@ gboolean g_file_test (const gchar *filename, GFileTest test); gboolean g_file_get_contents (const gchar *filename, gchar **contents, - guint *length, + gsize *length, GError **error); |