Skip to content

gio-2.0: add MemoryInputStream.from_unowned_data

Val Och requested to merge v19930312/vala:mis-from-unowned into main

This allows to avoid extra copy when using MemoryInputStream+DataInputStream for parsing binary data.

Merge request reports