mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +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
|
* Return value: a newly allocated #GMappedFile which must be unref'd
|
||||||
* with g_mapped_file_unref(), or %NULL if the mapping failed.
|
* with g_mapped_file_unref(), or %NULL if the mapping failed.
|
||||||
*
|
*
|
||||||
* Since: 2.30
|
* Since: 2.32
|
||||||
*/
|
*/
|
||||||
GMappedFile *
|
GMappedFile *
|
||||||
g_mapped_file_new_from_fd (gint fd,
|
g_mapped_file_new_from_fd (gint fd,
|
||||||
|
Loading…
Reference in New Issue
Block a user