mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-11 03:46:17 +01:00
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:
parent
98a70df486
commit
eece6cb9c3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user