projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98a70df
)
Fix up 'Since:' for g_mapped_file_new_from_fd()
author
Richard Hughes
<richard@hughsie.com>
Thu, 23 Feb 2012 10:34:46 +0000
(10:34 +0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/glib/gmappedfile.c
b/glib/gmappedfile.c
index
a303a36
..
b541870
100644
(file)
--- 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.3
0
+ * Since: 2.3
2
*/
GMappedFile *
g_mapped_file_new_from_fd (gint fd,