GMappedFile: Add g_mapped_file_get_bytes()
authorColin Walters <walters@verbum.org>
Tue, 29 May 2012 22:54:58 +0000 (18:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 17 Aug 2012 04:48:40 +0000 (00:48 -0400)
commit056d39c9f7e058397beaed7b4f5637857510b4e2
treed5bd9cc3da3560cef017bfa6e6a045a00f6c7b11
parentb0d8498ee31ab9e3a0ad4c747d1816dd6d4758f5
GMappedFile: Add g_mapped_file_get_bytes()

This is yet another API that has a data/length/refcount combination
that one might often want to turn into a GBytes.

https://bugzilla.gnome.org/show_bug.cgi?id=677065
docs/reference/glib/glib-sections.txt
glib/glib.symbols
glib/gmappedfile.c
glib/gmappedfile.h
glib/tests/mappedfile.c