Fix up 'Since:' for g_mapped_file_new_from_fd()
authorRichard Hughes <richard@hughsie.com>
Thu, 23 Feb 2012 10:34:46 +0000 (10:34 +0000)
committerRichard Hughes <richard@hughsie.com>
Thu, 23 Feb 2012 10:34:46 +0000 (10:34 +0000)
It was introduced in 2.31.0, not 2.30.x

glib/gmappedfile.c

index a303a36..b541870 100644 (file)
@@ -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,