gByteArrayToD

Convert a GLib GByteArray to a D array.

ubyte[]
gByteArrayToD

Parameters

ownership

The ownership of the GArray, None (default): do nothing with it, Container: free container only, Full: unref

gByteArray GByteArray*

The GArray instance

Return Value

Type: ubyte[]

D array of the given type