From eece6cb9c33dbbc30e6a71e09f699fe1ab6fdff3 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 23 Feb 2012 10:34:46 +0000 Subject: [PATCH] Fix up 'Since:' for g_mapped_file_new_from_fd() It was introduced in 2.31.0, not 2.30.x --- glib/gmappedfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gmappedfile.c b/glib/gmappedfile.c index a303a36..b541870 100644 --- a/glib/gmappedfile.c +++ b/glib/gmappedfile.c @@ -293,7 +293,7 @@ g_mapped_file_new (const gchar *filename, * Return value: a newly allocated #GMappedFile which must be unref'd * with g_mapped_file_unref(), or %NULL if the mapping failed. * - * Since: 2.30 + * Since: 2.32 */ GMappedFile * g_mapped_file_new_from_fd (gint fd, -- 2.7.4