Fix up 'Since:' for g_mapped_file_new_from_fd()

It was introduced in 2.31.0, not 2.30.x
This commit is contained in:
Richard Hughes 2012-02-23 10:34:46 +00:00
parent 98a70df486
commit eece6cb9c3

View 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,