diff options
author | Christian Persch <chpe@gnome.org> | 2012-02-15 18:37:06 +0100 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2012-02-15 18:44:24 +0100 |
commit | 6c7d121caf0fc19804670b8e98ae5e1c9abf6a76 (patch) | |
tree | 707c7e1c12abd41f68d542f9f49bbc9e2e312167 /glib/gvariant.c | |
parent | 4471d09cd4628eacd46d5bd299a4c7aa8e8fec77 (diff) | |
download | glib-wip/mapped-bytes.tar.gz |
gbytes: Replace GMappedFile with GBytes in glibwip/mapped-bytes
Don't use deprecated APIs inside glib!
Diffstat (limited to 'glib/gvariant.c')
-rw-r--r-- | glib/gvariant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/gvariant.c b/glib/gvariant.c index 22341ff62..943169da3 100644 --- a/glib/gvariant.c +++ b/glib/gvariant.c @@ -238,7 +238,7 @@ * that it uses. The buffer is responsible for ensuring that the * correct call is made when the data is no longer in use by * #GVariant. This may involve a g_free() or a g_slice_free() or - * even g_mapped_file_unref(). + * even g_bytes_unref(). * </para> * <para> * One buffer management structure is used for each chunk of |