GNOME Bugzilla – Bug 712393
gobject: Box GMappedFile
Last modified: 2013-11-15 20:57:04 UTC
GMappedFile is current unintrospectable, because it's not a registered box type. It already has reference counting functions, so there's little reason not to box it. This commit adds GMappedFile to the hoard of other boxes types handled by gboxed.c
Created attachment 259943 [details] [review] gobject: Box GMappedFile
Review of attachment 259943 [details] [review]: ::: gobject/glib-types.h @@ +260,3 @@ + * The #GType for a boxed type holding a #GMappedFile. + * + * Since: 2.32 this should say 2.40 obviously
Created attachment 259945 [details] [review] gobject: Box GMappedFile GMappedFile is current unintrospectable, because it's not a registered box type. It already has reference counting functions, so there's little reason not to box it. This commit adds GMappedFile to the hoard of other boxes types handled by gboxed.c
Attachment 259945 [details] pushed as cfc8215 - gobject: Box GMappedFile (pushed after talking with mclasen about it)